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.
Updated by xenofears almost 14 years ago
Note it occurs once in wiisavecrypted.h too. Lectrode has the same issue with older ICC. It's a 2 second job to change..
Updated by lpfaint99 almost 14 years ago
- Status changed from New to Fixed
This issue was closed by revision r6588.
Actions