mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
fix clang build
yet another workaround for it...
This commit is contained in:
parent
24aab4da73
commit
ba11a48115
4 changed files with 9 additions and 4 deletions
|
@ -406,8 +406,6 @@ static const char h_srcart[] = "Emulate the save RAM cartridge accessory\n"
|
|||
"most games don't need this";
|
||||
static const char h_scfx[] = "Emulate scale/rotate ASIC chip for graphics effects\n"
|
||||
"disable to improve performance";
|
||||
static const char h_bsync[] = "More accurate mode for CPUs (needed for some games)\n"
|
||||
"disable to improve performance";
|
||||
|
||||
static menu_entry e_menu_cd_options[] =
|
||||
{
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 448ec62f85a90e8a27368ddc05057a5a714944b8
|
||||
Subproject commit f287890d65ad36ca75bb71d05745693ae78b1490
|
Loading…
Add table
Add a link
Reference in a new issue