mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-03-04 09:27:15 +00:00
(PS3/PSP) Cleanups
This commit is contained in:
parent
2a1c93c718
commit
59363d2631
@ -135,9 +135,8 @@ static void frontend_ps3_get_environment_settings(int *argc, char *argv[],
|
||||
#ifndef IS_SALAMANDER
|
||||
if (*argc > 1 && !string_is_empty(argv[1]))
|
||||
{
|
||||
static char path[PATH_MAX_LENGTH];
|
||||
*path = '\0';
|
||||
struct rarch_main_wrap *args = (struct rarch_main_wrap*)params_data;
|
||||
static char path[PATH_MAX_LENGTH] = {0};
|
||||
struct rarch_main_wrap *args = (struct rarch_main_wrap*)params_data;
|
||||
|
||||
if (args)
|
||||
{
|
||||
|
@ -182,16 +182,14 @@ static void frontend_psp_get_environment_settings(int *argc, char *argv[],
|
||||
|
||||
#ifndef IS_SALAMANDER
|
||||
#ifdef VITA
|
||||
params = (struct rarch_main_wrap*)params_data;
|
||||
params = (struct rarch_main_wrap*)params_data;
|
||||
params->verbose = true;
|
||||
#endif
|
||||
if (!string_is_empty(argv[1]))
|
||||
{
|
||||
static char path[PATH_MAX_LENGTH];
|
||||
struct rarch_main_wrap *args = NULL;
|
||||
|
||||
*path = '\0';
|
||||
args = (struct rarch_main_wrap*)params_data;
|
||||
static char path[PATH_MAX_LENGTH] = {0};
|
||||
struct rarch_main_wrap *args =
|
||||
(struct rarch_main_wrap*)params_data;
|
||||
|
||||
if (args)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user