USB emulation update

Add protected declaration
This commit is contained in:
Benjamin David Lunt 2023-03-10 12:22:13 -07:00 committed by GitHub
parent 884d4c272e
commit 5b6ed6274b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,6 +124,7 @@ private:
const char *oldval, const char *val, int maxlen);
static Bit64s cdrom_status_handler(bx_param_c *param, bool set, Bit64s val);
protected:
int uasp_handle_data(USBPacket *p);
void uasp_initialize_request(int tag);
UASPRequest *uasp_find_request(Bit32u tag);