diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-06-20 11:36:20 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-06-20 11:36:20 +0000 |
commit | 65506bcd284c4e6ab8677f5a67bd4f57e9b809e5 (patch) | |
tree | ff11ad89194df52dbdbeeb0ceee1517f5f9160e3 /emulators/raine/files/patch-source_raine.c | |
parent | Upgrade from 0.5r1325 to 0.5r1340 (diff) |
- Update to 0.43.3 [1].
- Stop patching source to be C89 friendly and use USE_GCC=3.2+ instead.
Submitted by: ultragames93 <ultragames93@free.fr> [1]
Diffstat (limited to 'emulators/raine/files/patch-source_raine.c')
-rw-r--r-- | emulators/raine/files/patch-source_raine.c | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/emulators/raine/files/patch-source_raine.c b/emulators/raine/files/patch-source_raine.c deleted file mode 100644 index 7cfc040154ad..000000000000 --- a/emulators/raine/files/patch-source_raine.c +++ /dev/null @@ -1,39 +0,0 @@ ---- source/raine.c.bak Thu Nov 17 17:58:51 2005 -+++ source/raine.c Thu Nov 17 17:57:32 2005 -@@ -92,6 +92,17 @@ - { - int i,ta,version_id; - char str[256],*s; -+ char *dirs[] = { -+ "config", -+ "savegame", -+ "savedata", -+ "roms", -+ "demos", -+ "snapshot", -+ "artwork", -+ NULL -+ }; -+ char **dirp = dirs; - #ifdef GFX_FBCON - FILE *f; - #endif -@@ -241,18 +252,6 @@ - raine_cfg.hide = 0; - raine_cfg.req_load_game = 0; - raine_cfg.req_game_index = 0; -- -- char *dirs[] = { -- "config", -- "savegame", -- "savedata", -- "roms", -- "demos", -- "snapshot", -- "artwork", -- NULL -- }; -- char **dirp = dirs; - - mkdir_rwx(dir_cfg.exe_path); - while (*dirp) { |