summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd (follow)
Commit message (Expand)AuthorAgeFilesLines
* scope_exit: Make constexprGravatar FearlessTobi2024-02-191-1/+3
* config: Reset per-game profile name on load if emptyGravatar t8952024-02-161-0/+1
* am: retrieve main applet creation info from frontendGravatar Liam2024-01-291-1/+5
* Move time services to new IPC.Gravatar Kelebek12024-01-271-2/+2
* vfs: Move vfs files to their own directoryGravatar FearlessTobi2024-01-251-1/+1
* Merge pull request #12380 from flodavid/save-profileGravatar Narr the Reg2024-01-161-1/+3
|\
| * Save profile name usedGravatar flodavid2024-01-081-1/+3
* | Fix more typosGravatar Viktor Szépe2024-01-151-1/+1
|/
* hid_core: Move hid to it's own subprojectGravatar Narr the Reg2024-01-051-1/+1
* frontend_common: config: Refactor WriteSetting to stricter typesGravatar t8952023-12-301-12/+14
* yuzu_cmd: Report more SDL errorsGravatar Nikita Strygin2023-12-302-2/+3
* cmake: move gamemode target include into its fileGravatar flodavid2023-11-251-1/+0
* yuzu: create linux group in general settingsGravatar flodavid2023-11-251-18/+6
* yuzu: integrate gamemode support on linuxGravatar xcfrg2023-11-252-0/+25
* general: Remove inihGravatar t8952023-11-211-1/+1
* config: Unify config handling under frontend_commonGravatar t8952023-11-217-876/+312
* cmd/yuzu: Remove uncaught usage of stoiGravatar lat9nq2023-09-131-2/+3
* cmd/config: Remove uncaught usage of stoulGravatar lat9nq2023-09-131-1/+1
* am: Implement UserChannel parametersGravatar FearlessTobi2023-09-101-0/+1
* msvc: set warning level to /W4 globallyGravatar Danila Malyutin2023-09-031-1/+1
* configure_system: Implement with for loopGravatar lat9nq2023-07-211-0/+1
* settings: Recategorize a bitGravatar lat9nq2023-07-211-1/+5
* settings: Add a registry of settingsGravatar lat9nq2023-07-212-138/+30
* settings,video_core: Consolidate ASTC decoding optionsGravatar lat9nq2023-07-211-2/+0
* core_timing: Remove GetCurrentTimerResolution in CoreTiming loopGravatar Morph2023-07-021-2/+6
* input_common: Redesign mouse panningGravatar Baptiste Marie2023-06-121-3/+23
* core: frontend: Refactor GraphicsContext to its own module.Gravatar bunnei2023-06-031-0/+2
* android: Frontend: Fix rendering aspect ratio & add a setting for it.Gravatar bunnei2023-06-031-1/+1
* Don't exit when using "-u" option in yuzu-cmdGravatar Ariel Cabello2023-05-251-1/+1
* Add short "-u" option for yuzu_cmd.Gravatar Ariel Cabello2023-05-251-1/+1
* textures: add BC1 and BC3 compressors and recompression settingGravatar Liam2023-05-232-0/+5
* service: nfp: Allow to load with a different amiibo idGravatar german772023-05-091-0/+1
* Settings: add option to enable / disable reactive flushingGravatar Fernando Sahmkow2023-05-072-0/+5
* Merge pull request #10125 from lat9nq/vsync-selectGravatar bunnei2023-05-062-3/+9
|\
| * default_ini: Update V-Sync descriptionGravatar lat9nq2023-05-021-2/+8
| * configuration: Expose separate swap present modesGravatar lat9nq2023-05-021-1/+1
* | Merge pull request #10162 from lat9nq/sdl-remove-oldGravatar liamwhite2023-05-061-11/+1
|\ \
| * | yuzu-sdl,audio_core: Remove antiquated warning ignoreGravatar lat9nq2023-05-051-11/+1
| |/
* | settings: remove pessimistic flushingGravatar Liam2023-05-032-5/+0
* | Merge pull request #10124 from liamwhite/pebkacGravatar Morph2023-05-032-3/+3
|\ \ | |/ |/|
| * settings: rename extended memory layout to unsafe, move from general to systemGravatar Liam2023-04-302-3/+3
* | vk_present_manager: Add toggle for async presentationGravatar GPUCode2023-05-012-0/+5
|/
* kernel: switch extended memory setting to 8GB arrangementGravatar Liam2023-04-081-1/+1
* main: (Windows) Set the current timer resolution to the maximumGravatar Morph2023-03-051-0/+4
* configuration: Add async ASTC decode settingGravatar ameerj2023-02-222-0/+5
* input_common: Split mouse input into individual devicesGravatar Narr the Reg2023-02-161-2/+6
* general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-1/+1
* input_common: Reintroduce custom pro controller supportGravatar Narr the Reg2023-02-091-0/+1
* Update yuzu_cmd's default_ini.hGravatar Matías Locatti2023-02-061-7/+10
* Merge pull request #9730 from german77/cmd_argGravatar liamwhite2023-02-041-19/+36
|\