Actions
Emulator Issues #3711
closedICC doesn't like this.. Simple fix..
Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
WiiSaveCrypted.cpp
.\Src\MemoryCards\WiiSaveCrypted.cpp(504): error: expected an expression
if (_export)
^
Can't use _export as a variable with ICC (XE 12?), just change it to something else, its scope is one small function used once.
Actions