1
0
mirror of synced 2024-09-24 19:48:21 +02:00

Fix tile mode enum

This commit is contained in:
KillzXGaming 2019-04-08 19:57:11 -04:00
parent d9b8b45d12
commit 53edd7e12b
5 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -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,
};