mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
Reservation global struct removed
It wasn't solving anything, unfortunately.
This commit is contained in:
parent
184007e1e0
commit
a169c5bcac
3 changed files with 61 additions and 75 deletions
|
@ -9,8 +9,6 @@
|
|||
|
||||
#include "CPUThread.h"
|
||||
|
||||
reservation_struct reservation;
|
||||
|
||||
CPUThread* GetCurrentCPUThread()
|
||||
{
|
||||
return (CPUThread*)GetCurrentNamedThread();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue