Mercurial > vba-linux
comparison src/NLS.h @ 1:f9f4f1b99eed
importing src directory
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:31:27 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:8ced16adf2e1 | 1:f9f4f1b99eed |
---|---|
1 #ifndef VBS_NLS_H | |
2 #define VBA_NLS_H | |
3 | |
4 #if _MSC_VER > 1000 | |
5 #pragma once | |
6 #endif // _MSC_VER > 1000 | |
7 | |
8 #define N_(String) (String) | |
9 | |
10 #define MSG_UNSUPPORTED_VBA_SGM 1 | |
11 #define MSG_CANNOT_LOAD_SGM 2 | |
12 #define MSG_SAVE_GAME_NOT_USING_BIOS 3 | |
13 #define MSG_SAVE_GAME_USING_BIOS 4 | |
14 #define MSG_UNSUPPORTED_SAVE_TYPE 5 | |
15 #define MSG_CANNOT_OPEN_FILE 6 | |
16 #define MSG_BAD_ZIP_FILE 7 | |
17 #define MSG_NO_IMAGE_ON_ZIP 8 | |
18 #define MSG_ERROR_OPENING_IMAGE 9 | |
19 #define MSG_ERROR_READING_IMAGE 10 | |
20 #define MSG_UNSUPPORTED_BIOS_FUNCTION 11 | |
21 #define MSG_INVALID_BIOS_FILE_SIZE 12 | |
22 #define MSG_INVALID_CHEAT_CODE 13 | |
23 #define MSG_UNKNOWN_ARM_OPCODE 14 | |
24 #define MSG_UNKNOWN_THUMB_OPCODE 15 | |
25 #define MSG_ERROR_CREATING_FILE 16 | |
26 #define MSG_FAILED_TO_READ_SGM 17 | |
27 #define MSG_FAILED_TO_READ_RTC 18 | |
28 #define MSG_UNSUPPORTED_VB_SGM 19 | |
29 #define MSG_CANNOT_LOAD_SGM_FOR 20 | |
30 #define MSG_ERROR_OPENING_IMAGE_FROM 21 | |
31 #define MSG_ERROR_READING_IMAGE_FROM 22 | |
32 #define MSG_UNSUPPORTED_ROM_SIZE 23 | |
33 #define MSG_UNSUPPORTED_RAM_SIZE 24 | |
34 #define MSG_UNKNOWN_CARTRIDGE_TYPE 25 | |
35 #define MSG_MAXIMUM_NUMBER_OF_CHEATS 26 | |
36 #define MSG_INVALID_GAMESHARK_CODE 27 | |
37 #define MSG_INVALID_GAMEGENIE_CODE 28 | |
38 #define MSG_INVALID_CHEAT_TO_REMOVE 29 | |
39 #define MSG_INVALID_CHEAT_CODE_ADDRESS 30 | |
40 #define MSG_UNSUPPORTED_CHEAT_LIST_VERSION 31 | |
41 #define MSG_UNSUPPORTED_CHEAT_LIST_TYPE 32 | |
42 #define MSG_INVALID_GSA_CODE 33 | |
43 #define MSG_CANNOT_IMPORT_SNAPSHOT_FOR 34 | |
44 #define MSG_UNSUPPORTED_SNAPSHOT_FILE 35 | |
45 #define MSG_UNSUPPORTED_ARM_MODE 36 | |
46 #define MSG_UNSUPPORTED_CODE_FILE 37 | |
47 #define MSG_GBA_CODE_WARNING 38 | |
48 #define MSG_INVALID_CBA_CODE 39 | |
49 #define MSG_CBA_CODE_WARNING 40 | |
50 #define MSG_OUT_OF_MEMORY 41 | |
51 | |
52 #endif // VBA_NLS_H |