mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-08 00:59:25 +00:00
Add default support for WiiLink + configuration
This commit is contained in:
parent
63090d411d
commit
f9f8e94e30
20 changed files with 473 additions and 25 deletions
|
@ -52,6 +52,8 @@
|
|||
#include "Core/PowerPC/PowerPC.h"
|
||||
#include "Core/System.h"
|
||||
#include "Core/TitleDatabase.h"
|
||||
#include "Core/WC24PatchEngine.h"
|
||||
|
||||
#include "VideoCommon/HiresTextures.h"
|
||||
|
||||
#include "DiscIO/Enums.h"
|
||||
|
@ -206,6 +208,7 @@ void SConfig::OnNewTitleLoad(const Core::CPUThreadGuard& guard)
|
|||
HLE::Reload(system);
|
||||
PatchEngine::Reload();
|
||||
HiresTexture::Update();
|
||||
WC24PatchEngine::Reload();
|
||||
}
|
||||
|
||||
void SConfig::LoadDefaults()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue