| 1684 | // Game Specific Stuff when a game's log is inadequate... |
| 1685 | // |
| 1686 | switch (SK_GetCurrentGameID ()) |
| 1687 | { |
| 1688 | default: [[likely]] |
| 1689 | break; |
| 1690 | } |
| 1691 | #endif |
| 1692 | } |
| 1693 | |
| 1694 | GetThreadContext_pfn GetThreadContext_Original = nullptr; |
| 1695 | SetThreadContext_pfn SetThreadContext_Original = nullptr; |
| 1696 | |
| 1697 | NtCreateThreadEx_pfn NtCreateThreadEx_Original = nullptr; |
no test coverage detected