mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
Silence warning
This commit is contained in:
parent
0c83d2a7cf
commit
455982da91
@ -3524,10 +3524,12 @@ static bool run_translation_service(void)
|
||||
/* mode */
|
||||
{
|
||||
char temp_string[PATH_MAX_LENGTH];
|
||||
|
||||
char *mode_chr = NULL;
|
||||
/*"image" is included for backwards compatability with
|
||||
* vgtranslate < 1.04 */
|
||||
char* mode_chr;
|
||||
|
||||
temp_string[0] = '\0';
|
||||
|
||||
if (settings->uints.ai_service_mode == 0)
|
||||
{
|
||||
if (use_overlay)
|
||||
|
Loading…
x
Reference in New Issue
Block a user