mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 09:15:45 +00:00
graphics_surface: Fix merge conflicts.
This commit is contained in:
parent
7c376760c0
commit
74c4739713
2 changed files with 4 additions and 3 deletions
|
@ -14,6 +14,7 @@
|
|||
namespace Tegra {
|
||||
|
||||
enum class RenderTargetFormat : u32 {
|
||||
NONE = 0x0,
|
||||
RGBA8_UNORM = 0xD5,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue