diff options
author | Nicolas Bacca | 2003-05-11 14:04:08 +0000 |
---|---|---|
committer | Nicolas Bacca | 2003-05-11 14:04:08 +0000 |
commit | e223985e139c099fa4272bd2d4e85b020c21f216 (patch) | |
tree | 99605a103edec8def65ba3b5d56c6f3469ee72ed | |
parent | 8a562464c52c0baf0fde2be5b22605024778c4f7 (diff) | |
download | scummvm-rg350-e223985e139c099fa4272bd2d4e85b020c21f216.tar.gz scummvm-rg350-e223985e139c099fa4272bd2d4e85b020c21f216.tar.bz2 scummvm-rg350-e223985e139c099fa4272bd2d4e85b020c21f216.zip |
Update build revision and help file
svn-id: r7453
-rw-r--r-- | backends/wince/smartphone.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/backends/wince/smartphone.cpp b/backends/wince/smartphone.cpp index 100907d538..ae4a77d4be 100644 --- a/backends/wince/smartphone.cpp +++ b/backends/wince/smartphone.cpp @@ -19,17 +19,18 @@ * */ + #include "wince.h" -#include <aygshell.h> #ifdef WIN32_PLATFORM_WFSP +#include <aygshell.h> #define IDM_SMARTFON_LIST_BASE 99100 #define IDM_SMARTFON_MAP_BASE 99200 -#define SMARTFON_VERSION "Smartphone build 04.22.03/test" +#define SMARTFON_VERSION "Smartphone build 0.4.0" #define SCAN_LOCATION "\\Storage Card" @@ -109,7 +110,9 @@ const char* SMARTFON_KEYS_MAPPING[TOTAL_KEYS] = { "Some games must be put in a specific directory\r\n" \ \ "* loomcd for Loom VGA\r\n" \ + "* loom for Loom EGA\r\n" \ "* zak256 for Zak Mc Kracken FMTOWNS\r\n" \ + "* indy3ega for Indiana Jones 3 EGA\r\n" \ "* indy3 for Indiana Jones 3 VGA\r\n" \ "* monkeyvga for Monkey Island 1 VGA floppy\r\n" \ "* monkeyega for Monkey Island 1 EGA\r\n" \ |