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