mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Fix CAutoMapper surfaces on Braswell
This commit is contained in:
15
Runtime/MP1/CAutoSave.cpp
Normal file
15
Runtime/MP1/CAutoSave.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "CAutoSave.hpp"
|
||||
#include "CSaveGameScreen.hpp"
|
||||
#include "IMain.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
namespace MP1
|
||||
{
|
||||
CAutoSave::CAutoSave()
|
||||
: CIOWin("")
|
||||
, x14_savegameScreen(new CSaveGameScreen(ESaveContext::InGame, g_GameState->GetCardSerial()))
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user