mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-26 10:35:05 +02:00
Revert nil check changes.
This commit is contained in:
@@ -434,7 +434,7 @@ static unsigned *multiplication_table_for_frequency(unsigned frequency)
|
||||
|
||||
- (void) run
|
||||
{
|
||||
assert(master == nil);
|
||||
assert(!master);
|
||||
running = true;
|
||||
[self preRun];
|
||||
if (slave) {
|
||||
@@ -2029,7 +2029,7 @@ static unsigned *multiplication_table_for_frequency(unsigned frequency)
|
||||
|
||||
- (bool)isSlave
|
||||
{
|
||||
return master != nil;
|
||||
return master;
|
||||
}
|
||||
|
||||
- (GB_gameboy_t *)gb
|
||||
|
Reference in New Issue
Block a user