diff --git a/core/hw/pvr/Renderer_if.cpp b/core/hw/pvr/Renderer_if.cpp index 96c28f307..64d4b8f0e 100644 --- a/core/hw/pvr/Renderer_if.cpp +++ b/core/hw/pvr/Renderer_if.cpp @@ -196,7 +196,7 @@ void rend_start_render() void rend_end_render() { #if 1 //also disabled the printf, it takes quite some time ... - #if HOST_OS!=OS_WINDOWS && !defined(_ANDROID) + #if HOST_OS!=OS_WINDOWS && !(defined(_ANDROID) || defined(TARGET_PANDORA)) if (!re.state) printf("Render > Extended time slice ...\n"); #endif #endif diff --git a/core/nullDC.cpp b/core/nullDC.cpp index 7d84454c0..0ce14dffe 100755 --- a/core/nullDC.cpp +++ b/core/nullDC.cpp @@ -131,7 +131,7 @@ void plugins_Reset(bool Manual) void* webui_th(void* p) { - #if HOST_OS == OS_WINDOWS || HOST_OS == OS_LINUX + #if (HOST_OS == OS_WINDOWS || HOST_OS == OS_LINUX) && !defined(TARGET_PANDORA) webui_start(); #endif