mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 22:52:41 +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