mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
IOS: Remove IOS prefix on a few structs/enums
Now that IOS code is namespaced, we don't need the prefix anymore.
This commit is contained in:
@ -23,7 +23,7 @@ namespace Device
|
||||
class Device;
|
||||
}
|
||||
|
||||
struct IOSRequest;
|
||||
struct Request;
|
||||
|
||||
struct IPCCommandResult
|
||||
{
|
||||
@ -78,7 +78,7 @@ void UpdateDevices();
|
||||
void ExecuteCommand(u32 address);
|
||||
|
||||
void EnqueueRequest(u32 address);
|
||||
void EnqueueReply(const IOSRequest& request, s32 return_value, int cycles_in_future = 0,
|
||||
void EnqueueReply(const Request& request, s32 return_value, int cycles_in_future = 0,
|
||||
CoreTiming::FromThread from = CoreTiming::FromThread::CPU);
|
||||
void EnqueueCommandAcknowledgement(u32 address, int cycles_in_future = 0);
|
||||
} // namespace HLE
|
||||
|
Reference in New Issue
Block a user