Skip to content

Commit

Permalink
fix neogeocd default directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Jul 28, 2023
1 parent 1827b37 commit 5c4aba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burner/win32/neocdsel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ static HBRUSH hWhiteBGBrush;
bool bNeoCDListScanSub = false;
bool bNeoCDListScanOnlyISO = false;
TCHAR szNeoCDCoverDir[MAX_PATH] = _T("support/neocdz/");
TCHAR szNeoCDGamesDir[MAX_PATH] = _T("/neocdiso/");
TCHAR szNeoCDGamesDir[MAX_PATH] = _T("neocdiso/");

static int nSelectedItem = -1;

Expand Down

0 comments on commit 5c4aba8

Please sign in to comment.