Better indentation so I can see something.

This commit is contained in:
evilynux 2007-01-08 21:12:48 +00:00
parent b79a3f067b
commit 9c85d0f3d0
1 changed files with 83 additions and 87 deletions

View File

@ -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;