early-access version 1859

This commit is contained in:
pineappleEA
2021-07-08 04:13:21 +02:00
parent 67d98725f8
commit 8a46c57b52
17 changed files with 272 additions and 99 deletions
+5
View File
@@ -20,6 +20,10 @@ class DmaPusher;
} // namespace Tegra
namespace Core {
namespace Timing {
class CoreTiming;
struct EventType;
} // namespace Timing
namespace Frontend {
class GraphicsContext;
}
@@ -150,6 +154,7 @@ private:
SynchState state;
std::thread thread;
std::shared_ptr<Core::Timing::EventType> gpu_sync_event;
};
} // namespace VideoCommon::GPUThread