aboutsummaryrefslogtreecommitdiff
path: root/frontend/libretro_core_options_intl.h
AgeCommit message (Collapse)Author
2020-11-04Indicate that multitap requires restart and cleanupnegativeExponent
Multi-tap related feature like enabling/changing controllers type on port 4-8 and changing multitap option requires a restart. Port 1 and 2 (player 1-2) are mostly safe to change options anytime
2020-06-07Add Sony Mouse Controller supportnegativeExponent
- Tested with Final Doom. Worked great.
2020-05-10More core option fixesnegativeExponent
- This PR fixes core options and moves them to the related dynarec modes where they are implemented. LIGHTREC = relates to platforms that supports the new Lightrec mode NEW_DYNAREC = relates to previous dynarec implementation that is still used for some 32bit devices - Dynarec Recompiler core option, both dynarec implementation can be enabled or disabled
2019-08-14Update 'libretro_core_options.h' to v1.3 formatjdgleaver