USB emulation update

change to 'public'
This commit is contained in:
Benjamin David Lunt 2023-03-10 12:30:03 -07:00 committed by GitHub
parent 5b6ed6274b
commit 9075864647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +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:
public:
int uasp_handle_data(USBPacket *p);
void uasp_initialize_request(int tag);
UASPRequest *uasp_find_request(Bit32u tag);