mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-22 04:22:55 +02:00
Fix "cartrdige" to "cartridge" in comments
This commit is contained in:
@@ -61,9 +61,9 @@ static OSStatus render(CGContextRef cgContext, CFURLRef url, bool showBorder)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (showBorder) {
|
if (showBorder) {
|
||||||
/* Use the CGB flag to determine the cartrdige "look":
|
/* Use the CGB flag to determine the cartridge "look":
|
||||||
- DMG cartridges are grey
|
- DMG cartridges are grey
|
||||||
- CGB cartrdiges are transparent
|
- CGB cartridges are transparent
|
||||||
- CGB cartridges that support DMG systems are black
|
- CGB cartridges that support DMG systems are black
|
||||||
*/
|
*/
|
||||||
NSImage *effectiveTemplate = nil;
|
NSImage *effectiveTemplate = nil;
|
||||||
|
Reference in New Issue
Block a user