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];
|
static char path[PATH_MAX_LENGTH];
|
||||||
*path = '\0';
|
*path = '\0';
|
||||||
#if defined(_XBOX1)
|
#if defined(_XBOX1)
|
||||||
RARCH_LOG("Gets here top.\n");
|
|
||||||
LAUNCH_DATA ptr;
|
LAUNCH_DATA ptr;
|
||||||
DWORD launch_type;
|
DWORD launch_type;
|
||||||
|
|
||||||
|
|
|
@ -327,8 +327,6 @@ static void poll_iteration(void)
|
||||||
unsigned sender_tag = (unsigned)[sender tag];
|
unsigned sender_tag = (unsigned)[sender tag];
|
||||||
global_t *global = global_get_ptr();
|
global_t *global = global_get_ptr();
|
||||||
|
|
||||||
RARCH_LOG("Gets here, sender tag is: %d\n", sender_tag);
|
|
||||||
|
|
||||||
switch (sender_tag)
|
switch (sender_tag)
|
||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
|
|
|
@ -583,8 +583,6 @@ static void ui_companion_cocoatouch_notify_list_pushed(void *data,
|
||||||
|
|
||||||
RetroArch_iOS *ap = (RetroArch_iOS *)apple_platform;
|
RetroArch_iOS *ap = (RetroArch_iOS *)apple_platform;
|
||||||
|
|
||||||
RARCH_LOG("Gets here.\n");
|
|
||||||
|
|
||||||
if (ap)
|
if (ap)
|
||||||
[ap mainMenuRefresh];
|
[ap mainMenuRefresh];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue