summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Collapse)Author
2024-01-28configure_graphics: Avoid crash when vsync_mode_combobox is empty (occurs ↵Merry
when renderer backend is Null)
2024-01-27Move time services to new IPC.Kelebek1
Add some fixes/improvements to usage with the new IPC
2024-01-25result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi
2024-01-25fs: Replace Mode enum by OpenMode enumFearlessTobi
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2024-01-25Merge pull request #12777 from t895/firmware-warningliamwhite
android: Add key warning
2024-01-25Merge pull request #12499 from Kelebek1/timeliamwhite
Rework time services
2024-01-25frontend_common: Consistently use referencest895
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-25frontend_common: Remove key rederivation and keep key checkt895
2024-01-24Rework time service to fix time passing offline.Kelebek1
2024-01-21frontend_common: Move integrity verification to content_managert895
2024-01-20Merge pull request #12715 from t895/remove-addonsliamwhite
android: Add uninstall addon button
2024-01-20Merge pull request #12660 from german77/better-vibrationliamwhite
service: hid: Fully implement abstract vibration
2024-01-19android: Add addon delete buttont895
Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion.
2024-01-19frontend_common: Add content manager utility functionst895
Creates utility functions to remove/install DLC, updates, and base game content
2024-01-19Bump MoltenVK to v1.2.7shinra-electric
2024-01-17Allow -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-16Merge pull request #12380 from flodavid/save-profileNarr the Reg
Save configuration profile name used by players
2024-01-15service: hid: Fully implement abstract vibrationNarr the Reg
2024-01-16Merge remote-tracking branch 'origin/master' into typos3Viktor Szépe
2024-01-15Fix more typosViktor Szépe
2024-01-15Merge pull request #12665 from german77/proofliamwhite
service: acc: Only save profiles when profiles have changed
2024-01-15Merge pull request #12612 from liamwhite/fs-pidCharles Lombardo
fsp-srv: use program registry for SetCurrentProcess
2024-01-13service: acc: Only save profiles when profiles have changedgerman77
2024-01-11service: hid: Create abstracted pad structuregerman77
2024-01-11fsp-srv: use program registry for SetCurrentProcessLiam
2024-01-08Save profile name usedflodavid
- Save the profile name in global config - Read the profile name when reading the global config
2024-01-06service: set: Rename filesgerman77
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg
2024-01-04Merge pull request #12437 from ameerj/gl-amd-fixesliamwhite
OpenGL: Fixes and workaround updates for AMD
2024-01-02yuzu: Add per-game linux gamemode configurationflodavid
2024-01-02yuzu: Use displayed port on direct connectNarr the Reg
2023-12-30frontend_common: config: Refactor WriteSetting to stricter typest895
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-29Fix Wayland appIdReilly 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-25main: Remove unused enumFearlessTobi
Co-Authored-By: GPUCode <47210458+GPUCode@users.noreply.github.com>
2023-12-21Settings: Indicate AMD's compatibility with SPIR-V on OGLAmeer J
2023-12-21qt: settings: Fix per-game vsync comboboxt895
2023-12-19yuzu: Read/Save category PathsNarr the Reg
2023-12-18yuzu: Make language persistent and remove symbols_pathNarr the Reg
2023-12-12configure_debug: Fix small typoFearlessTobi
2023-12-10core: Use single instance of profile managergerman77
2023-12-06Merge pull request #12236 from liamwhite/cpu-refactorFernando S
core: refactor emulated cpu core activation
2023-12-04frontend_common: Use optional for language defaultt895
2023-12-04core: refactor emulated cpu core activationLiam
2023-12-01file_sys: handle null romfsLiam
2023-11-30cmake: prefer system gamemode libraryAlexandre Bouvier
2023-11-30Merge pull request #12074 from GPUCode/yuwu-on-the-metalliamwhite
Implement Native Code Execution (NCE)
2023-11-29Merge pull request #11946 from flodavid/gamemodeliamwhite
Enable (Feral Interactive) Gamemode on Linux
2023-11-27Merge pull request #12160 from german77/mouse_constrainliamwhite
yuzu: Constrain mouse in render window when emulated
2023-11-26qt: add cpu_backend configurationamazingfate