1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-16 01:54:38 +02:00
This commit is contained in:
XProger
2018-02-02 03:55:29 +03:00
2 changed files with 42 additions and 49 deletions

View File

@@ -15,13 +15,14 @@ inspired by OpenTomb project http://opentomb.github.io/
## Roadmap
- save game crystals
- camera
- alpha-3 release (December)
- RELEASE alpha-3 (February)
- enemies
- Wii port
- bug fixes
- beta-1 release (January)
- RELEASE beta-1
- bug fixes
- graphics improvements
- release (February)
- RELEASE
- OpenLara 2...
## Screenshots

View File

@@ -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();