diff options
author | 2009-03-28 22:55:34 +0000 | |
---|---|---|
committer | 2009-03-28 22:55:34 +0000 | |
commit | 01962d4fc5c6f881632421f773d9f21fa9ea1a3b (patch) | |
tree | b2490e5fc42a76665da7351341df7ffbc55892d4 /src/emu/fileio.h | |
parent | 9c63c950435a3d896cfb5d0d8cb639d55f559819 (diff) |
Crosshair update
* Added Crosshair Options menu
- ability to individually enable/disable crosshairs
- ability for them to automatically disappear after a set amount of time
- ability to select crosshair graphic
- all settings are saved in the cfg file
* Removed F1 toggle for crosshairs
* Added new command option -crsshairpath
- store all selectable graphics here
- see config.txt for further info
OSD NOTE: render_load_png() has been changed to no longer force usage of the artwork directory.
Do a search for "render_load_png(" and replace with "render_load_png(OPTION_ARTPATH, " if needed.
----------------------------
F1 is now free to use for something new. I was thinking it would be perfect for a context sensitive help file. Each menu item could have a help tag, that it would look up and display info from an HTML file.
Diffstat (limited to 'src/emu/fileio.h')
-rw-r--r-- | src/emu/fileio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/fileio.h b/src/emu/fileio.h index fbe58dbbfa7..d0b32355b0c 100644 --- a/src/emu/fileio.h +++ b/src/emu/fileio.h @@ -45,6 +45,7 @@ #define SEARCHPATH_INI OPTION_INIPATH #define SEARCHPATH_FONT OPTION_FONTPATH #define SEARCHPATH_CHEAT OPTION_CHEATPATH +#define SEARCHPATH_CRSSHAIRPATH OPTION_CRSSHAIRPATH #define SEARCHPATH_IMAGE_DIFF OPTION_DIFF_DIRECTORY #define SEARCHPATH_NVRAM OPTION_NVRAM_DIRECTORY |