Cocoa Port:

- Silence some compiler warnings.
- Do some tiny code cleanup.
This commit is contained in:
rogerman 2015-01-13 05:17:39 +00:00
parent acc22b29cb
commit aef36c1949
4 changed files with 3 additions and 4 deletions

View File

@ -22,6 +22,7 @@
#include "../cheatSystem.h"
#include "../MMU.h"
#undef BOOL
@implementation CocoaDSCheatItem

View File

@ -35,7 +35,6 @@
#include "../gdbstub.h"
#include "../slot1.h"
#include "../slot2.h"
#include "../movie.h"
#undef BOOL
class OSXDriver : public BaseDriver

View File

@ -19,6 +19,7 @@
#import "cocoa_firmware.h"
#include "../NDSSystem.h"
#include "../firmware.h"
#undef BOOL
@implementation CocoaDSFirmware

View File

@ -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
it under the terms of the GNU General Public License as published by
@ -19,8 +19,6 @@
#import "cocoa_globals.h"
#import "cocoa_util.h"
#include "../NDSSystem.h"
#undef BOOL
@implementation CocoaDSSlot2Device