mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-16 09:38:05 +00:00
Fix tile mode enum
This commit is contained in:
parent
d9b8b45d12
commit
53edd7e12b
5 changed files with 0 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -285,7 +285,6 @@ namespace Switch_Toolbox.Library
|
|||
MODE_3D_TILED_THICK = 0xD,
|
||||
MODE_3B_TILED_THIN1 = 0xE,
|
||||
MODE_3B_TILED_THICK = 0xF,
|
||||
MODE_FIRST = 0x0,
|
||||
MODE_LAST = 0x20,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue