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:
Unknown W. Brackets 2016-08-05 11:34:22 -07:00
parent a0a4d3cd24
commit 2d4e75369a

View File

@ -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