mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 04:37:58 -05:00
- moved Handle/Result definitions to kernel.h
- added ResetType enum
This commit is contained in:
@ -42,8 +42,6 @@ enum WaitType {
|
||||
WAITTYPE_SYNCH,
|
||||
};
|
||||
|
||||
typedef s32 Handle;
|
||||
|
||||
class Thread : public KernelObject {
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user