--- Frodo4/Src/main.cpp 2003/07/01 17:09:43 1.1 +++ Frodo4/Src/main.cpp 2003/07/01 17:51:17 1.3 @@ -1,7 +1,7 @@ /* * main.cpp - Main program * - * Frodo (C) 1994-1997,2002 Christian Bauer + * Frodo (C) 1994-1997,2002-2003 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -49,7 +49,6 @@ char AppDirPath[1024]; // Path of applic * Load C64 ROM files */ -#ifndef __PSXOS__ bool Frodo::load_rom_files(void) { FILE *file; @@ -104,7 +103,6 @@ bool Frodo::load_rom_files(void) return true; } -#endif #ifdef __BEOS__