summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
...
* Major D3D and BGFX code refactoring and bug fixes: (#10858) [Ryan Holtz] MooglyGuy2023-01-29139-625/+1475
* osd/modules/input: Fixed Linux build. Vas Crabb2023-01-292-3/+1
* Various input and OSD refactoring: Vas Crabb2023-01-2982-4256/+4590
* Miscellaneous fixes and refactoring: Vas Crabb2023-01-2815-205/+197
* Improve NTSC parameter descriptions and ranges in OSD (#10782) benrg2023-01-211-7/+7
* osd: Better scaling factors for XInput DJ Hero turntable dials. [DarkMoS] Vas Crabb2023-01-191-2/+2
* osd: Still more XInput rhythm game controller support for Windows: Vas Crabb2023-01-183-64/+317
* osd: Better XInput rhythm game controller support on Windows: Vas Crabb2023-01-181-54/+335
* osd: Improved XInput guitar support and added XInput Rock Band keyboard support. Vas Crabb2023-01-181-217/+780
* osd: Added support for guitar and drum kit controllers via XInput. Vas Crabb2023-01-172-28/+102
* osd: Work around another observed invalid XInput capabilities report. Vas Crabb2023-01-151-2/+14
* -debugger/win: Cascade positions of new debugger windows. Vas Crabb2023-01-158-20/+122
* osd: I am officially incapable of keeping track of which OSD I'm working with... Vas Crabb2023-01-141-2/+2
* osd: Added option to accept SDL game controller/joystick input when losing UI... Vas Crabb2023-01-146-10/+15
* Hopefully fix SDL version detection macros for controller types. Vas Crabb2023-01-141-1/+5
* osd: Fixed constant name (helps to build the right OSD). Vas Crabb2023-01-141-3/+3
* osd: Recognise Joy-Con pairs with sdlgame input module. Vas Crabb2023-01-141-11/+16
* osd: Work around bad XInput capabilities report from Retro-Bit Saturn pad. Vas Crabb2023-01-141-7/+34
* osd: Added support for mapping files to sdlgame joystick provider and made it... Vas Crabb2023-01-144-134/+197
* -osd: Improved SDL Game Controller joystick provider: Vas Crabb2023-01-132-178/+375
* osd: Fixed names of DualSense controller buttons with SDL Game Controller pro... Vas Crabb2023-01-131-3/+30
* osd: Fixed names of face buttons on Switch Pro Controller with SDL Game Contr... Vas Crabb2023-01-131-2/+2
* osd: Include mapping string in verbose output when enumerating SDL game contr... Vas Crabb2023-01-131-1/+11
* -osd: Better XInput and SDL game controller input enhancements: Vas Crabb2023-01-126-429/+1371
* -Input code cleanup: Vas Crabb2023-01-103-27/+91
* bgfx: Back out some formatting changes to minimise conflicts. Vas Crabb2023-01-081-2/+6
* bgfx: Save values of most sliders per-system. Vas Crabb2023-01-0811-150/+362
* Update BGFX, BX and BIMG (#10789) Miodrag Milanović2023-01-054-55/+76
* Revert "Update BGFX, BX and BIMG (#10750)" (#10787) R. Belmont2023-01-044-76/+55
* Update BGFX, BX and BIMG (#10750) Miodrag Milanović2023-01-044-55/+76
* Win32 debugger: don't skip a history item when initially pressing down. Vas Crabb2023-01-051-6/+3
* More UI cleanup: Vas Crabb2023-01-051-1/+4
* Revert "-bgfx: Adjusted per-pass blending handling - fixes MT07586 and MT0758... MooglyGuy2022-12-267-50/+15
* -bgfx: Adjusted per-pass blending handling - fixes MT07586 and MT07587. (#107... MooglyGuy2022-12-267-15/+50
* util/options.cpp: Fixed overriden default option values from OSD. Vas Crabb2022-12-193-9/+8
* osd/modules/file: Don't magically substitute environment variables when openi... npwoods2022-12-1710-25/+15
* osd/windows/window.cpp: Fixed a crash when toggling fullscreen. [Ryan Holtz] ... MooglyGuy2022-12-161-1/+4
* debugger: Add missing override qualifiers in Qt debugger. Vas Crabb2022-12-022-9/+9
* debugger: Hopefully fix undefined names in Cocoa debugger. Vas Crabb2022-12-022-2/+6
* -debugger: Improved session save/restore. Vas Crabb2022-12-0229-591/+737
* nios2: Preliminary execution core and gdb support AJR2022-11-191-0/+60
* Ensure queue->thread will have at least 1 work_thread_info in it (#10560) CasualPokePlayer2022-11-181-1/+1
* Fixed a few issues identified by Coverity: Vas Crabb2022-11-061-1/+1
* osd/eigccx86.h: Added optimised rotate helpers. Vas Crabb2022-11-031-0/+88
* e132xs: Provide new helper functions for extracting signed 16-bit halves AJR2022-10-251-13/+0
* osd/modules/render/aviwrite.cpp: Use std::string_view for filename AJR2022-10-042-5/+7
* MACOS_X_VERSION_10_15 is not defined on really SDKs. (#10388) ksherlock2022-10-031-1/+1
* eminline.h: Additions AJR2022-09-252-0/+122
* diagnostics: fix clang Windows build (#10370) invertego2022-09-251-1/+1
* debugview.mm: Raise requirement for Dark Mode to 10.15. [R. Belmont, kmg] arbee2022-09-231-2/+2