mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-22 15:48: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