summaryrefslogtreecommitdiff
path: root/default.cfg
AgeCommit message (Collapse)Author
2020-05-09Allow use of NPOT textures as a config option. Useful for some mobile GPUsMichael Pavone
2020-04-18Make requested sample format configurableMichael Pavone
2020-03-27Initial stab at VGM logging supportMichael Pavone
2020-02-16Added UI for selecting configured modelMichael Pavone
2018-12-30Added default controller bindings for a number of 6-button style padsMike Pavone
2018-12-30Updated binding UI to reflect new VDP debug optionsMike Pavone
2018-12-30Switched default sync source back to audio as the video option is not ready ↵Mike Pavone
for prime timeop
2018-11-19Basic version of layer compositing debug view in a separate windowMichael Pavone
2018-11-14Initial stab at CRAM debug in a detached windowMichael Pavone
2018-11-09Added VRAM debug windowMichael Pavone
2018-11-04WIP new VDP plane debug view and support for detached VDP debug views generallyMichael Pavone
2018-08-03Allow a gamepad mapping to apply to all controllers, controllers of a ↵Michael Pavone
particular type (i.e.e 6-button PS4 controllers) or specific controllers (based on SDL2 GUID) in addition to the controller in a certain slot
2018-04-17Add sync_source to default.cfg and the Nuklear UIMichael Pavone
2018-03-26Allow MegaWiFi support to be toggled in config file. Defaults to off due to ↵Michael Pavone
security concerns
2018-03-24Updated default config to reflect gz/zip/png supportMichael Pavone
2017-08-23Allow reloading current ROM with a hotkey (default F5) and allow locking on ↵Michael Pavone
a cartridge via menu
2017-08-16Added a config file option for remembering the last path in the menuMichael Pavone
2017-08-09New savestates are working. New config file option for selecting format ↵Michael Pavone
states will be saved in. Mostly complete, needs a little more work before release
2017-06-26Add smd extension to default extension filter. Make file extension check ↵Michael Pavone
case insensitive
2017-06-24Add a file extension filter to the menuMichael Pavone
2017-06-15Allow selecting linear or nearet neighbor scaling for both the Open GL and ↵Michael Pavone
SDL 2 renderers
2017-06-15Allow height to be specified in the config file and properly calculate from ↵Michael Pavone
the aspect setting if it is not specified
2017-05-28Implemented SMS pause buttonMichael Pavone
2017-04-23Add config file option to disable Open GL renderingMichael Pavone
2017-03-21Change the default screenshot path as per ticket:14Michael Pavone
2017-03-21Make save directory configurable. Satisfies ticket:4Michael Pavone
2017-03-21Allow variables in screenshot_path like initial_pathMichael Pavone
2017-03-21Allow initial_path to contain variable references which allows the default ↵Michael Pavone
value to be actually specified in the default config file
2017-03-06Initial stab at horizontal border emulation. Only works for H40 and still ↵Michael Pavone
has a few minor holes to fill
2017-03-04Implement raw screenshot functionality requested in ticket:10Michael Pavone
2017-02-28Implement keyboard capture functionalityMichael Pavone
2017-01-27Implement soft reset in Genesis modeMichael Pavone
2017-01-26Basic support for mapping an analog axis to functionalityMichael Pavone
2017-01-26Update default config to map leftstick/l3 to quick saveMichael Pavone
2017-01-26Added config file option to specify that RAM should be randomly initialized. ↵Michael Pavone
Moved default_region inside a new "system" parent node in config
2017-01-26Allow toggling full screen mode at runtime. Allow resizing the window in ↵Michael Pavone
windowed mode. Allow specifying the aspect ratio in the config file.
2017-01-22Initial support for using SDL2 game controller mapping functionalityMichael Pavone
2017-01-18Overscan is now configurableMichael Pavone
2016-05-02Added documentation for lock-on support and a fullscreen config option.Michael Pavone
2016-05-01Allow overriding speed 0. May be useful for people that want to use vsyncMichael Pavone
2016-05-01Set vsync state based on config file rather than just using whatever the ↵Michael Pavone
system decides for us.
2016-05-01Added a config option that allows turning scanlines on and offMichael Pavone
2016-05-01Made low pass filter frequency configurableMichael Pavone
2016-04-10Allow changing the 68K clock divider in the config fileMichael Pavone
2015-12-17Finished implementation of mouse capture modeMichael Pavone
2015-11-28Mega mouse support is mostly doneMichael Pavone
2015-11-09Change default config to make first gamepad mapped as gamepad 1, add a ↵Michael Pavone
second gamepad maping. Player one on keyboard and player two on controller does not make sense as a default config
2015-11-08ROM is now run after being selected in menu. Initial path for menu is read ↵Michael Pavone
from config file.
2015-07-21Prep for 0.3.0 releaseMichael Pavone
2014-12-03Initial support for configurable IO, custom IO and sega transfer board emulationMichael Pavone