mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-10 05:02:41 +00:00
Trying to fix MK:Wii save corruption (see r3344) while not breaking everything using wb mode...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3466 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
5b9f26c660
commit
635a1a3a37
3 changed files with 34 additions and 26 deletions
|
@ -49,6 +49,7 @@ Core::GetWindowHandle().
|
|||
#include "GameListCtrl.h"
|
||||
#include "BootManager.h"
|
||||
#include "LogWindow.h"
|
||||
#include "WxUtils.h"
|
||||
|
||||
#include "Common.h" // Common
|
||||
#include "FileUtil.h"
|
||||
|
@ -65,8 +66,6 @@ Core::GetWindowHandle().
|
|||
|
||||
#include <wx/datetime.h> // wxWidgets
|
||||
|
||||
// ugly that this lib included code from the main
|
||||
#include "../../DolphinWX/Src/WxUtils.h"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// Resources
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue