mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-27 12:50:04 +00:00
v0.14 release
This commit is contained in:
parent
fba7d6c89d
commit
5e009305f8
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 180 KiB After Width: | Height: | Size: 118 KiB |
@ -501,7 +501,7 @@ Cfg_listhdr g_cfg_partitionlist = { 0 };
|
||||
|
||||
int g_cfg_file_pathfield = 0;
|
||||
|
||||
const char *g_gsplus_rom_names[] = { "ROM", "ROM", "ROM01", "ROM03", "ROM.01", "ROM.03", 0 };
|
||||
const char *g_gsplus_rom_names[] = { "ROM", "ROM", "ROM1", "ROM3", "ROM01", "ROM03", "ROM.01", "ROM.03", 0 };
|
||||
/* First entry is special--it will be overwritten by g_cfg_rom_path */
|
||||
|
||||
const char *g_gsplus_c1rom_names[] = { "parallel.rom", 0 };
|
||||
|
@ -168,7 +168,7 @@ int g_imagewriter_paper = 0;
|
||||
int g_imagewriter_banner = 0;
|
||||
|
||||
int g_config_iwm_vbl_count = 0;
|
||||
const char g_gsplus_version_str[] = "0.14rc";
|
||||
const char g_gsplus_version_str[] = "0.14";
|
||||
int g_pause=0; // OG Added pause
|
||||
|
||||
#define START_DCYCS (0.0)
|
||||
|
Loading…
Reference in New Issue
Block a user