mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 22:28:03 -05:00
- replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTH
- added KERNEL_DEFAULT_STACK_SIZE definition (0x4000)
This commit is contained in:
@ -16,11 +16,10 @@ enum KernelIDType {
|
||||
};
|
||||
|
||||
enum {
|
||||
KERNELOBJECT_MAX_NAME_LENGTH = 255,
|
||||
KERNEL_MAX_NAME_LENGTH = 0x100,
|
||||
KERNEL_DEFAULT_STACK_SIZE = 0x4000,
|
||||
};
|
||||
|
||||
#define KERNELOBJECT_MAX_NAME_LENGTH 31
|
||||
|
||||
class KernelObjectPool;
|
||||
|
||||
class KernelObject {
|
||||
|
Reference in New Issue
Block a user