Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-28 | configure_graphics: Avoid crash when vsync_mode_combobox is empty (occurs ↵ | Merry | |
when renderer backend is Null) | |||
2024-01-27 | Move time services to new IPC. | Kelebek1 | |
Add some fixes/improvements to usage with the new IPC | |||
2024-01-25 | result: Make fully constexpr, add ON_RESULT_INCLUDED | FearlessTobi | |
2024-01-25 | fs: Replace Mode enum by OpenMode enum | FearlessTobi | |
2024-01-25 | vfs: Move vfs files to their own directory | FearlessTobi | |
2024-01-25 | Merge pull request #12777 from t895/firmware-warning | liamwhite | |
android: Add key warning | |||
2024-01-25 | Merge pull request #12499 from Kelebek1/time | liamwhite | |
Rework time services | |||
2024-01-25 | frontend_common: Consistently use references | t895 | |
Was swapping between references and pointers for no reason. Just unify them here since each of these utility functions will need their parameters to be alive. | |||
2024-01-25 | frontend_common: Remove key rederivation and keep key check | t895 | |
2024-01-24 | Rework time service to fix time passing offline. | Kelebek1 | |
2024-01-21 | frontend_common: Move integrity verification to content_manager | t895 | |
2024-01-20 | Merge pull request #12715 from t895/remove-addons | liamwhite | |
android: Add uninstall addon button | |||
2024-01-20 | Merge pull request #12660 from german77/better-vibration | liamwhite | |
service: hid: Fully implement abstract vibration | |||
2024-01-19 | android: Add addon delete button | t895 | |
Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion. | |||
2024-01-19 | frontend_common: Add content manager utility functions | t895 | |
Creates utility functions to remove/install DLC, updates, and base game content | |||
2024-01-19 | Bump MoltenVK to v1.2.7 | shinra-electric | |
2024-01-17 | Allow -u to accept a username string in addition to index, and suppress the ↵ | Andrew Pilley | |
User selector even if settings requires it to be shown for one instance only. | |||
2024-01-16 | Merge pull request #12380 from flodavid/save-profile | Narr the Reg | |
Save configuration profile name used by players | |||
2024-01-15 | service: hid: Fully implement abstract vibration | Narr the Reg | |
2024-01-16 | Merge remote-tracking branch 'origin/master' into typos3 | Viktor Szépe | |
2024-01-15 | Fix more typos | Viktor Szépe | |
2024-01-15 | Merge pull request #12665 from german77/proof | liamwhite | |
service: acc: Only save profiles when profiles have changed | |||
2024-01-15 | Merge pull request #12612 from liamwhite/fs-pid | Charles Lombardo | |
fsp-srv: use program registry for SetCurrentProcess | |||
2024-01-13 | service: acc: Only save profiles when profiles have changed | german77 | |
2024-01-11 | service: hid: Create abstracted pad structure | german77 | |
2024-01-11 | fsp-srv: use program registry for SetCurrentProcess | Liam | |
2024-01-08 | Save profile name used | flodavid | |
- Save the profile name in global config - Read the profile name when reading the global config | |||
2024-01-06 | service: set: Rename files | german77 | |
2024-01-05 | hid_core: Move hid to it's own subproject | Narr the Reg | |
2024-01-04 | Merge pull request #12437 from ameerj/gl-amd-fixes | liamwhite | |
OpenGL: Fixes and workaround updates for AMD | |||
2024-01-02 | yuzu: Add per-game linux gamemode configuration | flodavid | |
2024-01-02 | yuzu: Use displayed port on direct connect | Narr the Reg | |
2023-12-30 | frontend_common: config: Refactor WriteSetting to stricter types | t895 | |
Previously this could cause problems if a version of the template generated for WriteSetting didn't use the type you needed (e.g. floating point values). Now these are all ready without having to be used within frontend_common first. | |||
2023-12-29 | Fix Wayland appId | Reilly Brogan | |
On compliant Wayland compositors windows are matched to their .desktop files by comparing the appId window property to the name of the .desktop file without the .deskop extension. Qt5/6 by default set this property to the basename of the binary (IE `yuzu`) which does not match the expected value `org.yuzu_emu.yuzu`. We can fix this and fix window associations on compliant compositors (like Plasma) by using the `setDesktopFileName()` function which will set the appId window property. This is a no-op on X11 so is safe to be ran without guards. | |||
2023-12-25 | main: Remove unused enum | FearlessTobi | |
Co-Authored-By: GPUCode <47210458+GPUCode@users.noreply.github.com> | |||
2023-12-21 | Settings: Indicate AMD's compatibility with SPIR-V on OGL | Ameer J | |
2023-12-21 | qt: settings: Fix per-game vsync combobox | t895 | |
2023-12-19 | yuzu: Read/Save category Paths | Narr the Reg | |
2023-12-18 | yuzu: Make language persistent and remove symbols_path | Narr the Reg | |
2023-12-12 | configure_debug: Fix small typo | FearlessTobi | |
2023-12-10 | core: Use single instance of profile manager | german77 | |
2023-12-06 | Merge pull request #12236 from liamwhite/cpu-refactor | Fernando S | |
core: refactor emulated cpu core activation | |||
2023-12-04 | frontend_common: Use optional for language default | t895 | |
2023-12-04 | core: refactor emulated cpu core activation | Liam | |
2023-12-01 | file_sys: handle null romfs | Liam | |
2023-11-30 | cmake: prefer system gamemode library | Alexandre Bouvier | |
2023-11-30 | Merge pull request #12074 from GPUCode/yuwu-on-the-metal | liamwhite | |
Implement Native Code Execution (NCE) | |||
2023-11-29 | Merge pull request #11946 from flodavid/gamemode | liamwhite | |
Enable (Feral Interactive) Gamemode on Linux | |||
2023-11-27 | Merge pull request #12160 from german77/mouse_constrain | liamwhite | |
yuzu: Constrain mouse in render window when emulated | |||
2023-11-26 | qt: add cpu_backend configuration | amazingfate | |