mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 02:58:03 -05:00
- moved Handle/Result definitions to kernel.h
- added ResetType enum
This commit is contained in:
@ -6,7 +6,8 @@
|
||||
|
||||
#include "common/common_types.h"
|
||||
|
||||
typedef s32 Handle;
|
||||
typedef u32 Handle;
|
||||
typedef s32 Result;
|
||||
|
||||
enum KernelIDType {
|
||||
KERNEL_ID_TYPE_THREAD = 1,
|
||||
|
@ -42,8 +42,6 @@ enum WaitType {
|
||||
WAITTYPE_SYNCH,
|
||||
};
|
||||
|
||||
typedef s32 Handle;
|
||||
|
||||
class Thread : public KernelObject {
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user