This also seems to reduce a bit of stutter in some games (like sonic 3)
        CC = arm-vita-eabi-gcc$(EXE_EXT)
        AR = arm-vita-eabi-ar$(EXE_EXT)
        CFLAGS += -DVITA
-       CFLAGS += -mfloat-abi=hard -ffast-math -mword-relocations
+       CFLAGS += -mfloat-abi=hard -ffast-math -mword-relocations -fno-optimize-sibling-calls
        CFLAGS += -marm -mfpu=neon -mcpu=cortex-a9 -march=armv7-a
        STATIC_LINKING = 1
        NO_MMAP = 1
 
   if (stream->type == PMT_UNCOMPRESSED)\r
   {\r
     fseek(stream->file, offset, whence);\r
-    int ret = ftell(stream->file);\r
-    elprintf(EL_STATUS, "seeked ok."); //HACK for VITA\r
-    return ret;\r
+    return ftell(stream->file);\r
   }\r
 #ifndef NO_ZLIB\r
   else if (stream->type == PMT_ZIP)\r