mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 15:48:48 +00:00
Updated files from 1.0.0 branch
svn-id: r43362
This commit is contained in:
parent
ea4fb712a3
commit
0064a1bc37
@ -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"}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 *));
|
||||
|
Loading…
Reference in New Issue
Block a user