Skip to content

Commit

Permalink
Nestopia: set favored machine state to NTSC
Browse files Browse the repository at this point in the history
  • Loading branch information
clobber committed Mar 28, 2013
1 parent 17e4dfd commit 13612f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NESGameCore.mm
Expand Up @@ -359,7 +359,7 @@ - (BOOL)loadFileAtPath:(NSString *)path
Nes::Api::User::questionCallback.Set(doQuestion, userData);

std::ifstream romFile([path cStringUsingEncoding:NSUTF8StringEncoding], std::ios::in | std::ios::binary);
result = machine.Load(romFile, Nes::Api::Machine::FAVORED_NES_PAL, Nes::Api::Machine::ASK_PROFILE);
result = machine.Load(romFile, Nes::Api::Machine::FAVORED_NES_NTSC, Nes::Api::Machine::ASK_PROFILE);

if(NES_FAILED(result))
{
Expand Down

0 comments on commit 13612f8

Please sign in to comment.