mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
feat(profile): update 3.3.5a profile
This commit is contained in:
parent
9053d61b6b
commit
e1bab2b375
186 changed files with 1204 additions and 43942 deletions
26
profile/3.3.5a-windows-386/include/cmd/option.h
Normal file
26
profile/3.3.5a-windows-386/include/cmd/option.h
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
#ifndef CMD_OPTION_H
|
||||
#define CMD_OPTION_H
|
||||
|
||||
DECLARE_ENUM(CMDOPT);
|
||||
|
||||
enum CMDOPT {
|
||||
CMD_D3D = 0,
|
||||
CMD_D3D9EX = 1,
|
||||
CMD_DATA_DIR = 2,
|
||||
CMD_NO_LAG_FIX = 3,
|
||||
CMD_LOADFILE = 4,
|
||||
CMD_GAMETYPE = 5,
|
||||
CMD_OPENGL = 6,
|
||||
CMD_SW_TNL = 7,
|
||||
CMD_TIMEDEMO = 8,
|
||||
CMD_DEMOREZ = 9,
|
||||
CMD_DEMODEPTH = 10,
|
||||
CMD_DEMODETAIL = 11,
|
||||
CMD_DEMOSOUND = 12,
|
||||
CMD_FULL_SCREEN = 13,
|
||||
CMD_22050HZ = 14,
|
||||
CMD_NO_WARNINGS = 15,
|
||||
CMDOPTS = 16
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue