MAME.Core/MAME.Unity/Assets/Plugins/UMAME/emu/Drawgfx.cs
2025-01-16 11:51:17 +08:00

10 lines
137 B
C#

namespace MAME.Core
{
public partial class Drawgfx
{
public static int[] gfx_drawmode_table = new int[256];
}
}