mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 19:13:56 +00:00
maxwell: Add RenderTargetFormat enum.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
namespace Tegra {
|
||||
|
||||
enum class RenderTargetFormat {
|
||||
enum class RenderTargetFormat : u32 {
|
||||
RGBA8_UNORM = 0xD5,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user