Updated files from 1.0.0 branch

svn-id: r43362
This commit is contained in:
Lars Persson 2009-08-14 06:42:57 +00:00
parent ea4fb712a3
commit 0064a1bc37
4 changed files with 7 additions and 3 deletions

View File

@ -34,7 +34,7 @@
:"ScummVM"
; UID is the app's UID
#{"ScummVM S60v3"},(0xA0000657),0,14,0
#{"ScummVM S60v3"},(0xA0000657),1,0,0
;Supports Series 60 v 3.0
[0x101F7961], 0, 0, 0, {"Series60ProductID"}

View File

@ -32,7 +32,7 @@
:"ScummVM"
; UID is the app's UID
#{"ScummVM UIQ3"},(0xA0000657),0,14,0
#{"ScummVM UIQ3"},(0xA0000657),1,0,0
; ProductID for UIQ 3.0
; Product/platform version UID, Major, Minor, Build, Product ID

View File

@ -104,6 +104,8 @@ SymbianActions::SymbianActions()
void SymbianActions::initInstanceMain(OSystem *mainSystem) {
int i;
// Need to do this since all old mappings are reset after engineDone
_initialized = false;
Actions::initInstanceMain(mainSystem);
// Disable all mappings before setting main mappings again

View File

@ -127,7 +127,9 @@
#define USE_ARM_COSTUME_ASM
#define USE_ARM_SOUND_ASM
#endif
#define ENABLE_KEYMAPPER
// This is not really functioning yet.
// Default SDL keys should map to standard keys I think!
//#define ENABLE_KEYMAPPER
// Symbian bsearch implementation is flawed
void *scumm_bsearch(const void *key, const void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *));