mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Oops, fix typo.
Pointed out by Florin9doi - wasn't currently causing problems because the value 1 isn't yet being used.
This commit is contained in:
parent
a0a4d3cd24
commit
2d4e75369a
@ -38,7 +38,7 @@ enum {
|
||||
// Indicates the call should write zeros to the stack (stackBytesToClear in the table.)
|
||||
HLE_CLEAR_STACK_BYTES = 1 << 10,
|
||||
// Indicates that this call operates in kernel mode.
|
||||
HLE_KERNEL_SYSCALL = 1 < 11,
|
||||
HLE_KERNEL_SYSCALL = 1 << 11,
|
||||
};
|
||||
|
||||
struct HLEFunction
|
||||
|
Loading…
Reference in New Issue
Block a user