Fix memory handling for DSi achievements
This commit is contained in:
parent
27eef71085
commit
5804ff04e7
|
@ -361,8 +361,8 @@ namespace BizHawk.Client.EmuHawk
|
||||||
private static readonly ConsoleID[] UseFullMainMem =
|
private static readonly ConsoleID[] UseFullMainMem =
|
||||||
{
|
{
|
||||||
ConsoleID.PlayStation, ConsoleID.Lynx, ConsoleID.Lynx, ConsoleID.NeoGeoPocket,
|
ConsoleID.PlayStation, ConsoleID.Lynx, ConsoleID.Lynx, ConsoleID.NeoGeoPocket,
|
||||||
ConsoleID.Jaguar, ConsoleID.JaguarCD, ConsoleID.DS, ConsoleID.AppleII,
|
ConsoleID.Jaguar, ConsoleID.JaguarCD, ConsoleID.DS, ConsoleID.DSi,
|
||||||
ConsoleID.Vectrex, ConsoleID.Tic80, ConsoleID.PCEngine,
|
ConsoleID.AppleII, ConsoleID.Vectrex, ConsoleID.Tic80, ConsoleID.PCEngine,
|
||||||
};
|
};
|
||||||
|
|
||||||
// these consoles will use part of the system bus at an offset
|
// these consoles will use part of the system bus at an offset
|
||||||
|
|
Loading…
Reference in New Issue