GPU: Ensure coordinates are masked/clamped

This commit is contained in:
Stenzek
2024-05-01 14:11:20 +10:00
parent 325cf577a2
commit fec210b1e1
7 changed files with 81 additions and 36 deletions

View File

@ -63,7 +63,7 @@ protected:
void HandleCommand(const GPUBackendCommand* cmd);
Common::Rectangle<u32> m_drawing_area{};
GPUDrawingArea m_drawing_area = {};
Threading::KernelSemaphore m_sync_semaphore;
std::atomic_bool m_gpu_thread_sleeping{false};