Better indentation so I can see something.
This commit is contained in:
parent
b79a3f067b
commit
9c85d0f3d0
|
@ -14,10 +14,10 @@ volatile BOOL execute = FALSE;
|
||||||
SDL_Surface * surface;
|
SDL_Surface * surface;
|
||||||
|
|
||||||
SoundInterface_struct *SNDCoreList[] = {
|
SoundInterface_struct *SNDCoreList[] = {
|
||||||
&SNDDummy,
|
&SNDDummy,
|
||||||
&SNDFile,
|
&SNDFile,
|
||||||
&SNDSDL,
|
&SNDSDL,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
int Draw() {
|
int Draw() {
|
||||||
|
@ -55,11 +55,11 @@ int main(int argc, char ** argv) {
|
||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* // This has to get fixed yet
|
/* // This has to get fixed yet
|
||||||
strcpy(szRomPath, dirname(argv[1]));
|
strcpy(szRomPath, dirname(argv[1]));
|
||||||
cflash_close();
|
cflash_close();
|
||||||
cflash_init();
|
cflash_init();
|
||||||
*/
|
*/
|
||||||
|
|
||||||
execute = TRUE;
|
execute = TRUE;
|
||||||
|
|
||||||
|
@ -69,10 +69,6 @@ int main(int argc, char ** argv) {
|
||||||
surface = SDL_SetVideoMode(256, 384, 32, SDL_SWSURFACE);
|
surface = SDL_SetVideoMode(256, 384, 32, SDL_SWSURFACE);
|
||||||
|
|
||||||
while(!end) {
|
while(!end) {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
keypad=0x0000;
|
keypad=0x0000;
|
||||||
|
|
||||||
Uint8 *keys;
|
Uint8 *keys;
|
||||||
|
|
Loading…
Reference in New Issue