mirror of
https://github.com/libretro/RetroArch
synced 2025-01-16 07:11:49 +00:00
(PS3) Buildfixes
This commit is contained in:
parent
3676917265
commit
1a08caaedb
@ -18,7 +18,7 @@ endif
|
||||
|
||||
STRIP = $(CELL_SDK)/host-win32/ppu/bin/ppu-lv2-strip.exe
|
||||
|
||||
PPU_CFLAGS += -I. -Ilibretro-common/include -D__CELLOS_LV2__ -DIS_SALAMANDER -DRARCH_CONSOLE -DHAVE_SYSUTILS -DHAVE_SYSMODULES -DHAVE_RARCH_EXEC
|
||||
PPU_CFLAGS += -I. -Ilibretro-common/include -Ideps/zlib -D__CELLOS_LV2__ -DIS_SALAMANDER -DRARCH_CONSOLE -DHAVE_SYSUTILS -DHAVE_SYSMODULES -DHAVE_RARCH_EXEC
|
||||
PPU_SRCS = frontend/frontend_salamander.c frontend/frontend_driver.c frontend/drivers/platform_ps3.c frontend/drivers/platform_null.c libretro-common/file/file_path.c libretro-common/file/dir_list.c libretro-common/string/string_list.c libretro-common/compat/compat.c libretro-common/file/config_file.c
|
||||
|
||||
ifeq ($(HAVE_LOGGER), 1)
|
||||
|
@ -423,7 +423,7 @@ static int action_toggle_video_resolution(unsigned type, const char *label,
|
||||
{
|
||||
global->console.screen.resolutions.current.idx--;
|
||||
global->console.screen.resolutions.current.id =
|
||||
global->onsole.screen.resolutions.list
|
||||
global->console.screen.resolutions.list
|
||||
[global->console.screen.resolutions.current.idx];
|
||||
}
|
||||
break;
|
||||
|
@ -4536,10 +4536,13 @@ static bool setting_append_list_audio_options(
|
||||
rarch_setting_group_info_t group_info;
|
||||
rarch_setting_group_info_t subgroup_info;
|
||||
settings_t *settings = config_get_ptr();
|
||||
global_t *global = global_get_ptr();
|
||||
|
||||
START_GROUP(group_info, "Audio Settings");
|
||||
START_SUB_GROUP(list, list_info, "State", group_info.name, subgroup_info);
|
||||
|
||||
(void)global;
|
||||
|
||||
CONFIG_BOOL(
|
||||
settings->audio.enable,
|
||||
"audio_enable",
|
||||
|
Loading…
Reference in New Issue
Block a user