| Commit message (Expand) | Author | Age | Files | Lines |
| * | osd: target Windows 10 API |  Patrick Mackinlay | 2026-04-07 | 1 | -9/+0 |
| * | Remove leftover end from Lua script. |  Vas Crabb | 2026-04-05 | 1 | -1/+0 |
| * | Move build system adjusttment and fixes: |  Vas Crabb | 2026-04-05 | 1 | -40/+22 |
| * | Fixed Qt debugger build on Windows with clang. |  Vas Crabb | 2026-04-04 | 1 | -0/+5 |
| * | Fix up more stuff for upgraded tools, etc. |  Vas Crabb | 2026-04-04 | 1 | -4/+16 |
| * | Various cleanups: |  Vas Crabb | 2026-04-04 | 1 | -6/+0 |
| * | Initial support for SDL3. [R. Belmont, Vas Crabb] |  arbee | 2026-02-07 | 1 | -0/+5 |
| * | Improved support for building on Windows arm64. |  Vas Crabb | 2025-09-21 | 1 | -4/+4 |
| * | sound: |  Olivier Galibert | 2025-06-17 | 1 | -0/+1 |
| * | -sound: Removed DirectSound sound module. |  Vas Crabb | 2025-05-29 | 1 | -1/+0 |
| * | -sound/wasapi_sound.cpp: Added preliminary WASAPI sound module (not enabled y... |  Vas Crabb | 2025-05-25 | 1 | -0/+1 |
| * | sound/xaudio2_sound.cpp: Initial support for new sound system features. |  Vas Crabb | 2025-05-23 | 1 | -0/+2 |
| * | modules.lua: only check for pipewire lib if NO_USE_PIPEWIRE is 0 |  hap | 2025-05-07 | 1 | -4/+5 |
| * | New sound infrastructure. |  Olivier Galibert | 2025-04-27 | 1 | -0/+42 |
| * | osd: Got rid of the gross globals and functions for manipulating them in the ... |  Vas Crabb | 2025-04-23 | 1 | -2/+2 |
| * | build: Fixed QT6 build for macosx (#13510) |  holub | 2025-03-22 | 1 | -5/+14 |
| * | Use qmake to query Qt libexec directory to find moc. (#12870) |  Michael Cho | 2024-10-13 | 1 | -6/+10 |
| * | Initial touch input support: |  Vas Crabb | 2024-04-12 | 1 | -0/+1 |
| * | osd: Cleaned up MIDI and network interfaces a little more. |  Vas Crabb | 2024-03-01 | 1 | -0/+1 |
| * | osd/osdnet.cpp: Removed dependency from OSD network device to libemu. (#12058) |  Vas Crabb | 2024-02-25 | 1 | -0/+2 |
| * | modules.lua: Remove stray MOC setting after the Qt6 Linux support change (#11... |  Jindřich Makovička | 2023-07-18 | 1 | -1/+0 |
| * | Allow the use of either Qt5 or Qt6 on Linux (#11413) |  Jindřich Makovička | 2023-07-14 | 1 | -10/+26 |
| * | Removed local copy of SDL source and update Android build support. (#10899) |  Miodrag Milanović | 2023-02-27 | 1 | -2/+10 |
| * | Input refactoring: |  Vas Crabb | 2023-02-18 | 1 | -0/+2 |
| * | Small batch of input refactoring: |  Vas Crabb | 2023-02-05 | 1 | -0/+2 |
| * | osd: Turned video modules into actual modules, fixed various issues. |  Vas Crabb | 2023-02-01 | 1 | -43/+49 |
| * | Various input and OSD refactoring: |  Vas Crabb | 2023-01-29 | 1 | -2/+1 |
| * | Update BGFX, BX and BIMG (#10789) |  Miodrag Milanović | 2023-01-05 | 1 | -0/+1 |
| * | Revert "Update BGFX, BX and BIMG (#10750)" (#10787) |  R. Belmont | 2023-01-04 | 1 | -1/+0 |
| * | Update BGFX, BX and BIMG (#10750) |  Miodrag Milanović | 2023-01-04 | 1 | -0/+1 |
| * | -debugger: Improved session save/restore. |  Vas Crabb | 2022-12-02 | 1 | -5/+3 |
| * | Debugger updates: |  Vas Crabb | 2022-09-20 | 1 | -9/+9 |
| * | debugger/win: Added capability to save/restore window arrangement. |  Vas Crabb | 2022-09-16 | 1 | -0/+2 |
| * | Optimisation, and baby steps towards untangling stuff: |  Vas Crabb | 2022-06-16 | 1 | -0/+5 |
| * | clang fixes |  smf- | 2021-11-19 | 1 | -0/+6 |
| * | Remove uwp specific sources |  Miodrag Milanovic | 2021-10-26 | 1 | -1/+0 |
| * | Compile bgfx |  Miodrag Milanovic | 2021-08-10 | 1 | -1/+0 |
| * | sound: Pulseaudio support |  Olivier Galibert | 2021-04-16 | 1 | -0/+29 |
| * | -bgfx: Corrected a data overrun in the d3d12 backend from allocating only eno... |  Ryan Holtz | 2020-06-20 | 1 | -0/+38 |
| * | Removed winpcap and cleaned up network module selection. |  Vas Crabb | 2020-03-05 | 1 | -4/+33 |
| * | Add include folder 3rdparty/bgfx/3rdparty/khronos too (nw) |  yz70s | 2019-10-13 | 1 | -0/+1 |
| * | Preliminary Mac native OSD. Not working yet. [R. Belmont] |  arbee | 2019-09-15 | 1 | -0/+2 |
| * | gdbstub: added new GDB stub debugger (#5456) |  Ramiro Polla | 2019-08-11 | 1 | -0/+1 |
| * | fix vsllvm configuration |  feos | 2019-06-03 | 1 | -0/+1 |
| * | Enable use of system-wide asio, glm and rapidjson (#3172) |  Julian Sikorski | 2018-02-08 | 1 | -2/+2 |
| * | -bgfx: Abstracted some view-related functions into bgfx_view class, nw |  mooglyguy | 2018-01-13 | 1 | -0/+1 |
| * | remove qtmain on windows, it conflicts with SDL2_Main (nw) |  smf- | 2017-12-26 | 1 | -1/+0 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 1 | -9/+9 |
| * | Fixed building using system portaudio |  Julian Sikorski | 2017-01-26 | 1 | -0/+4 |
| * | Initial PortAudio backend with build script changes to support library versio... |  inte alls | 2017-01-11 | 1 | -0/+25 |