AppleWin/source/linux/duplicates/IPropertySheet.cpp
Andrea Odetti 86ad2130a9 Make sure configuration is saved when a snapshot is loaded.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2020-07-06 19:29:18 +01:00

24 lines
523 B
C++

#include "StdAfx.h"
#include "Common.h"
#include "Configuration/IPropertySheet.h"
#include "Configuration/PropertySheetHelper.h"
void IPropertySheet::ApplyNewConfig(CConfigNeedingRestart const & newConfig, CConfigNeedingRestart const & oldConfig)
{
CPropertySheetHelper helper;
helper.ApplyNewConfig(newConfig, oldConfig);
}
UINT IPropertySheet::GetTheFreezesF8Rom(void)
{
return 0;
}
void IPropertySheet::ConfigSaveApple2Type(eApple2Type apple2Type)
{
}
void IPropertySheet::SetTheFreezesF8Rom(UINT uValue)
{
}