There was an error fetching the commit references. Please try again later.
kernel/thread: Include thread-related enums within the kernel namespace
Previously, these were sitting outside of the Kernel namespace, which doesn't really make sense, given they're related to the Thread class which is within the Kernel namespace.
Showing
- src/core/hle/kernel/thread.h 6 additions, 6 deletionssrc/core/hle/kernel/thread.h
- src/core/hle/service/vi/vi.cpp 1 addition, 1 deletionsrc/core/hle/service/vi/vi.cpp
- src/core/loader/nro.cpp 1 addition, 1 deletionsrc/core/loader/nro.cpp
- src/core/loader/nso.cpp 2 additions, 1 deletionsrc/core/loader/nso.cpp
- src/yuzu/debugger/wait_tree.cpp 29 additions, 29 deletionssrc/yuzu/debugger/wait_tree.cpp
Loading
Please register or sign in to comment