early-access version 1725

This commit is contained in:
pineappleEA
2021-05-29 12:00:09 +02:00
parent b9f5baa9ef
commit b09a4af601
24 changed files with 144 additions and 93 deletions

View File

@@ -389,6 +389,8 @@ private:
std::unique_ptr<Engines::KeplerMemory> kepler_memory;
/// Shader build notifier
std::unique_ptr<VideoCore::ShaderNotify> shader_notify;
/// When true, we are about to shut down emulation session, so terminate outstanding tasks
std::atomic_bool shutting_down{};
std::array<std::atomic<u32>, Service::Nvidia::MaxSyncPoints> syncpoints{};