mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
Get rid of 'Gets here' messages
This commit is contained in:
parent
f9f7c28b94
commit
a4812c955f
@ -206,7 +206,6 @@ static void frontend_xdk_get_environment_settings(int *argc, char *argv[],
|
||||
static char path[PATH_MAX_LENGTH];
|
||||
*path = '\0';
|
||||
#if defined(_XBOX1)
|
||||
RARCH_LOG("Gets here top.\n");
|
||||
LAUNCH_DATA ptr;
|
||||
DWORD launch_type;
|
||||
|
||||
|
@ -327,8 +327,6 @@ static void poll_iteration(void)
|
||||
unsigned sender_tag = (unsigned)[sender tag];
|
||||
global_t *global = global_get_ptr();
|
||||
|
||||
RARCH_LOG("Gets here, sender tag is: %d\n", sender_tag);
|
||||
|
||||
switch (sender_tag)
|
||||
{
|
||||
case 1:
|
||||
|
@ -583,8 +583,6 @@ static void ui_companion_cocoatouch_notify_list_pushed(void *data,
|
||||
|
||||
RetroArch_iOS *ap = (RetroArch_iOS *)apple_platform;
|
||||
|
||||
RARCH_LOG("Gets here.\n");
|
||||
|
||||
if (ap)
|
||||
[ap mainMenuRefresh];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user