mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-11 14:41:57 +00:00
More changes to how we handle text encoding, fixing up the code so it compiles now
This commit is contained in:
@@ -164,7 +164,7 @@ void CProjectSettingsDialog::BuildISO()
|
||||
|
||||
// Verify this ISO matches the original
|
||||
bool IsWii;
|
||||
pBaseDisc = nod::OpenDiscFromImage(*TO_TWIDESTRING(SourceIsoPath), IsWii);
|
||||
pBaseDisc = nod::OpenDiscFromImage(TO_WCHAR(SourceIsoPath), IsWii);
|
||||
|
||||
if (!pBaseDisc || !IsWii)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user