moved timers id for Windows port in common.h :)

This commit is contained in:
mtabachenko 2009-02-03 22:26:01 +00:00
parent 3d7cfba55f
commit 23f54c7d71
12 changed files with 2050 additions and 2051 deletions

View File

@ -34,6 +34,19 @@ extern u8 gba_header_data_0x04[156];
#define _WINSOCKAPI_
#include <windows.h>
#define IDT_VIEW_DISASM7 50001
#define IDT_VIEW_DISASM9 50002
#define IDT_VIEW_MEM7 50003
#define IDT_VIEW_MEM9 50004
#define IDT_VIEW_IOREG 50005
#define IDT_VIEW_PAL 50006
#define IDT_VIEW_TILE 50007
#define IDT_VIEW_MAP 50008
#define IDT_VIEW_OAM 50009
#define IDT_VIEW_MATRIX 50010
#define IDT_VIEW_LIGHTS 50011
#define IDM_EXEC 50112
#define CLASSNAME "DeSmuME"
extern HINSTANCE hAppInst;

View File

@ -1056,10 +1056,6 @@
RelativePath=".\palView.h"
>
</File>
<File
RelativePath=".\res_timer_ids.h"
>
</File>
<File
RelativePath=".\resource.h"
>

View File

@ -23,7 +23,6 @@
#include <commctrl.h>
#include "debug.h"
#include "resource.h"
#include "res_timer_ids.h"
#include "../MMU.h"
#include "../armcpu.h"

View File

@ -29,7 +29,6 @@
#include "disView.h"
#include <commctrl.h>
#include "resource.h"
#include "res_timer_ids.h"
typedef struct
{

View File

@ -22,7 +22,6 @@
#include "colorctrl.h"
#include "gfx3d.h"
#include "resource.h"
#include "res_timer_ids.h"
#include "debug.h"
// Convert B5G5R5 color format into R8G8B8 color format

View File

@ -44,7 +44,6 @@
#include "../addons.h"
#endif
#include "resource.h"
#include "res_timer_ids.h"
#include "memView.h"
#include "disView.h"
#include "ginfo.h"

View File

@ -21,7 +21,6 @@
#include "mapView.h"
#include "resource.h"
#include "res_timer_ids.h"
#include <commctrl.h>
#include "../MMU.h"

View File

@ -21,7 +21,6 @@
#include <commctrl.h>
#include "debug.h"
#include "resource.h"
#include "res_timer_ids.h"
#include "gfx3d.h"
typedef struct

View File

@ -25,7 +25,6 @@
#include "../MMU.h"
#include "debug.h"
#include "resource.h"
#include "res_timer_ids.h"
typedef struct
{

View File

@ -23,7 +23,6 @@
#include <commctrl.h>
#include "debug.h"
#include "resource.h"
#include "res_timer_ids.h"
#include "../MMU.h"
#include "../GPU.h"
#include "../NDSSystem.h"

View File

@ -23,7 +23,6 @@
#include <commctrl.h>
#include "debug.h"
#include "resource.h"
#include "res_timer_ids.h"
#include "../MMU.h"
typedef struct

View File

@ -22,7 +22,6 @@
#include "tileView.h"
#include "commctrl.h"
#include "resource.h"
#include "res_timer_ids.h"
#include "debug.h"
#include "../MMU.h"