mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-15 09:34:18 +02:00
#15 PSP remove tabs
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
#include <pspkernel.h>
|
||||
#include <pspdisplay.h>
|
||||
//#include <pspdebug.h>
|
||||
#include <pspctrl.h>
|
||||
#include <psprtc.h>
|
||||
#include <pspaudiolib.h>
|
||||
@@ -14,9 +13,6 @@ PSP_MODULE_INFO("OpenLara", 0, 1, 1);
|
||||
PSP_HEAP_SIZE_KB(20480);
|
||||
PSP_MAIN_THREAD_ATTR(THREAD_ATTR_VFPU);
|
||||
|
||||
//#define printf pspDebugScreenPrintf
|
||||
//#define printf Kprintf
|
||||
|
||||
#include "game.h"
|
||||
|
||||
#define BUF_WIDTH (512)
|
||||
@@ -111,7 +107,6 @@ char Stream::cacheDir[255];
|
||||
char Stream::contentDir[255];
|
||||
|
||||
int main() {
|
||||
//pspDebugScreenInit();
|
||||
setupCallbacks();
|
||||
|
||||
sceGuInit();
|
||||
@@ -141,9 +136,6 @@ int main() {
|
||||
Core::curBackBuffer = 0;
|
||||
|
||||
while (!Core::isQuit) {
|
||||
//pspDebugScreenSetOffset((int)frameOffset);
|
||||
//pspDebugScreenSetXY(0, 0);
|
||||
|
||||
Core::beginCmdBuf();
|
||||
|
||||
joyUpdate();
|
||||
|
Reference in New Issue
Block a user