| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-04 | Merge pull request #5261 from gal20/hide_mouse_patch | bunnei | |
| yuzu/main: Fix 'Hide mouse on inactivity' and port citra-emu/citra#5476 | |||
| 2021-01-03 | main: Resolve error string not displaying | Lioncash | |
| During the transition to make the error dialog translatable, I accidentally got rid of the conversion to ResultStatus, which prevented operator<< from being invoked during formatting. This adds a function to directly retrieve the result status string instead so that it displays again. | |||
| 2021-01-03 | Merge pull request #5278 from MerryMage/cpuopt_unsafe_inaccurate_nan | bunnei | |
| dynarmic: Add Unsafe_InaccurateNaN optimization | |||
| 2021-01-02 | Merge pull request #5267 from lioncash/localize | bunnei | |
| main: Make the loader error dialog fully translatable | |||
| 2021-01-02 | dynarmic: Add Unsafe_InaccurateNaN optimization | MerryMage | |
| 2021-01-02 | general: Fix various spelling errors | Morph | |
| 2021-01-01 | Merge pull request #5209 from Morph1984/refactor-controller-connect | bunnei | |
| configure_input: Modify controller connection delay | |||
| 2021-01-01 | configure_input: Modify controller connection delay | Morph | |
| Increases the controller connection delay to 60ms and refactors it to attempt to disconnect all controllers prior to connecting all controllers in HID. | |||
| 2020-12-31 | yuzu/main: fix mouse not showing on move and port citra-emu/citra#5476 | gal20 | |
| 2020-12-31 | main: Make the loader error dialog fully translatable | Lioncash | |
| Makes the dialog fully localizable and also adds disambiguation comments to help translators understand what the formatting specifiers indicate. | |||
| 2020-12-31 | main: Tidy up enum comparison | Lioncash | |
| enum classes are comparable with one another, so these casts aren't necessary. | |||
| 2020-12-28 | core: settings: Untangle multicore from asynchronous GPU. | bunnei | |
| - Now that GPU is always threaded, we can support multicore with synchronous GPU. | |||
| 2020-12-26 | Allow to invert analog axis with right click | german | |
| 2020-12-24 | cmake: Always enable Vulkan | ReinUsesLisp | |
| Removes the unnecesary burden of maintaining separate #ifdef paths and allows us sharing generic Vulkan code across APIs. | |||
| 2020-12-23 | Merge pull request #5217 from lat9nq/save-on-boot | bunnei | |
| yuzu/main: Save settings when starting guest | |||
| 2020-12-22 | yuzu/main: Improve menubar access keys | lat9nq | |
| Adds a unique access key to each action within each menu. A few actions already had their own access key, so those were untouched. | |||
| 2020-12-22 | Add option to reset window size to 1080p | german | |
| 2020-12-21 | Merge pull request #5042 from Morph1984/project-aether | bunnei | |
| Project Aether: Reimplementation of the Web Browser Applet | |||
| 2020-12-22 | yuzu/main: Save settings when starting guest | lat9nq | |
| Saves UISettings and Settings when booting a guest. Moves updating UISettings::values from GMainWindow::closeEvent into its own function, then reuses it in GMainWindow::BootGame. | |||
| 2020-12-20 | Merge pull request #5131 from bunnei/scheduler-rewrite | bunnei | |
| Rewrite Kernel scheduler based on Atmosphere | |||
| 2020-12-19 | yuzu: Remove gdbstub configuration | FearlessTobi | |
| The gdbstub itself was removed with https://github.com/yuzu-emu/yuzu/pull/5028. This PR just removes the remaining gdb configuration code from the emulator and the UI. | |||
| 2020-12-18 | applets/web: Implement the online web browser applet | Morph | |
| 2020-12-18 | applets/web: Fix keyboard to emulated controller input | Morph | |
| 2020-12-18 | main: Add the ability to disable the web applet | Morph | |
| This should only be used for Super Mario 3D All-Stars. This is a temporary solution until it can be implemented properly. | |||
| 2020-12-18 | main, applets/web: Re-add progress dialog for RomFS extraction | Morph | |
| 2020-12-18 | applets/web: Implement the Qt web browser applet frontend | Morph | |
| 2020-12-18 | web_browser_scripts: Add injection scripts for the web browser | Morph | |
| 2020-12-18 | util: Add URL Request Interceptor for QWebEngine | Morph | |
| 2020-12-18 | bootmanager: Add a check whether loading is complete | Morph | |
| 2020-12-18 | applets: Remove the previous web browser applet implementation | Morph | |
| 2020-12-15 | Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindex | bunnei | |
| fsp_srv: Implement OpenDataStorageWithProgramIndex | |||
| 2020-12-08 | Merge pull request #5135 from Morph1984/applets-shadow | bunnei | |
| applets: Resolve variable shadowing | |||
| 2020-12-08 | Merge pull request #5156 from comex/xx-raws | bunnei | |
| configure_motion_touch: Fix unescaped backslash in regex | |||
| 2020-12-08 | file_sys: Consolidate common Title ID operations | Morph | |
| 2020-12-08 | Merge pull request #5020 from german77/AnalogfromButtonFix | Morph | |
| Disable analog joystick from buttons by default | |||
| 2020-12-07 | Disable analog joystick from buttons by default | german | |
| 2020-12-06 | configure_motion_touch: Fix unescaped backslash in regex | comex | |
| Since this is inside a string literal, backslashes that are part of regex syntax have to be escaped. But that's ugly, so convert to a raw string instead. | |||
| 2020-12-06 | hle: kernel: Rewrite scheduler implementation based on Mesopshere. | bunnei | |
| 2020-12-06 | hle: kernel: Port KAffinityMask from Mesosphere. | bunnei | |
| 2020-12-05 | game_list_p: Resolve deprecated usage of QVariant operator< | Lioncash | |
| This is designated as obsolete in Qt's docs (see: https://doc.qt.io/qt-5/qvariant-obsolete.html#operator-lt) | |||
| 2020-12-05 | applets: Resolve variable shadowing | Morph | |
| 2020-12-03 | Merge pull request #4996 from bunnei/use-4jits | bunnei | |
| Kernel: Refactor to use 4-instances of Dynarmic & various cleanups and improvements | |||
| 2020-12-01 | Merge pull request #4937 from german77/multiUDP | bunnei | |
| InputCommon: Add multiple udp server support | |||
| 2020-11-30 | Disable web applet and warning when compiling for Linux on CI | lat9nq | |
| yuzu's web applet does not or barely reacts to user input while open in Linux. It can be closed via 'Exit Web Applet' on the menubar, however if yuzu is in fullscreen, this is effectively a softlock as the menubar cannot be accessed. This disables building yuzu with the web applet on the Linux CI target. In addition, this disables the QMessageBox warning about not having compiled yuzu with the web applet. | |||
| 2020-11-29 | Merge pull request #4939 from german77/MouseInput | bunnei | |
| InputCommon: Implement full mouse support | |||
| 2020-11-29 | hle: kernel: thread: Remove unused "Running" state. | bunnei | |
| 2020-11-27 | core: Eliminate remaining usages of the global system instance | Lioncash | |
| Removes all remaining usages of the global system instance. After this, migration can begin to migrate to being constructed and managed entirely by the various frontends. | |||
| 2020-11-27 | savedata_factory: Eliminate usage of the global system instance | Lioncash | |
| Now there's only two meaningful instances left in core. | |||
| 2020-11-25 | Implement full mouse support | german | |
| 2020-11-25 | Add multiple udp server support | german | |
