mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Make "Skip GPU readbacks" a multi-choice option, for easier experimentation by users
This commit is contained in:
@@ -176,3 +176,9 @@ enum class DisplayFramerateMode : int {
|
||||
FORCE_60HZ_METHOD1,
|
||||
FORCE_60HZ_METHOD2,
|
||||
};
|
||||
|
||||
enum class SkipGPUReadbackMode : int {
|
||||
NO,
|
||||
SKIP,
|
||||
COPY_TO_TEXTURE,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user