BizHawk/BizHawk.Client.EmuHawk/config
adelikat 09793ae9dc Controller Config - a round of formatting and small cleanup before I fix stuff 2014-04-26 19:18:55 +00:00
..
ControllerConfig fix more bugs 2014-04-22 19:38:23 +00:00
ControllerImages Rename Multiclient folder 2013-11-03 04:05:56 +00:00
GB SMS - Vdp Viewer - save screenshot to file menu items 2014-04-13 20:13:22 +00:00
N64 it crashes when it loads games it doesn't like? really? 2014-02-20 01:17:52 +00:00
NES nes: controller infrastructure 2014-03-05 04:08:24 +00:00
PCE pce: connect to new settings system 2013-12-22 05:58:24 +00:00
SMS SMS: support new settings infrastructure. this adds enableFM and allowOverclock as sync relevant settings for movie files (but of course, they won't end up in Movie 1.0 files) 2013-12-24 01:06:17 +00:00
SNES SNES: connect to new settings system.. everything should work? 2013-12-27 17:59:19 +00:00
Saturn saturnus: support 8mbit/32mbit dram cart as a syncsetting. this inflates your savestate size heavily, of course... 2014-02-23 17:06:24 +00:00
AutofireConfig.Designer.cs Change the default Position property of every winform from windows default to center parent 2013-11-08 18:43:24 +00:00
AutofireConfig.cs Various code cleanups on some config dialogs 2013-11-28 01:33:38 +00:00
AutofireConfig.resx Rename Multiclient folder 2013-11-03 04:05:56 +00:00
ControllerConfig.Designer.cs Controller Config - a round of formatting and small cleanup before I fix stuff 2014-04-26 19:18:55 +00:00
ControllerConfig.cs Controller Config - a round of formatting and small cleanup before I fix stuff 2014-04-26 19:18:55 +00:00
ControllerConfig.resx Instead of InputWidget, use new InputCompositeWidget UserControl which includes a button you can use to summon a contextmenu of special bindings (such as WMouse L), which the textbox part (still InputWidget) will ignore otherwise. 2014-04-19 21:03:49 +00:00
DisplayConfig.Designer.cs re-add hq2x via shader. add a new Display Configuration dialog (its simple for now). 2014-02-03 05:27:59 +00:00
DisplayConfig.cs cleanup, namely of GraphicsControl and related systems, and add a RetainedGraphicsControl which should be useful for tool windows 2014-01-28 19:33:49 +00:00
DisplayConfig.resx cleanup, namely of GraphicsControl and related systems, and add a RetainedGraphicsControl which should be useful for tool windows 2014-01-28 19:33:49 +00:00
DisplayConfigLite.Designer.cs Display Config dialog - set StartPosition to CenterParent 2014-04-15 22:56:44 +00:00
DisplayConfigLite.cs work on opengl display manager: optimized codepaths, user retroshader selection, support for importing a textureID from another core; add erase button to lua console; 2014-04-15 21:46:18 +00:00
DisplayConfigLite.resx re-add hq2x via shader. add a new Display Configuration dialog (its simple for now). 2014-02-03 05:27:59 +00:00
FileExtensionPreferences.Designer.cs Slight tweaks to extension preferences dialog, add .iso and .img as configurable extensions 2014-04-14 17:37:49 +00:00
FileExtensionPreferences.cs Add a Extension Preferences dialog in the Config menu, currently it will show .bin and .rom and allow the user to pick a platform or pick "ask me on load" to be asked every time (the default) 2014-04-14 16:48:45 +00:00
FileExtensionPreferences.resx Add a Extension Preferences dialog in the Config menu, currently it will show .bin and .rom and allow the user to pick a platform or pick "ask me on load" to be asked every time (the default) 2014-04-14 16:48:45 +00:00
FileExtensionPreferencesPicker.Designer.cs Add a Extension Preferences dialog in the Config menu, currently it will show .bin and .rom and allow the user to pick a platform or pick "ask me on load" to be asked every time (the default) 2014-04-14 16:48:45 +00:00
FileExtensionPreferencesPicker.cs Add a Extension Preferences dialog in the Config menu, currently it will show .bin and .rom and allow the user to pick a platform or pick "ask me on load" to be asked every time (the default) 2014-04-14 16:48:45 +00:00
FileExtensionPreferencesPicker.resx Add a Extension Preferences dialog in the Config menu, currently it will show .bin and .rom and allow the user to pick a platform or pick "ask me on load" to be asked every time (the default) 2014-04-14 16:48:45 +00:00
FirmwaresConfig.Designer.cs firmware config dialog: add perks and fix bugs 2013-12-19 16:59:23 +00:00
FirmwaresConfig.cs preliminary add SMS bios to firmwares db and UI. not hooked up to core yet. nor all bioses added 2014-03-04 02:33:39 +00:00
FirmwaresConfig.resx firmware config dialog: add perks and fix bugs 2013-12-19 16:59:23 +00:00
FirmwaresConfigInfo.Designer.cs Change the default Position property of every winform from windows default to center parent 2013-11-08 18:43:24 +00:00
FirmwaresConfigInfo.cs Rename Multiclient folder 2013-11-03 04:05:56 +00:00
FirmwaresConfigInfo.resx Rename Multiclient folder 2013-11-03 04:05:56 +00:00
GenericCoreConfig.Designer.cs Virtual pads - Hook up 2 6 buttons and a Reset+Power Control pad to Genesis, fix Saturn vpad to clear Start button on clear, Support power button on NES control pad. 2014-01-03 01:06:24 +00:00
GenericCoreConfig.cs Virtual pads - Hook up 2 6 buttons and a Reset+Power Control pad to Genesis, fix Saturn vpad to clear Start button on clear, Support power button on NES control pad. 2014-01-03 01:06:24 +00:00
GenericCoreConfig.resx GPGX: support new settings system. this means you can now connect all manner of weird arse controllers, but some aren't implemented in other places yet. 2013-12-23 23:03:12 +00:00
HotkeyConfig.Designer.cs Change the default Position property of every winform from windows default to center parent 2013-11-08 18:43:24 +00:00
HotkeyConfig.cs fix more bugs 2014-04-22 19:38:23 +00:00
HotkeyConfig.resx Rename Multiclient folder 2013-11-03 04:05:56 +00:00
InputCompositeWidget.Designer.cs fix new bugs in hotkey/input binding process 2014-04-22 19:23:52 +00:00
InputCompositeWidget.cs and now alt+escape can be bound through the special bindings 2014-04-22 20:04:23 +00:00
InputCompositeWidget.resx Instead of InputWidget, use new InputCompositeWidget UserControl which includes a button you can use to summon a contextmenu of special bindings (such as WMouse L), which the textbox part (still InputWidget) will ignore otherwise. 2014-04-19 21:03:49 +00:00
InputWidget.cs escape can now be bound through the special bindings dropdown menu 2014-04-22 19:47:02 +00:00
MessageConfig.Designer.cs Various code cleanups on some config dialogs 2013-11-28 01:33:38 +00:00
MessageConfig.cs Various code cleanups on some config dialogs 2013-11-28 01:33:38 +00:00
MessageConfig.resx Rename Multiclient folder 2013-11-03 04:05:56 +00:00
PathConfig.Designer.cs Path Config - some code cleanup, mostly removing the obsolete hack of delaying tab creation until the tab is clicked (setting visibility of the tab conrol while creating tabs fixed the performance issue completely). 2013-12-27 17:27:33 +00:00
PathConfig.cs Path Config - some code cleanup, mostly removing the obsolete hack of delaying tab creation until the tab is clicked (setting visibility of the tab conrol while creating tabs fixed the performance issue completely). 2013-12-27 17:27:33 +00:00
PathConfig.resx Rename Multiclient folder 2013-11-03 04:05:56 +00:00
PathInfo.Designer.cs Change the default Position property of every winform from windows default to center parent 2013-11-08 18:43:24 +00:00
PathInfo.cs Various code cleanups on some config dialogs 2013-11-28 01:33:38 +00:00
PathInfo.resx Rename Multiclient folder 2013-11-03 04:05:56 +00:00
RewindConfig.Designer.cs Change the default Position property of every winform from windows default to center parent 2013-11-08 18:43:24 +00:00
RewindConfig.cs oops, put Rewinder in Global not GlobalWin 2013-12-27 01:19:38 +00:00
RewindConfig.resx Rename Multiclient folder 2013-11-03 04:05:56 +00:00
SoundConfig.Designer.cs Change the default Position property of every winform from windows default to center parent 2013-11-08 18:43:24 +00:00
SoundConfig.cs Various code cleanups on some config dialogs 2013-11-28 01:33:38 +00:00
SoundConfig.resx Rename Multiclient folder 2013-11-03 04:05:56 +00:00