mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 14:47:53 -05:00
maxwell_3d: update comments for shadow ram usage
This commit is contained in:
@ -532,9 +532,13 @@ public:
|
||||
};
|
||||
|
||||
enum class ShadowRamControl : u32 {
|
||||
// write value to shadow ram
|
||||
Track = 0,
|
||||
// write value to shadow ram ( with validation ??? )
|
||||
TrackWithFilter = 1,
|
||||
// only write to real hw register
|
||||
Passthrough = 2,
|
||||
// write value from shadow ram to real hw register
|
||||
Replay = 3,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user