mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-16 01:54:38 +02:00
Merge branch 'master' of https://github.com/XProger/OpenLara
This commit is contained in:
@@ -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
|
||||
|
@@ -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