fix tiny find+replace error within a comment

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3854 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman 2009-07-19 20:31:49 +00:00
parent 3d28eb5dbc
commit feb67740bc
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ void InitGeneral()
#endif #endif
// Obtain the preferred video mode from the system // Obtain the preferred video mode from the system
// This will correspond to the settings in the WiUCodeToDump menu // This will correspond to the settings in the Wii menu
rmode = VIDEO_GetPreferredMode(NULL); rmode = VIDEO_GetPreferredMode(NULL);
// Allocate memory for the display in the uncached region // Allocate memory for the display in the uncached region