mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 00:57:59 -05:00
Frontend: Updated the surface view debug widget to work with Maxwell surfaces.
This commit is contained in:
@ -13,6 +13,10 @@
|
||||
|
||||
namespace Tegra {
|
||||
|
||||
enum class RenderTargetFormat {
|
||||
RGBA8_UNORM = 0xD5,
|
||||
};
|
||||
|
||||
class DebugContext;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user