mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-22 13:25:51 +12:00
Merge pull request #37 from marysaka/feat/proper-hle-result
hle: Add proper type for result code
This commit is contained in:
commit
d0ae5f0546
73 changed files with 540 additions and 419 deletions
|
@ -60,12 +60,6 @@ namespace Commands {
|
|||
};
|
||||
}
|
||||
|
||||
namespace Result {
|
||||
enum : u32 {
|
||||
Success = 0
|
||||
};
|
||||
}
|
||||
|
||||
// Handle an IPC message issued using the SendSyncRequest SVC
|
||||
// The parameters are stored in thread-local storage in this format: https://www.3dbrew.org/wiki/IPC#Message_Structure
|
||||
// messagePointer: The base pointer for the IPC message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue