Skip to content

Commit 9369bed

Browse files
committed
New feature: iNES head editor
1 parent 959c94f commit 9369bed

File tree

15 files changed

+1823
-151
lines changed

15 files changed

+1823
-151
lines changed

src/cart.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#ifndef CART_H
2+
#define CART_H
3+
14
typedef struct {
25
// Set by mapper/board code:
36
void (*Power)(void);
@@ -100,3 +103,5 @@ void FCEU_GeniePower(void);
100103
bool FCEU_OpenGenie(void);
101104
void FCEU_CloseGenie(void);
102105
void FCEU_KillGenie(void);
106+
107+
#endif

src/drivers/win/cheat.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,10 +1196,7 @@ void DoGGConv()
11961196
ShowWindow(hGGConv, SW_SHOWNORMAL);
11971197
SetForegroundWindow(hGGConv);
11981198
} else
1199-
{
12001199
hGGConv = CreateDialog(fceu_hInstance,"GGCONV",NULL,GGConvCallB);
1201-
}
1202-
return;
12031200
}
12041201

12051202
inline void GetCheatStr(char* buf, int a, int v, int c)

0 commit comments

Comments
 (0)