mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 03:10:14 +00:00
commit
dae1821d1e
@ -2,11 +2,9 @@
|
|||||||
RARCH_VERSION=0.9.9
|
RARCH_VERSION=0.9.9
|
||||||
|
|
||||||
make -C ../ -f Makefile.ps3.salamander clean || exit 1
|
make -C ../ -f Makefile.ps3.salamander clean || exit 1
|
||||||
make -C ../ -f Makefile.ps3.rgl clean || exit 1
|
|
||||||
make -C ../ -f Makefile.ps3 clean || exit 1
|
make -C ../ -f Makefile.ps3 clean || exit 1
|
||||||
|
|
||||||
make -C ../ -f Makefile.ps3.salamander || exit 1
|
make -C ../ -f Makefile.ps3.salamander || exit 1
|
||||||
make -C ../ -f Makefile.ps3.rgl || exit 1
|
|
||||||
|
|
||||||
EXE_PATH=/usr/local/cell/host-win32/bin
|
EXE_PATH=/usr/local/cell/host-win32/bin
|
||||||
|
|
||||||
|
@ -2,11 +2,9 @@
|
|||||||
#For this script to work correctly, you must place the "data" folder containing your ps3 keys for scetool to use in the dist-scripts folder.
|
#For this script to work correctly, you must place the "data" folder containing your ps3 keys for scetool to use in the dist-scripts folder.
|
||||||
|
|
||||||
make -C ../ -f Makefile.ps3.salamander clean || exit 1
|
make -C ../ -f Makefile.ps3.salamander clean || exit 1
|
||||||
make -C ../ -f Makefile.ps3.rgl clean || exit 1
|
|
||||||
make -C ../ -f Makefile.ps3.cobra clean || exit 1
|
make -C ../ -f Makefile.ps3.cobra clean || exit 1
|
||||||
|
|
||||||
make -C ../ -f Makefile.ps3.salamander || exit 1
|
make -C ../ -f Makefile.ps3.salamander || exit 1
|
||||||
make -C ../ -f Makefile.ps3.rgl || exit 1
|
|
||||||
|
|
||||||
GENPS3ISO_PATH=/cygdrive/c/Cobra_ODE_GenPS3iso_v2.3/genps3iso.exe
|
GENPS3ISO_PATH=/cygdrive/c/Cobra_ODE_GenPS3iso_v2.3/genps3iso.exe
|
||||||
SCETOOL_PATH=/cygdrive/c/Users/aaa801/ps3tools/ps3tools/tools/scetool/scetool.exe
|
SCETOOL_PATH=/cygdrive/c/Users/aaa801/ps3tools/ps3tools/tools/scetool/scetool.exe
|
||||||
|
@ -128,6 +128,7 @@ static void rmenu_render(void)
|
|||||||
char title_buf[256] = {0};
|
char title_buf[256] = {0};
|
||||||
char title_msg[64] = {0};
|
char title_msg[64] = {0};
|
||||||
menu_handle_t *menu = menu_driver_get_ptr();
|
menu_handle_t *menu = menu_driver_get_ptr();
|
||||||
|
menu_animation_t *anim = menu_animation_get_ptr();
|
||||||
menu_list_t *menu_list = menu_list_get_ptr();
|
menu_list_t *menu_list = menu_list_get_ptr();
|
||||||
menu_navigation_t *nav = menu_navigation_get_ptr();
|
menu_navigation_t *nav = menu_navigation_get_ptr();
|
||||||
global_t *global = global_get_ptr();
|
global_t *global = global_get_ptr();
|
||||||
@ -148,7 +149,7 @@ static void rmenu_render(void)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
menu_display_fb_unset_dirty();
|
menu_display_fb_unset_dirty();
|
||||||
menu->animation_is_active = false;
|
anim->is_active = false;
|
||||||
menu->label.is_updated = false;
|
menu->label.is_updated = false;
|
||||||
|
|
||||||
if (!menu_list->selection_buf)
|
if (!menu_list->selection_buf)
|
||||||
|
Loading…
Reference in New Issue
Block a user