mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
teeny fix for non-windows builds
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@136 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
8ff50f3155
commit
9a377ac874
@ -203,5 +203,5 @@ void ConfigDialog::DumpTexturesChange(wxCommandEvent& event)
|
||||
void ConfigDialog::TexturePathChange(wxFileDirPickerEvent& event)
|
||||
{
|
||||
//note: if a user inputs an incorrect path, this event wil not be fired.
|
||||
strcpy(g_Config.texDumpPath,event.GetPath().c_str());
|
||||
strcpy(g_Config.texDumpPath,event.GetPath().mb_str());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user