early-access version 1863

This commit is contained in:
pineappleEA
2021-07-09 02:33:25 +02:00
parent 4967de61a1
commit e0163eb4d0
8 changed files with 22 additions and 47 deletions
-5
View File
@@ -20,10 +20,6 @@ class DmaPusher;
} // namespace Tegra
namespace Core {
namespace Timing {
class CoreTiming;
struct EventType;
} // namespace Timing
namespace Frontend {
class GraphicsContext;
}
@@ -154,7 +150,6 @@ private:
SynchState state;
std::thread thread;
std::shared_ptr<Core::Timing::EventType> gpu_sync_event;
};
} // namespace VideoCommon::GPUThread