mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-16 18:14:05 +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
|
## Roadmap
|
||||||
- save game crystals
|
- save game crystals
|
||||||
- camera
|
- camera
|
||||||
- alpha-3 release (December)
|
- RELEASE alpha-3 (February)
|
||||||
- enemies
|
- enemies
|
||||||
|
- Wii port
|
||||||
- bug fixes
|
- bug fixes
|
||||||
- beta-1 release (January)
|
- RELEASE beta-1
|
||||||
- bug fixes
|
- bug fixes
|
||||||
- graphics improvements
|
- graphics improvements
|
||||||
- release (February)
|
- RELEASE
|
||||||
- OpenLara 2...
|
- OpenLara 2...
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
@@ -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