From bcb8e39d05a2b80ee5215f58c0f6dda26613ef17 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 3 Jun 2014 06:51:18 +0200 Subject: [PATCH] (PS3) Cleanup - this can go now --- frontend/platform/platform_ps3.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/platform/platform_ps3.c b/frontend/platform/platform_ps3.c index 0f9316119f..2966eecc0d 100644 --- a/frontend/platform/platform_ps3.c +++ b/frontend/platform/platform_ps3.c @@ -229,12 +229,6 @@ static void frontend_ps3_get_environment_settings(int *argc, char *argv[], } else RARCH_WARN("Started from Salamander, auto-game start disabled.\n"); - - //hack - this would break core selection - if (argv[1] != NULL && argv[1][0] == '\0') - { - RARCH_LOG("Broken core selection triggered.\n"); - } #endif memset(&size, 0x00, sizeof(CellGameContentSize));