Emulator Issues #2005
closedfolder path error
0%
Description
Development is always a fatigue state.
When it is my double byte character environment, an error is given.
Because I use translation software, I'm sorry when you do not understand a
meaning.
1.Open Wii save folder
2.Open Containing folder
"Failed to open URL..." path is not found in when I choose it are given.
My revision method is the following methods.
I want you to cope if this is possible.
\dolphin-emu-read-only\Source\Core\DolphinWX\Src\WxUtils.cpp
void Explore(const char *path)
{
//wxString wxPath = wxString::FromAscii(path);
wxString wxPath = wxString(path, *wxConvCurrent);
....
Will this be processing for what?….
I take here as follows.
void Launch(const char *filename)
{
//if (! ::wxLaunchDefaultBrowser(wxString::FromAscii(filename))) {
if (! ::wxLaunchDefaultBrowser(wxString(filename,
*wxConvCurrent))) {
Updated by naog0616 almost 15 years ago
Thank you, Mr.ayuanx.
I'm sorry only by a request.
Updated by ayuanx almost 15 years ago
- Status changed from New to Fixed
This issue was closed by revision r4820.