summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinNoGUI
AgeCommit message (Expand)Author
2022-03-29windows: move ffmpeg bins to submoduleShawn Hoffman
2022-03-10GCAdapter: Defer initialization until MainWindow::InitControllersPokechu22
2022-03-07windows: wrap all main funcs with utf8 conversionsShawn Hoffman
2022-01-09Common/MsgHandler: Remove non-format variants of PanicAlertPokechu22
2021-12-31Config: Port remaining Interface settings to new config system.Admiral H. Curtiss
2021-11-22Core/Boot: Refactor storage of boot-to-savestate data into a separate class.Admiral H. Curtiss
2021-10-12Add option for Never Hide Mouse Cursorsowens99
2021-07-13Core: Add GBA host interfaceBonta
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-27Implement Cursor Locking and new input focus checks for itFiloppi
2021-05-07Merge pull request #9417 from Filoppi/input-1Léo Lam
2021-05-06Fix FPS counter and Game Window speed % breaking on pause/unpauseFiloppi
2021-03-27Set console's default language/country/region based on computer settingsJosJuice
2021-03-06DolphinNoGUI/PlatformX11: Work around X.h's None being undefinedPokechu22
2021-03-01Merge pull request #9492 from nolange/fix_norandr_buildLéo Lam
2021-02-22Simplify macro guards for HAVE_XRANDRNorbert Lange
2021-02-22Cleanup X11 and XRANDR MacrosNorbert Lange
2021-02-12IOS: Use less ambiguous names for classesLéo Lam
2021-01-27msbuild: bundle all dolphin "core" code into single libraryShawn Hoffman
2021-01-27rename Core/Analytics to Core/DolphinAnalyticsShawn Hoffman
2020-10-18Clean up screen saver inhibition and apply setting change immediately.Jordan Woyak
2020-08-22msbuild: fixup linking of discord-rpcShawn Hoffman
2020-08-22msbuild: re-enable standalone vcxproj processingShawn Hoffman
2020-08-22msbuild: refactor stuff out of project files (for dolphin)Shawn Hoffman
2020-08-22prettify some constructs in vcxproj filesShawn Hoffman
2020-07-08Common: Rename UTF16ToUTF8JosJuice
2020-05-06Core: Add support for specifying a command line option to boot the game into ...iwubcode
2020-04-03Remove unused function Host_UpdateProgressDialogJosJuice
2020-03-23NoGUI: missing override keyword GetWindowSystemInfoJun Su
2020-03-11Common: Add a render_window field to WindowSystemInfoStenzek
2019-12-28Add an ARM64 target to Visual Studio projectsStenzek
2019-12-28Add a Win32 NoGUI platform and projectStenzek
2019-11-11Merge pull request #8456 from jordan-woyak/input-gate-race-fixConnor McLaughlin
2019-11-06InputCommon: Make the "input gate" not racey.Jordan Woyak
2019-09-01DolphinNoGUI: Add a FBDev platformStenzek
2019-06-23Make DolphinAnalytics a true singleton - static local variables are initializ...Silent
2019-06-07Core/ConfigManager: Use forward declarations where applicableLioncash
2019-05-31DolphinNoGUI/CMakeLists: Specify headers in target sourcesLioncash
2019-05-24Update Discord rich presence when the title changesDavid Korth
2019-03-30Config: Move the 'Display' settings from ConfigManager to the layered config ...iwubcode
2019-03-21Core/Host: Allow frontends to block inputsspycrab
2019-02-15CMake: Add an ENABLE_NOGUI optionStenzek
2019-02-15DolphinNoGUI: Runtime selection of platformStenzek
2019-01-04Automatic disc change for 2-disc gamesJosJuice
2018-10-24CMake: Fix DolphinNoGUI buildStenzek
2018-10-20VideoBackends: Pass window system info from host on creationStenzek
2018-10-20Renderer: Pull dimensions from GLInterface/SwapchainStenzek
2018-10-20Drop Host_GetRenderSurface and pass display to backendStenzek
2018-09-28Remove unused Host_ShowVideoConfigStenzek
2018-06-25Merge pull request #6983 from yourWaifu/add-discord-rpc-supportPierre Bourdon