Cocoa Port:
- Silence some compiler warnings. - Do some tiny code cleanup.
This commit is contained in:
parent
acc22b29cb
commit
aef36c1949
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
#include "../cheatSystem.h"
|
#include "../cheatSystem.h"
|
||||||
#include "../MMU.h"
|
#include "../MMU.h"
|
||||||
|
#undef BOOL
|
||||||
|
|
||||||
@implementation CocoaDSCheatItem
|
@implementation CocoaDSCheatItem
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
#include "../gdbstub.h"
|
#include "../gdbstub.h"
|
||||||
#include "../slot1.h"
|
#include "../slot1.h"
|
||||||
#include "../slot2.h"
|
#include "../slot2.h"
|
||||||
#include "../movie.h"
|
|
||||||
#undef BOOL
|
#undef BOOL
|
||||||
|
|
||||||
class OSXDriver : public BaseDriver
|
class OSXDriver : public BaseDriver
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
#import "cocoa_firmware.h"
|
#import "cocoa_firmware.h"
|
||||||
#include "../NDSSystem.h"
|
#include "../NDSSystem.h"
|
||||||
#include "../firmware.h"
|
#include "../firmware.h"
|
||||||
|
#undef BOOL
|
||||||
|
|
||||||
|
|
||||||
@implementation CocoaDSFirmware
|
@implementation CocoaDSFirmware
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
Copyright (C) 2014 DeSmuME Team
|
Copyright (C) 2014-2015 DeSmuME Team
|
||||||
|
|
||||||
This file is free software: you can redistribute it and/or modify
|
This file is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -19,8 +19,6 @@
|
||||||
#import "cocoa_globals.h"
|
#import "cocoa_globals.h"
|
||||||
#import "cocoa_util.h"
|
#import "cocoa_util.h"
|
||||||
|
|
||||||
#include "../NDSSystem.h"
|
|
||||||
#undef BOOL
|
|
||||||
|
|
||||||
@implementation CocoaDSSlot2Device
|
@implementation CocoaDSSlot2Device
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue