mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 01:37:56 -05:00
Thread: Reduce use of Handles and move some funcs to inside the class.
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
Handle g_main_thread = 0;
|
||||
Thread* g_main_thread = nullptr;
|
||||
HandleTable g_handle_table;
|
||||
u64 g_program_id = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user