Added proper Bus Mouse emulation and introduced InPort Mouse emulation.
This commit is contained in:
@@ -841,14 +841,15 @@ BEGIN
|
||||
|
||||
IDS_3072 "None"
|
||||
IDS_3073 "[Bus] Bus mouse"
|
||||
IDS_3074 "[Serial] Mouse Systems mouse"
|
||||
IDS_3075 "[Serial] Microsoft 2-button mouse"
|
||||
IDS_3076 "[Serial] Logitech 3-button mouse"
|
||||
IDS_3077 "[Serial] Microsoft wheel mouse"
|
||||
IDS_3078 "[PS/2] 2-button mouse"
|
||||
IDS_3079 "[PS/2] Microsoft Intellimouse"
|
||||
IDS_3080 "[Proprietary] Amstrad mouse"
|
||||
IDS_3081 "[Proprietary] Olivetti M24 mouse"
|
||||
IDS_3074 "[Bus] InPort mouse"
|
||||
IDS_3075 "[Serial] Mouse Systems mouse"
|
||||
IDS_3076 "[Serial] Microsoft 2-button mouse"
|
||||
IDS_3077 "[Serial] Logitech 3-button mouse"
|
||||
IDS_3078 "[Serial] Microsoft wheel mouse"
|
||||
IDS_3079 "[PS/2] 2-button mouse"
|
||||
IDS_3080 "[PS/2] Microsoft Intellimouse"
|
||||
IDS_3081 "[Proprietary] Amstrad mouse"
|
||||
IDS_3082 "[Proprietary] Olivetti M24 mouse"
|
||||
|
||||
IDS_4096 "Hard disk (%s)"
|
||||
IDS_4097 "%01i:%01i"
|
||||
|
||||
@@ -330,6 +330,7 @@
|
||||
#define IDS_3079 3079
|
||||
#define IDS_3080 3080
|
||||
#define IDS_3081 3081
|
||||
#define IDS_3082 3082
|
||||
|
||||
#define IDS_4096 4096
|
||||
#define IDS_4097 4097
|
||||
@@ -391,7 +392,7 @@
|
||||
#define IDS_LANG_ENUS IDS_6144
|
||||
|
||||
#define STRINGS_NUM_2048 122
|
||||
#define STRINGS_NUM_3072 10
|
||||
#define STRINGS_NUM_3072 11
|
||||
#define STRINGS_NUM_4096 20
|
||||
#define STRINGS_NUM_4352 7
|
||||
#define STRINGS_NUM_4608 7
|
||||
|
||||
Reference in New Issue
Block a user