| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-09 | JitCache: Software Profiling Restoration | mitaclaw | |
| Rekindle software JIT profiling with a std::chrono conversion and a config connection. | |||
| 2024-02-27 | BranchWatchDialog: A Total Replacement for CodeDiffDialog | mitaclaw | |
| With a purpose-built Branch Watch feature built into the emulated system: BranchWatchDialog, replacing CodeDiffDialog, is now better than ever! | |||
| 2023-12-16 | Merge pull request #11497 from vyuuui/debugger_assembler_ui | Tilka | |
| Built-in assembler for debugger interface | |||
| 2023-12-13 | Parser and Assembler implementations | vyuuui | |
| 2023-11-27 | Remove references to Debugger.ini | JosJuice | |
| This file was only used by DolphinWX. DolphinQt uses Qt.ini instead. | |||
| 2023-06-11 | VideoBackends:Vulkan: Allow loading custom drivers on Android | Robin Kertels | |
| ... using libadrenotools | |||
| 2023-06-04 | Improved Skylanders Portal Window Navigation | jnaidu360 | |
| Adds features to improve navigation of Skylanders portal menu, includes: -List of Skylanders and filters for searching -Improved buttons for faster loading options -Added default user folder for storing .sky files | |||
| 2023-04-03 | Added Initial Achievement Settings | LillyJadeKatrin | |
| Added AchievementSettings in Config with RA_INTEGRATION_ENABLED, RA_USERNAME, and RA_API_TOKEN. Includes code to load and store from Achievements.ini file in config folder. | |||
| 2023-02-26 | Common/FileUtil: Remove obsolete CopyDir() function. | Admiral H. Curtiss | |
| 2023-02-26 | Common/FileUtil: Add Move() function. | Admiral H. Curtiss | |
| 2023-02-24 | Common/FileUtil: Add CreateDirs() function as a wrapper around ↵ | Admiral H. Curtiss | |
| std::filesystem::create_directories(). | |||
| 2023-02-24 | Common/FileUtil: Add Copy() function as a wrapper around ↵ | Admiral H. Curtiss | |
| std::filesystem::copy(). | |||
| 2023-02-22 | Common/FileUtil: Rename Copy() to CopyRegularFile(). | Admiral H. Curtiss | |
| This is to clarify that it can only copy files, not folders. | |||
| 2023-02-15 | Common/FileUtil: Revert behavior of CreateFullPath(). | Admiral H. Curtiss | |
| This was accidentally changed in 7e6436db347c3cc479d768180de158a0f9c88226. | |||
| 2023-01-24 | convert File::ScanDirectoryTree to std::filesystem | Shawn Hoffman | |
| 2023-01-24 | fileutil: use std::filesystem | Shawn Hoffman | |
| 2022-10-31 | FileUtil: Return success bool from CopyDir | Dentomologist | |
| 2022-07-11 | Config and UICommon: Add config option and user path for Wii SD card sync ↵ | Admiral H. Curtiss | |
| folder. | |||
| 2022-07-11 | Treewide: Rename references to SD Card image path to clarify they mean the ↵ | Admiral H. Curtiss | |
| image file, not the folder. | |||
| 2022-06-26 | Core: add GraphicsMod directory | iwubcode | |
| 2022-05-31 | FileUtil: Remove GetSysDirectory log spam | Dentomologist | |
| Create and log path the first time GetSysDirectory is called, then just return the path on future calls. | |||
| 2021-12-25 | Common/FileUtil: Ensure consistency for custom user paths. | Admiral H. Curtiss | |
| 2021-10-24 | CommonPaths: Add a Riivolution subfolder in Load. | Admiral H. Curtiss | |
| 2021-10-23 | Common/FileUtil: Fix incorrect (32-bit) stat struct being used on Windows, ↵ | Admiral H. Curtiss | |
| which was hidden by a define in CommonFuncs.h. | |||
| 2021-10-13 | Fix all uninitialized variable warnings (C26495) | Pokechu22 | |
| 2021-09-14 | Common/FileUtil: Strip trailing path separator in ScanDirectoryTree(). | Admiral H. Curtiss | |
| 2021-07-13 | Config: GBA settings | Bonta | |
| 2021-07-05 | treewide: convert GPLv2+ license info to SPDX tags | Pierre Bourdon | |
| SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel. | |||
| 2020-12-30 | Merge pull request #9318 from JosJuice/android-saf-games | JosJuice | |
| Android: Use storage access framework for game list | |||
| 2020-12-24 | Core: Add new Free Look settings and config | iwubcode | |
| 2020-12-20 | Android: Add content provider support to File::FileInfo | JosJuice | |
| 2020-12-20 | Android: Add content provider support to File::OpenFStream | JosJuice | |
| 2020-12-05 | Add warning flags to File deletion functions | Dentomologist | |
| Adds a flag to File::Delete and File::DeleteDir functions to control whether a console warning is emitted when the file or directory doesn't exist. The flag is optional and true by default to match current behavior. | |||
| 2020-10-03 | InputCommon: Introducing the "Dynamic Input Texture". Configuration links ↵ | iwubcode | |
| an emulated input action to an image based on what host key is defined for that emulated input. Specific regions are called out in configuration that mark where to replace an input button with a host key image. | |||
| 2019-11-09 | Merge pull request #8393 from CookiePLMonster/long-paths | Léo Lam | |
| Support Windows 10 long paths | |||
| 2019-10-27 | Rename all instances of "CemuhookUDPServer"/"UDPServer" to ↵ | rlnilsen | |
| "DualShockUDPClient"/"DSUClient". | |||
| 2019-10-26 | Add support for motion controllers via the CemuHook controller input protocol. | rlnilsen | |
| This is done by: 1) Implementing said protocol in a new controller input class CemuHookUDPServer. 2) Adding functionality in the WiimoteEmu class for pushing that motion input to the emulated Wiimote and MotionPlus. 3) Suitably modifying the UI for configuring an Emulated Wii Remote. | |||
| 2019-10-07 | Remove MAX_PATH limit from: | Silent | |
| - GetTempFilenameForAtomicWrite - SetUserDirectory | |||
| 2019-08-24 | VolumeVerifier: Add datfile parsing | JosJuice | |
| 2019-05-29 | Common/FileUtil: Use std::string_view with WriteStringToFile | Lioncash | |
| Allows writing out other forms of strings (e.g. C strings) without the need to allocate a std::string and discard it after use. | |||
| 2019-05-29 | Common/FileUtil: Make WriteStringToFile consistent with ReadFileToString | Lioncash | |
| Makes the parameter ordering consistent and less error-prone. | |||
| 2019-05-05 | Revert "Core: Remove MemoryWatcher" | Vlad Firoiu | |
| This reverts commit 0c02e77eee0a12b178b11676ca548aeb1cbb7116. | |||
| 2019-05-02 | Debugger/Memory: Add support for address spaces | booto | |
| Different address spaces can be chosen in the memory view panel. * Effective (or virtual): Probably the view people mostly want. Address translation goes through MMU. * Auxiliary: ARAM address space. Does not display anything in Wii mode. * Physical: Physical address space. Only supports mem1 and mem2 (wii mode) so far. | |||
| 2019-04-28 | Core: Remove MemoryWatcher | Techjar | |
| MemoryWatcher only works on Linux and affects emulation determinism due to scheduling additional events, which causes NetPlay to desync. Considering that this interface is a rather specialized use case, the communication with it is kinda crappy *and* it's affecting emulation, I think it's best to just axe it and come up with a better implementation of the functionality. | |||
| 2018-12-19 | Implement resource packs | spycrab | |
| 2018-07-30 | Revert "Revert "Qt/GameList: Add option to show covers in grid mode"" | spycrab | |
| 2018-07-28 | Revert "Qt/GameList: Add option to show covers in grid mode" | Pierre Bourdon | |
| 2018-07-27 | Qt/GameList: Add option to show covers in grid mode | spycrab | |
| 2018-06-06 | Give Dump Objects dedicated folder and tooltip | Ryan Meredith | |
| 2018-05-08 | Qt: Allow custom stylesheets | spycrab | |
