summaryrefslogtreecommitdiffstats
path: root/src/yuzu (follow)
Commit message (Expand)AuthorAgeFilesLines
* settings: enable error appletLiam2024-02-251-2/+0
* Merge pull request #13073 from FearlessTobi/fsp-srv-ipcliamwhite2024-02-231-5/+5
|\
| * fs: Add and use fs_save_data_types.hFearlessTobi2024-02-191-5/+5
* | Merge pull request #13121 from german77/clean-shortcutliamwhite2024-02-231-42/+42
|\ \
| * | yuzu: Fix shortcut error messageNarr the Reg2024-02-231-42/+42
* | | Merge pull request #13001 from liamwhite/scaled-availabilityNarr the Reg2024-02-221-0/+10
|\ \ \ | |/ / |/| |
| * | vulkan_device: don't use fixed cap for memory limitsLiam2024-02-191-0/+10
* | | Import keys from filesystem. (#13056)Andrew Pilley2024-02-203-17/+101
| |/ |/|
* | scope_exit: Make constexprFearlessTobi2024-02-191-12/+16
|/
* Merge pull request #13047 from anpilley/import-firmwareliamwhite2024-02-183-2/+160
|\
| * Add check for corrupted firmware files after install.Andrew Pilley2024-02-181-1/+22
| * >.> spellingAndrew Pilley2024-02-171-1/+1
| * cleanup by clang-format.Andrew Pilley2024-02-171-15/+21
| * Improve behavior when one or more firmware files can't be deleted.Andrew Pilley2024-02-171-6/+9
| * Implement In-app firmware installation.Andrew Pilley2024-02-173-2/+130
* | config: Reset per-game profile name on load if emptyt8952024-02-171-0/+1
|/
* Merge pull request #12993 from liamwhite/am-rewrite-part1Narr the Reg2024-02-142-6/+0
|\
| * am: rewrite appletAE, appletOELiam2024-02-122-6/+0
* | Merge pull request #12989 from german77/hotcakeliamwhite2024-02-131-4/+2
|\ \
| * | yuzu: Allow non npad hotkeys and disable controller navigation requirementgerman772024-02-111-4/+2
* | | Merge pull request #12941 from FearlessTobi/setting-tooltipsliamwhite2024-02-131-41/+117
|\ \ \ | |_|/ |/| |
| * | shared_translation: Add tooltips for general settingsFearlessTobi2024-02-081-18/+21
| * | shared_translation: Add tooltips for advanced graphics and system settingsFearlessTobi2024-02-061-24/+40
| * | shared_translation: Add tooltips for core and graphics settingsFearlessTobi2024-02-061-21/+78
* | | Merge pull request #12756 from liamwhite/applet-multiprocess-hwcNarr the Reg2024-02-127-1/+232
|\ \ \ | |_|/ |/| |
| * | general: add default configurations for applet modeLiam2024-02-097-1/+232
* | | Fix multiplayer player count color in dark themes | Temp fix until #12744: Add green color for counts > 0 and < max_players - 1 (#12930)Kevnkkm2024-02-101-3/+10
|/ /
* | Merge pull request #12932 from german77/any-key-is-goodliamwhite2024-02-073-20/+37
|\ \
| * | yuzu: Make controller keys easier to assigngerman772024-02-063-20/+37
| |/
* | Merge pull request #12912 from FearlessTobi/ports-feb-24liamwhite2024-02-071-69/+9
|\ \ | |/ |/|
| * citra_qt/configure_ui: Show country of language in the comboboxTobias2024-02-041-69/+9
* | yuzu: Fully hide linux tabgerman772024-02-051-0/+3
|/
* Merge pull request #12852 from Calinou/multiplayer-color-player-countsliamwhite2024-02-031-4/+21
|\
| * Color player counts in the multiplayer public lobby listHugo Locurcio2024-01-301-4/+21
* | Merge pull request #12851 from Calinou/multiplayer-persist-filtersliamwhite2024-02-032-1/+19
|\ \
| * | Persist filters in multiplayer public lobby listHugo Locurcio2024-01-302-1/+19
| |/
* | Merge pull request #12850 from Calinou/multiplayer-add-hotkeysliamwhite2024-02-032-1/+13
|\ \
| * | Add hotkeys for multiplayer actionsHugo Locurcio2024-01-302-1/+13
| |/
* | Merge pull request #12760 from liamwhite/mp-amNarr the Reg2024-01-3110-150/+142
|\ \
| * | core: support offline web appletLiam2024-01-301-1/+4
| * | am: migrate global state to per-applet state structureLiam2024-01-302-41/+4
| * | am: retrieve main applet creation info from frontendLiam2024-01-304-44/+66
| * | am: re-namespace frontend applets to frontend directoryLiam2024-01-307-66/+68
| * | service: split am into componentsLiam2024-01-302-0/+2
| |/
* / settings: Allow audio sink, input, and output to be set per gamet8952024-01-312-20/+104
|/
* Merge pull request #12814 from Kelebek1/time_new_ipcliamwhite2024-01-291-2/+2
|\
| * Move time services to new IPC.Kelebek12024-01-271-2/+2
* | Merge pull request #12555 from flodavid/fix-gamemode-settingliamwhite2024-01-2814-0/+197
|\ \
| * | yuzu: Add per-game linux gamemode configurationflodavid2024-01-0214-0/+197
* | | Merge pull request #12833 from merryhime/vsync-crashliamwhite2024-01-281-0/+5
|\ \ \ | |_|/ |/| |
| * | configure_graphics: Avoid crash when vsync_mode_combobox is empty (occurs when renderer backend is Null)Merry2024-01-281-0/+5
* | | result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi2024-01-251-6/+6
* | | fs: Replace Mode enum by OpenMode enumFearlessTobi2024-01-252-9/+10
* | | vfs: Move vfs files to their own directoryFearlessTobi2024-01-253-4/+4
* | | Merge pull request #12777 from t895/firmware-warningliamwhite2024-01-253-127/+11
|\ \ \
| * | | frontend_common: Consistently use referencest8952024-01-251-6/+5
| * | | frontend_common: Remove key rederivation and keep key checkt8952024-01-253-121/+6
* | | | Merge pull request #12499 from Kelebek1/timeliamwhite2024-01-255-7/+64
|\ \ \ \ | |/ / / |/| | |
| * | | Rework time service to fix time passing offline.Kelebek12024-01-245-7/+64
* | | | frontend_common: Move integrity verification to content_managert8952024-01-211-112/+26
* | | | Merge pull request #12715 from t895/remove-addonsliamwhite2024-01-204-151/+44
|\ \ \ \
| * | | | android: Add addon delete buttont8952024-01-202-9/+9
| * | | | frontend_common: Add content manager utility functionst8952024-01-192-142/+35
| | |/ / | |/| |
* | | | Merge pull request #12660 from german77/better-vibrationliamwhite2024-01-201-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | service: hid: Fully implement abstract vibrationNarr the Reg2024-01-161-4/+4
* | | | Bump MoltenVK to v1.2.7shinra-electric2024-01-191-1/+1
* | | | Allow -u to accept a username string in addition to index, and suppress the User selector even if settings requires it to be shown for one instance only.Andrew Pilley2024-01-172-4/+22
| |/ / |/| |
* | | Merge pull request #12380 from flodavid/save-profileNarr the Reg2024-01-173-3/+23
|\ \ \ | |/ / |/| |
| * | Save profile name usedflodavid2024-01-083-3/+23
* | | Merge remote-tracking branch 'origin/master' into typos3Viktor Szépe2024-01-167-22/+26
|\ \ \
| * \ \ Merge pull request #12665 from german77/proofliamwhite2024-01-151-0/+4
| |\ \ \
| | * | | service: acc: Only save profiles when profiles have changedgerman772024-01-131-0/+4
| | |/ /
| * | | Merge pull request #12612 from liamwhite/fs-pidCharles Lombardo2024-01-151-4/+4
| |\ \ \
| | * | | fsp-srv: use program registry for SetCurrentProcessLiam2024-01-111-4/+4
| | |/ /
| * / / service: hid: Create abstracted pad structuregerman772024-01-126-18/+18
| |/ /
* / / Fix more typosViktor Szépe2024-01-167-20/+20
|/ /
* | service: set: Rename filesgerman772024-01-071-1/+1
* | hid_core: Move hid to it's own subprojectNarr the Reg2024-01-0519-39/+39
* | Merge pull request #12437 from ameerj/gl-amd-fixesliamwhite2024-01-041-1/+1
|\ \ | |/ |/|
| * Settings: Indicate AMD's compatibility with SPIR-V on OGLAmeer J2023-12-221-1/+1
* | yuzu: Use displayed port on direct connectNarr the Reg2024-01-021-1/+1
* | frontend_common: config: Refactor WriteSetting to stricter typest8952023-12-301-32/+37
* | Fix Wayland appIdReilly Brogan2023-12-301-0/+4
* | main: Remove unused enumFearlessTobi2023-12-251-8/+0
* | qt: settings: Fix per-game vsync comboboxt8952023-12-212-30/+68
|/
* yuzu: Read/Save category PathsNarr the Reg2023-12-191-0/+4
* yuzu: Make language persistent and remove symbols_pathNarr the Reg2023-12-194-12/+6
* configure_debug: Fix small typoFearlessTobi2023-12-121-1/+1
* core: Use single instance of profile managergerman772023-12-109-65/+73
* Merge pull request #12236 from liamwhite/cpu-refactorFernando S2023-12-061-4/+4
|\
| * core: refactor emulated cpu core activationLiam2023-12-041-4/+4
* | frontend_common: Use optional for language defaultt8952023-12-051-1/+2
|/
* file_sys: handle null romfsLiam2023-12-021-5/+0
* cmake: prefer system gamemode libraryAlexandre Bouvier2023-11-301-1/+1
* Merge pull request #12074 from GPUCode/yuwu-on-the-metalliamwhite2023-11-304-0/+49
|\
| * qt: add cpu_backend configurationamazingfate2023-11-274-0/+49
* | Merge pull request #11946 from flodavid/gamemodeliamwhite2023-11-297-9/+99
|\ \
| * | yuzu: create linux group in general settingsflodavid2023-11-257-59/+88
| * | yuzu: integrate gamemode support on linuxxcfrg2023-11-255-1/+62
| |/
* | Merge pull request #12160 from german77/mouse_constrainliamwhite2023-11-274-49/+60
|\ \
| * | yuzu: Constrain mouse in render window when emulatedNarr the Reg2023-11-254-49/+60
* | | Merge pull request #11535 from GPUCode/upload_cmdbufFernando S2023-11-262-38/+51
|\ \ \
| * | | renderer_vulkan: Introduce separate cmd buffer for uploadsGPUCode2023-11-122-38/+51
* | | | Merge pull request #12156 from german77/firmwarevsliamwhite2023-11-262-2/+39
|\ \ \ \ | |_|_|/ |/| | |
| * | | yuzu: Display firmware versionNarr the Reg2023-11-242-2/+39
| | |/ | |/|
* | | Merge pull request #11889 from t895/ini-libCharles Lombardo2023-11-2531-1647/+940
|\ \ \ | |/ / |/| |
| * | frontend_common: Add option to read unsigned integerst8952023-11-221-1/+2
| * | config: Unify config handling under frontend_commont8952023-11-2131-1647/+939
* | | game_list_worker: Explicit caputure of 'this'Merry2023-11-211-1/+1
* | | shared_widget: Explicit capture of 'this'Merry2023-11-211-2/+2
* | | Merge pull request #11984 from lat9nq/lupdateliamwhite2023-11-212-258/+310
|\ \ \ | |/ / |/| |
| * | CMakeLists: Add option to call lupdate directlylat9nq2023-11-081-9/+42
| * | shared_translation: Call tr for each stringlat9nq2023-11-081-249/+268
* | | Merge pull request #12011 from Macj0rdan/controller-appletNarr the Reg2023-11-203-16/+48
|\ \ \
| * | | Implemented qlaunch version of the controller appletFrozenAra2023-11-193-16/+48
* | | | qt: fix linux buildLiam2023-11-191-0/+3
* | | | Merge pull request #11792 from boludoz/new-shortcutliamwhite2023-11-195-208/+259
|\ \ \ \ | |/ / / |/| | |
| * | | Fix out_icon_path = Common::FS::GetYuzuPath(Common::FS::YuzuPath::IconsDir);Franco M2023-11-091-1/+1
| * | | Minor changesFranco M2023-11-091-2/+2
| * | | Final change, i thinkFranco M2023-11-081-6/+5
| * | | Fixed clangFranco M2023-11-071-2/+3
| * | | modified: src/yuzu/main.cppFranco M2023-11-051-66/+7
| * | | Merge branch 'master' into new-shortcutFranco M2023-11-0521-379/+423
| |\| |
| * | | Merge branch 'yuzu-emu:master' into new-shortcutFranco M2023-10-274-7/+15
| |\ \ \
| * | | | Reverted dirty code in main.boludoz2023-10-192-9/+2
| * | | | TODO: Implement shortcut creation for Apple.boludoz2023-10-183-2/+15
| * | | | Useless code removed related to admin privileges, if it is not an error we can add it later, that is what git is for.boludoz2023-10-182-7/+0
| * | | | Deleted admin requisite (maybe it was another mistake).boludoz2023-10-181-7/+1
| * | | | Final refactorizationboludoz2023-10-171-86/+45
| * | | | Moved check.boludoz2023-10-171-6/+8
| * | | | More @liamwhite suggestions applied.boludoz2023-10-171-113/+87
| * | | | shortcut_stream.close(); fixedboludoz2023-10-161-1/+1
| * | | | Comment using fmt instead qt.boludoz2023-10-161-2/+1
| * | | | .clear() instead = ""; and switch improved.boludoz2023-10-161-16/+8
| * | | | More missed suggestionsboludoz2023-10-161-6/+2
| * | | | Sugestions and fixes.boludoz2023-10-162-52/+54
| * | | | Some improvements (suggestions)boludoz2023-10-162-83/+77
| * | | | Less code, simpler, better.boludoz2023-10-161-2/+14
| * | | | Typing and formatting errors fixed.boludoz2023-10-163-23/+14
| * | | | Unnecessary feature removedboludoz2023-10-152-15/+4
| * | | | Fixes and improvementsboludoz2023-10-152-3/+3
| * | | | Improved shortcut: add games in applist for Windows, question for start game at fullscreen & better unicode support for some Windows path funcs.boludoz2023-10-155-200/+347
* | | | | Merge pull request #12038 from german77/no_implementliamwhite2023-11-161-1/+0
|\ \ \ \ \
| * | | | | service: hid: Split hid.cpp into individual interfacesNarr the Reg2023-11-151-1/+0
* | | | | | Merge pull request #12007 from german77/moar_buttonsliamwhite2023-11-164-150/+321
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | core: hid: Split SL and SR buttonsgerman772023-11-124-150/+321
| | |_|_|/ | |/| | |
* | | | | Merge pull request #11990 from german77/audioliamwhite2023-11-134-12/+22
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | yuzu: Make mute audio persistentNarr the Reg2023-11-101-6/+6
| * | | | yuzu: Save mute when in background settingNarr the Reg2023-11-103-6/+16
| | |_|/ | |/| |
* | | | yuzu: Keep homebrew on the recently played listgerman772023-11-111-4/+5
* | | | Allocate resources for test window before getting system infoLucas Reis2023-11-081-0/+1
* | | | Merge pull request #11969 from german77/profileliamwhite2023-11-051-3/+3
|\ \ \ \
| * | | | service: acc: Ensure proper profile sizegerman772023-11-051-3/+3
| |/ / /
* | | | Merge pull request #11961 from german77/recentliamwhite2023-11-051-4/+7
|\ \ \ \
| * | | | yuzu: Only store games in the recently played listgerman772023-11-051-4/+7
* | | | | Merge pull request #11965 from german77/colorliamwhite2023-11-053-4/+14
|\ \ \ \ \
| * | | | | core: hid: Signal color updatesNarr the Reg2023-11-043-4/+14
| | |/ / / | |/| | |
* / | | | Convert files to LF eolKelebek12023-11-048-8/+8
|/ / / /
* | | | Merge pull request #11885 from liamwhite/stop-nagging-meliamwhite2023-11-043-8/+9
|\ \ \ \ | |/ / / |/| | |
| * | | qt: remove duplicate exit confirmation settingLiam2023-10-313-8/+9
* | | | romfs: fix extraction of single-directory rootLiam2023-11-011-1/+1
|/ / /
* | | Merge pull request #11903 from Macj0rdan/scrollable-volume-buttonliamwhite2023-10-302-2/+53
|\ \ \
| * | | Implemented wheel event for volume control in VolumeButtonFrozenAra2023-10-292-2/+53
| | |/ | |/|
* | | Fix macOS buildTermynat0r2023-10-301-3/+3
* | | Merge pull request #11689 from liamwhite/breakpadliamwhite2023-10-308-264/+98
|\ \ \
| * | | qt: implement automatic crash dump supportLiam2023-10-088-264/+98
* | | | Merge pull request #11866 from liamwhite/more-qt-nonsenseliamwhite2023-10-294-61/+112
|\ \ \ \
| * | | | qt: fix game list shutdown crashLiam2023-10-244-61/+112
| | |/ / | |/| |
* | | | Merge pull request #11843 from liamwhite/sync-processliamwhite2023-10-292-2/+2
|\ \ \ \
| * | | | kernel: update KProcessLiam2023-10-222-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #11803 from flodavid/improve-controller-applet-clickNarr the Reg2023-10-295-40/+87
|\ \ \ \ | |_|/ / |/| | |
| * | | yuzu: Improve behavior when clicking on controller box in Controller appletflodavid2023-10-175-40/+87
| |/ /
* | | Merge pull request #11841 from german77/halpliamwhite2023-10-233-2/+10
|\ \ \
| * | | yuzu: Fix restore shortcuts buttonNarr the Reg2023-10-223-2/+10
| |/ /
* / / yuzu: Fix vibration reseting to 1%german772023-10-221-5/+5
|/ /
* | Merge pull request #11780 from Darkness4/masterliamwhite2023-10-141-1/+1
|\ \
| * | Revert "cmake: only add network component if qt used"Nguyen Marc2023-10-141-4/+1
| * | cmake: only add network component if qt usedNguyen Marc2023-10-141-1/+4
| * | qt: add missing target_link_libraries for discordrpcNguyen Marc2023-10-141-1/+1
* | | Merge pull request #11779 from flodavid/improve-player-config-clickliamwhite2023-10-142-10/+27
|\ \ \
| * | | yuzu: Improve behavior when clicking on controller box in Control Configurationflodavid2023-10-142-10/+27
| |/ /
* | | Merge pull request #11159 from flodavid/master_bisliamwhite2023-10-145-43/+113
|\ \ \ | |/ / |/| |
| * | fix styleF David2023-10-121-2/+3
| * | yuzu: Enable to use controller to restart a gameflodavid2023-10-123-18/+29
| * | yuzu: Use new setting method for stop emulationFlorian2023-10-123-9/+24
| * | yuzu: Enable to use controller to close a gameflodavid2023-10-125-32/+75
* | | Improvement in Directory Path Detection for Shortcuts (#11749)DanielSvoboda2023-10-131-30/+38
* | | qt: ensure worker cancellation is complete before clearingLiam2023-10-133-6/+11
|/ /
* | Merge pull request #11740 from german77/shorcutsliamwhite2023-10-111-28/+53
|\ \
| * | yuzu: Save multiple resolutions per iconNarr the Reg2023-10-111-28/+53
* | | Merge pull request #11144 from flodavid/masterliamwhite2023-10-113-7/+92
|\ \ \ | |/ / |/| |
| * | yuzu: Enable controller interaction in Controller Appletflodavid2023-07-253-7/+92
* | | Merge pull request #11650 from german77/lle_albumFernando S2023-10-103-0/+32
|\ \ \
| * | | yuzu: Allow to launch album applet from firmwareNarr the Reg2023-10-023-0/+32
| | |/ | |/|
* | | Merge pull request #11705 from FearlessTobi/windows-scliamwhite2023-10-084-26/+154
|\ \ \
| * | | yuzu: Add desktop shortcut support for WindowsFearlessTobi2023-10-084-26/+154
| |/ /
* | | Merge pull request #10519 from mdmrk/masterliamwhite2023-10-0813-14/+334
|\ \ \
| * | | Address review commentsLiam2023-08-2811-270/+259
| * | | yuzu-qt: Track play timeMario2023-08-2712-0/+331
* | | | yuzu: Fix mute when in background settingNarr the Reg2023-10-044-2/+7
| |/ / |/| |
* | | qt: add additional romfs dump targetsLiam2023-10-021-9/+17
* | | service: am: Set push in arguments according to the launched appletNarr the Reg2023-10-011-0/+7
* | | yuzu: Allow to launch cabinet applet from firmwareNarr the Reg2023-10-013-2/+77
* | | Qt: Remove ability to install xci filesCharles Lombardo2023-09-272-8/+5
* | | yuzu: Add button to boot mii edit from firmwaregerman772023-09-243-1/+52
* | | Merge pull request #11492 from lat9nq/c-numeric-conversionsliamwhite2023-09-163-49/+150
|\ \ \
| * | | shared_widget: Use default literals morelat9nq2023-09-142-21/+22
| * | | shared_widget: Forward-port Citra changeslat9nq2023-09-132-31/+134
| * | | configure_ui: Remove unnecessary usage of stoullat9nq2023-09-131-5/+2
* | | | debug: Add renderdoc capture hotkeyGPUCode2023-09-144-47/+65
|/ / /
* | | Merge pull request #11486 from liamwhite/system-verificationliamwhite2023-09-133-0/+111
|\ \ \
| * | | qt: add verification for installed contentsLiam2023-09-123-0/+111
* | | | Merge pull request #11480 from german77/mii_serviceliamwhite2023-09-131-1/+2
|\ \ \ \
| * | | | mii: service: Address reviewgerman772023-09-111-1/+2
| |/ / /
* | | | Merge pull request #11473 from liamwhite/fix-launch-paramliamwhite2023-09-134-9/+25
|\ \ \ \ | |/ / / |/| | |
| * | | am: Implement UserChannel parametersFearlessTobi2023-09-104-9/+25
* | | | Merge pull request #11450 from lat9nq/no-vk-device-fixliamwhite2023-09-102-13/+26
|\ \ \ \
| * | | | yuzu-qt: Use Null when OpenGL is not compiledlat9nq2023-09-051-1/+9
| * | | | yuzu-qt: Update API Text for broken Vulkanlat9nq2023-09-051-0/+1
| * | | | configure_graphics: Capture by referencelat9nq2023-09-051-1/+1
| * | | | configure_graphics: Fix handling of broken Vulkanlat9nq2023-09-051-12/+16
* | | | | Merge pull request #11456 from liamwhite/worse-integrity-verificationliamwhite2023-09-104-0/+55
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | core: implement basic integrity verificationLiam2023-09-064-0/+55
| |/ / /
* | | | Merge pull request #11434 from danilaml/fix-warningsliamwhite2023-09-061-1/+1
|\ \ \ \
| * | | | msvc: set warning level to /W4 globallyDanila Malyutin2023-09-031-1/+1
| | |/ / | |/| |
* | | | qt: measure romfs dump completion by bytes readLiam2023-09-031-26/+50
| |/ / |/| |
* | | Merge pull request #11381 from liamwhite/romfs-dumpliamwhite2023-09-022-51/+72
|\ \ \
| * | | qt: ensure packed update nca is applied to the correct baseLiam2023-08-291-0/+7
| * | | qt: fix romfs dumping for multiprogram applicationsLiam2023-08-292-51/+65
| |/ /
* | | Merge pull request #11384 from liamwhite/am-shutdownliamwhite2023-09-021-2/+12
|\ \ \ | |/ / |/| |
| * | am: shorten shutdown timeout when lock is not heldLiam2023-08-261-2/+12
* | | Merge pull request #11356 from lat9nq/console-mode-pgliamwhite2023-08-2711-27/+125
|\ \ \ | |/ / |/| |
| * | main: Fix docked mode button, clang 14 errorlat9nq2023-08-231-6/+6
| * | main: Access by referencelat9nq2023-08-231-1/+1
| * | general: Use console mode helper across projectlat9nq2023-08-235-35/+24
| * | config(qt): Sanitize docked handheld controllerlat9nq2023-08-222-0/+13
| * | shared_translation: Define use_docked_mode textslat9nq2023-08-221-1/+4
| * | general: Convert use_docked_mode to an enumerationlat9nq2023-08-226-24/+45
| * | shared_widget: Implement radio groupslat9nq2023-08-222-1/+73
* | | Merge pull request #11377 from BenjaminHalko/reverse-slider-inputliamwhite2023-08-261-0/+1
|\ \ \
| * | | ui: Fixed inverted controls on ReverseSlider widgetsBenjaminHalko2023-08-251-0/+1
* | | | yuzu/main: Ensure NCAs are registered in content provider when launching from CLIFearlessTobi2023-08-242-0/+39
* | | | game_list_worker: Display correct size for NAX gamesFearlessTobi2023-08-241-10/+13
| |/ / |/| |
* | | Merge pull request #11302 from vonchenplus/vulkan_macosliamwhite2023-08-221-0/+12
|\ \ \ | |/ / |/| |
| * | Add macos moltenvk bundle, Add copy moltevk dylib scriptFeng Chen2023-08-221-0/+12
* | | Merge pull request #11303 from lat9nq/screenshots-configurableliamwhite2023-08-2212-24/+233
|\ \ \
| * | | uisettings: Add TODO for stretched aspect being ignoredlat9nq2023-08-171-0/+1
| * | | configure_ui: Silence MSVC warninglat9nq2023-08-161-1/+1
| * | | yuzu-qt: Screenshots depend more on the graphics settingslat9nq2023-08-1611-140/+127
| * | | yuzu-qt: Implement unspecified screenshot ratiolat9nq2023-08-163-10/+29
| * | | bootmanager: Remove old pathlat9nq2023-08-161-8/+3
| * | | configure_ui: Update the screenshots datalat9nq2023-08-161-4/+13
| * | | config: Read the entire screenshots categorylat9nq2023-08-161-2/+1
| * | | bootmanager: Consider the default resolutionlat9nq2023-08-161-1/+5
| * | | yuzu-qt: Enable specifying screenshot resolutionlat9nq2023-08-165-3/+198
| |/ /
* / / vfs: expand support for NCA readingLiam2023-08-151-6/+12
|/ /
* | Allow searching by a substring of the title IDzeltermann2023-08-101-2/+6
* | Merge pull request #11202 from abouvier/vulkan-configliamwhite2023-08-021-1/+3
|\ \
| * | vulkan: centralize configAlexandre Bouvier2023-08-021-1/+3
* | | Merge pull request #10839 from lat9nq/pgc-plusliamwhite2023-08-0240-4001/+2973
|\ \ \ | |/ / |/| |
| * | config(qt): Fix name of network categorylat9nq2023-08-021-2/+1
| * | config(qt): Use qt_config directly to read configlat9nq2023-08-021-2/+4
| * | shared_widget: Only save global settings as neededlat9nq2023-07-301-2/+4
| * | config(qt): Write the UiGeneral categorylat9nq2023-07-301-0/+1
| * | Merge branch 'pgc-plus' of github.com:lat9nq/yuzu into pgc-pluslat9nq2023-07-291-6/+23
| |\ \
| | * | (ui)settings: Add more runtime_modifiable settingslat9nq2023-07-261-6/+23
| * | | config(qt): Fix generic read settinglat9nq2023-07-291-7/+11
| |/ /
| * | shared_widget: Determine default request earlierlat9nq2023-07-231-19/+22
| * | shared_widget: Use QRegularExpressionlat9nq2023-07-221-3/+3
| * | config: Read the Network categorylat9nq2023-07-222-0/+12
| * | configure_audio/cpu: Sort settingslat9nq2023-07-222-3/+12
| * | configure_dialog: Focus the button box on startlat9nq2023-07-221-0/+3
| * | qt/configuration: Use deleteLaterlat9nq2023-07-226-7/+7
| * | common,qt-config: Remove usage of forward_listlat9nq2023-07-2219-63/+64
| * | configure_system: Use lambda template to group settingslat9nq2023-07-211-1/+1
| * | common: Move global configuration state modifiers back to settingslat9nq2023-07-211-0/+1
| * | common,configure_system: Rename method to GetCategorylat9nq2023-07-211-1/+1
| * | shared_translation: Update memory layout mode stringslat9nq2023-07-211-2/+7
| * | settings: Require time zone setting value for stirnglat9nq2023-07-211-1/+2
| * | shared_translation: Add missing time zoneslat9nq2023-07-211-0/+3
| * | shared_translation: Add controller_applet_disabledlat9nq2023-07-211-0/+1
| * | shared_translation: Add barrier_feedback_loopslat9nq2023-07-211-0/+2
| * | configuration: Use enum indexlat9nq2023-07-216-26/+31
| * | shared_translation: Deobfuscate auto time zonelat9nq2023-07-211-46/+52
| * | settings,configuration: Add a default suffixlat9nq2023-07-215-42/+45
| * | configuration: Use paired settingslat9nq2023-07-212-12/+6
| * | shared_widget: Internalize component restoringlat9nq2023-07-213-61/+49
| * | configuration: Use specialization of settingslat9nq2023-07-214-18/+36
| * | configuration: Use a builder to create widgetslat9nq2023-07-2118-209/+206
| * | shared_translation: Fix context usagelat9nq2023-07-211-1/+3
| * | settings,translation: Fix time zone enumlat9nq2023-07-211-24/+24
| * | settings,opengl,yuzu-qt: Fix AA, Filter maximumslat9nq2023-07-211-6/+5
| * | config_shared: Remove storing the group from tablat9nq2023-07-212-6/+2
| * | settings,uisettings: Remove leading underscorelat9nq2023-07-213-3/+3
| * | configuration: Move speed_limit to corelat9nq2023-07-213-10/+8
| * | common,yuzu-qt: Avoid explicit instantiation on old clanglat9nq2023-07-213-0/+10
| * | shared_widget: Correct spellinglat9nq2023-07-211-1/+1
| * | common,yuzu-qt: GCC warning silenceslat9nq2023-07-217-27/+28
| * | configure_graphics: Simplify UpdateAPILayoutlat9nq2023-07-211-27/+16
| * | configure_graphcs: Fix setting shader/device in custom configlat9nq2023-07-211-0/+3
| * | configuration: Use shorter constructor as neededlat9nq2023-07-213-10/+9
| * | shared_widget: Some documentation, add shorter constructorlat9nq2023-07-212-8/+65
| * | config: Remove unused functionslat9nq2023-07-212-128/+0
| * | settings: Delete cpu_accuracy_first_timelat9nq2023-07-212-6/+0
| * | shared_widget: Improve logging, use Setting::Rangedlat9nq2023-07-211-7/+19
| * | configuration/shared: Clean up includes [IWYU]lat9nq2023-07-214-21/+36
| * | configure_graphics: Fix vulkan_device buglat9nq2023-07-211-4/+2
| * | (ui,)settings: Use explicit instantiationlat9nq2023-07-214-3/+26
| * | shared_widget: Avoid calling QWidgetPrivate::setVisiblelat9nq2023-07-211-2/+0
| * | FIXME configuration: Avoid unnecessary allocationslat9nq2023-07-215-2/+22
| * | shared_widget: Add SPDX headerlat9nq2023-07-212-0/+6
| * | general: Add typeinfo where neededlat9nq2023-07-214-0/+4
| * | shared_widget: Use actionTriggered for user input signalslat9nq2023-07-211-1/+1
| * | shared_translation: Populate combobox enums with macrolat9nq2023-07-211-168/+158
| * | configuration: Document odd widget caseslat9nq2023-07-215-1/+25
| * | shared_translation: Add translation for use video framratelat9nq2023-07-211-0/+3
| * | settings,general: Rename non-confirming enumslat9nq2023-07-217-41/+41
| * | configuration: Use IDs to sort holdslat9nq2023-07-214-27/+16
| * | settings,general: Rename/reorder setting idslat9nq2023-07-211-1/+1
| * | shared_widget: Fix includeslat9nq2023-07-211-7/+4
| * | shared_widget: Complete refactoringlat9nq2023-07-212-378/+168
| * | shared_widget: Refactor againlat9nq2023-07-212-52/+121
| * | c_per_game: Inform when settings might not be configurablelat9nq2023-07-211-14/+33
| * | shared_translation: Fix pragma oncelat9nq2023-07-211-0/+2
| * | shared_translation: Add translation for AstcRecompressionlat9nq2023-07-211-0/+9
| * | configure_system: Hide locale warn at startlat9nq2023-07-211-1/+4
| * | shared_widget: Force min width of 100 for restore buttonlat9nq2023-07-211-2/+13
| * | configuration: Workaround for Windows Qt buglat9nq2023-07-213-53/+58
| * | shared_translation: Add missing tooltipslat9nq2023-07-211-7/+21
| * | configuration: Clean up includes a bitlat9nq2023-07-2114-51/+26
| * | configuration_shared: Remove old custom config setup functionslat9nq2023-07-212-144/+0
| * | configure_cpu: Generate UIlat9nq2023-07-215-190/+94
| * | configuration: Use a mapping of setting value to namelat9nq2023-07-2118-229/+355
| * | settings, shared_widget: typo fixeslat9nq2023-07-211-2/+8
| * | configure_audio: Implement ui generationlat9nq2023-07-219-305/+185
| * | shared_widget: Use a better iconlat9nq2023-07-211-7/+5
| * | shared_widget: Refactor helperslat9nq2023-07-216-220/+254
| * | settings, uisettings: Initialize linkage counterlat9nq2023-07-211-1/+1
| * | configure_system: Implement with for looplat9nq2023-07-2110-621/+380
| * | per_game: Remove general tablat9nq2023-07-212-5/+0
| * | shared_widget: Internalize extra setting configurationlat9nq2023-07-213-48/+66
| * | settings: Move runtime and save to parameterslat9nq2023-07-211-5/+4
| * | graphics: Set speed limit to spinboxlat9nq2023-07-211-2/+2
| * | shared_widget: Support checkbox + spinboxlat9nq2023-07-213-10/+55
| * | configure_debug: Reorganizelat9nq2023-07-211-336/+522
| * | configure_graphics: Reimplement bg_colorlat9nq2023-07-213-15/+111
| * | shared_widget: Make button creation staticlat9nq2023-07-212-10/+12
| * | configure_general: Hide reset button in custom configslat9nq2023-07-211-0/+4
| * | configure_general: Sort datalat9nq2023-07-211-1/+7
| * | configure_general: Generate UI using containerslat9nq2023-07-215-163/+41
| * | shared_translation: Add UI widget translationslat9nq2023-07-211-55/+73
| * | shared_widget: Fix headerlat9nq2023-07-211-0/+2
| * | settings: Add UiGeneral classlat9nq2023-07-212-5/+7
| * | config: Don't merge the mapslat9nq2023-07-212-11/+10
| * | configure_graphics: Remove redundant loglat9nq2023-07-211-1/+0
| * | configuration: Move CreateWidget to a classlat9nq2023-07-2110-453/+507
| * | configuration: Implement sliderlat9nq2023-07-216-69/+177
| * | configuration: Use buttons instead of highlightslat9nq2023-07-219-103/+204
| * | shared_translations: Re flow stringslat9nq2023-07-211-6/+6
| * | configure_graphics: More complete reimplementationlat9nq2023-07-214-348/+116
| * | settings: Define base renderer runtime modifiable settingslat9nq2023-07-211-4/+5
| * | configuration_shared: Fix blank state hiding check boxlat9nq2023-07-211-2/+1
| * | settings: Add anisotropy mode enumlat9nq2023-07-211-0/+7
| * | shared_translation: Finish using int idslat9nq2023-07-215-156/+115
| * | configure_graphics: Partial runtime implementationlat9nq2023-07-219-1147/+512
| * | settings: Recategorize a bitlat9nq2023-07-213-4/+18
| * | shared_translation: Add the rest of the settingslat9nq2023-07-211-1/+80
| * | shared_translation: Add copyright and licenselat9nq2023-07-212-0/+6
| * | configure_graphics_advance: Generate UI at runtimelat9nq2023-07-2112-388/+406
| * | configure_per_game: Rename group to tab_grouplat9nq2023-07-212-10/+11
| * | configuration: Add base class to tabslat9nq2023-07-2118-101/+110
| * | configuration_shared: Create Tab base classlat9nq2023-07-212-0/+22
| * | settings: Add a registry of settingslat9nq2023-07-215-545/+185
| * | uisettings: Fix typingslat9nq2023-07-214-57/+63
| * | settings,core,config_sys: Remove optional type from custom_rtc, rng_seedlat9nq2023-07-211-20/+20
| * | settings,video_core: Consolidate ASTC decoding optionslat9nq2023-07-216-35/+65
* | | Merge pull request #11128 from german77/discordliamwhite2023-07-262-36/+53
|\ \ \
| * | | Address feedbackMorph2023-07-261-10/+8
| * | | yuzu: Replace httplib with QtNetworkRequestNarr the Reg2023-07-222-36/+55
| |/ /
* | / yuzu: Avoid reading broken gamesgerman772023-07-241-1/+5
| |/ |/|
* | general: reduce use of dynamic_castLiam2023-07-221-1/+1
|/
* main: Use 1_MiB as a constant for copy buffer sizeMorph2023-07-061-3/+5
* main: Fix install progress calculationMorph2023-07-061-3/+3
* Use `toUtf8()` for string passed to DBuszeltermann2023-07-031-1/+1
* core_timing: Remove GetCurrentTimerResolution in CoreTiming loopMorph2023-07-021-0/+2
* Merge pull request #10974 from Steveice10/macos_vkliamwhite2023-07-022-3/+11
|\
| * yuzu: Use test window with VulkanSurface to check for present modes.Steveice102023-07-011-1/+4
| * vulkan: Use newer VK_EXT_metal_surface to create surface for MoltenVK.Steveice102023-07-011-2/+7
* | Merge pull request #10950 from german77/mouse_tuneliamwhite2023-07-024-69/+37
|\ \ | |/ |/|
| * yuzu: Ensure mouse panning can't be enabled with real mouse emulationgerman772023-07-013-24/+26
| * input_common: Tune mouse controlsNarr the Reg2023-06-293-45/+11
* | input_common: Remove duplicated DriverResult enumgerman772023-06-281-0/+3
|/
* yuzu: Fix clang formatgerman772023-06-272-12/+15
* Merge pull request #9663 from EBADBEEF/disable-controller-appletNarr the Reg2023-06-275-0/+16
|\
| * qt: add option to disable controller appletEBADBEEF2023-01-235-0/+16
* | Merge pull request #10495 from bm01/masterliamwhite2023-06-2710-46/+500
|\ \
| * | input_common: Redesign mouse panningBaptiste Marie2023-06-1210-46/+500
* | | Merge pull request #10679 from zeltermann/wakelock-reasonliamwhite2023-06-272-52/+8
|\ \ \
| * | | Only use SDL wakelock on Linuxzeltermann2023-06-242-52/+8
* | | | Hyphenate Joy-Con and clarify furtherKirill Ignatev2023-06-251-1/+1
* | | | Clarify Ring-Con configuration message in UIKirill Ignatev2023-06-251-1/+1
|/ / /
* | | Merge pull request #10859 from liamwhite/no-more-atomic-waitliamwhite2023-06-232-8/+5
|\ \ \
| * | | general: remove atomic signal and waitLiam2023-06-222-8/+5
* | | | Merge pull request #10842 from german77/native_mifareliamwhite2023-06-231-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | input_common: Implement native mifare supportNarr the Reg2023-06-221-2/+2
* | | | Merge pull request #10777 from liamwhite/no-barrierbunnei2023-06-224-0/+23
|\ \ \ \
| * | | | video_core: optionally skip barriers on feedback loopsLiam2023-06-144-0/+23
| |/ / /
* | | | vk_device_info: Check only affected Intel driverslat9nq2023-06-183-8/+11
* | | | Merge pull request #10486 from lat9nq/vk-device-find-onceliamwhite2023-06-1811-50/+138
|\ \ \ \ | |/ / / |/| | |
| * | | vk_device_info: Clean up includes [IWYU]lat9nq2023-06-062-3/+11
| * | | vk_device_info: Add SPDX datalat9nq2023-06-062-0/+6
| * | | yuzu-qt: Load Vulkan device info at startuplat9nq2023-06-0611-50/+124
* | | | Merge pull request #10603 from lat9nq/tz-more-completebunnei2023-06-131-2/+1
|\ \ \ \
| * | | | configure_system: Remove external offset on custom rtclat9nq2023-06-051-2/+1
* | | | | qt: use larger buffer for update installLiam2023-06-111-1/+1
| |_|/ / |/| | |
* | | | Merge pull request #10685 from liamwhite/serialization-is-hardMorph2023-06-101-0/+2
|\ \ \ \
| * | | | qt: persist framerate sync optionLiam2023-06-091-0/+2
* | | | | Merge pull request #10614 from xcfrg/shader-backend-status-barliamwhite2023-06-093-1/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | yuzu: add opengl shader backend info in status barxcfrg2023-06-043-1/+14
| |/ / /
* | | | nvnflinger: allow locking framerate during video playbackLiam2023-06-083-0/+19
* | | | Merge pull request #10591 from keve1227/localized-game-iconsliamwhite2023-06-071-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Issue a reload if the system language changedKeve12272023-06-031-1/+2
| |/ /
* | | android: native: Add support for custom Vulkan driver loading.bunnei2023-06-032-4/+4
* | | core: frontend: Refactor GraphicsContext to its own module.bunnei2023-06-031-0/+1
|/ /
* | Merge pull request #10352 from grimkor/add-context-menu-status-bar-settingsliamwhite2023-06-013-71/+152
|\ \
| * | add context menu for filter and anti-aliasing status buttonsgrimkor2023-05-243-71/+152
* | | yuzu: Disable game list while game is runninggerman772023-05-291-0/+4
* | | Merge pull request #10280 from danilaml/cmake-bin-dirliamwhite2023-05-281-5/+1
|\ \ \
| * | | Use TARGET_FILE_DIR generator expressionDanila Malyutin2023-05-131-5/+1
* | | | qt: add menu item to remove cache storageLiam2023-05-274-0/+26
* | | | textures: add BC1 and BC3 compressors and recompression settingLiam2023-05-234-0/+64
| |/ / |/| |
* | | Merge pull request #10107 from grimkor/allow-fully-customised-hotkeysliamwhite2023-05-164-32/+56
|\ \ \
| * | | Allow fully customisable controller hotkeysgrimkor2023-05-104-32/+56
* | | | Merge pull request #10181 from lat9nq/intel-compute-toggleliamwhite2023-05-1510-9/+63
|\ \ \ \ | |_|/ / |/| | |
| * | | configure_graphics_advanced: Hide input compute toggle a little laterlat9nq2023-05-081-2/+2
| * | | yuzu-qt/config: Add option to disable compute on Intellat9nq2023-05-0710-9/+63
* | | | service: nfp: Allow to load with a different amiibo idgerman772023-05-103-3/+23
* | | | Merge pull request #10203 from german77/calibrationliamwhite2023-05-092-10/+13
|\ \ \ \
| * | | | yuzu: Make 3d cube with joycon shapeNarr the Reg2023-05-081-10/+10
| * | | | core: hid: Allow to calibrate gyro sensorNarr the Reg2023-05-081-0/+3
* | | | | qt_common: consistently ifdef QPlatform after cbd79df23375Jan Beich2023-05-081-1/+1
|/ / / /
* | | | bootmanager: remove stop_token headerLiam2023-05-081-1/+0
* | | | Settings: add option to enable / disable reactive flushingFernando Sahmkow2023-05-074-0/+20
* | | | Merge pull request #10097 from german77/nfp_fullbunnei2023-05-074-20/+20
|\ \ \ \
| * | | | service: nfc: Merge device interfaces and create the device managerNarr the Reg2023-05-064-20/+20
| | |/ / | |/| |
* | | | yuzu/applets/qt_profile_select: connect double-click to accept()QGJ2023-05-071-0/+1
| |/ / |/| |
* | | Merge pull request #10125 from lat9nq/vsync-selectbunnei2023-05-0712-84/+361
|\ \ \
| * | | qt_common: Remove yuzu prefixlat9nq2023-05-044-7/+7
| * | | configure_graphics: No there isn't a hyphen in VSynclat9nq2023-05-032-5/+5
| * | | configure_input_player: Add missing includelat9nq2023-05-031-0/+1
| * | | configure_graphics: Clean up includes [IWYU]lat9nq2023-05-032-6/+31
| * | | bootmanager: Clean up includes [IWYU]lat9nq2023-05-032-15/+50
| * | | configure_graphics: Actively find present modeslat9nq2023-05-033-27/+161
| * | | bootmanager: Remove inaccurate switchlat9nq2023-05-032-11/+3
| * | | qt_common: Move window info function out of bootmanagerlat9nq2023-05-034-44/+75
| * | | configure_graphics: Fix another typolat9nq2023-05-031-1/+1
| * | | bootmanager: Return value in impossible caselat9nq2023-05-031-0/+1
| * | | configure_graphics: Fix typolat9nq2023-05-031-1/+1
| * | | configuration: Expose separate swap present modeslat9nq2023-05-036-19/+77
* | | | input_common: Add property to invert an axis buttonNarr the Reg2023-05-061-2/+8
* | | | yuzu: Add motion preview to controller inputNarr the Reg2023-05-052-0/+96
* | | | settings: remove pessimistic flushingLiam2023-05-044-21/+0
* | | | Merge pull request #10124 from liamwhite/pebkacMorph2023-05-037-19/+20
|\ \ \ \ | |/ / / |/| | |
| * | | settings: rename extended memory layout to unsafe, move from general to systemLiam2023-04-307-19/+20
| |/ /
* | | Merge pull request #9973 from GPUCode/async-presentbunnei2023-05-034-4/+21
|\ \ \
| * | | vk_present_manager: Add toggle for async presentationGPUCode2023-05-014-4/+21
| |/ /
* / / qt: warn on inoperable keysLiam2023-05-012-0/+34
|/ /
* | kernel: switch extended memory setting to 8GB arrangementLiam2023-04-081-1/+1
* | Merge pull request #10006 from german77/profile_selectliamwhite2023-04-014-16/+115
|\ \
| * | service: am: Improve profile select appletNarr the Reg2023-03-294-16/+115
* | | applet: controller: Implement cancel buttongerman772023-03-305-10/+17
|/ /
* | Merge pull request #9505 from liamwhite/request-exitliamwhite2023-03-2913-51/+178
|\ \
| * | qt: implement RequestExit for appletsLiam2023-03-2513-51/+178
* | | qt: Fix log softlockNarr the Reg2023-03-271-2/+2
|/ /
* | config: Fix controller config from resettingNarr the Reg2023-03-181-0/+3
* | configure_audio: Fix output mode setting not savingMorph2023-03-132-9/+9
* | Merge pull request #9941 from german77/settingsliamwhite2023-03-137-98/+62
|\ \
| * | yuzu: Move audio settings to audio sectiongerman772023-03-126-45/+56
| * | yuzu: Remove console id settinggerman772023-03-123-53/+6
* | | kernel: convert KThread to new styleLiam2023-03-132-102/+1
* | | kernel: convert KPort, KSessionLiam2023-03-131-3/+2
* | | general: fix spelling mistakesLiam2023-03-1212-16/+16
|/ /
* | main: (Windows) Set the current timer resolution to the maximumMorph2023-03-051-0/+9
* | cmake: use correct boost imported targetsAlexandre Bouvier2023-02-281-1/+1
* | Revert "yuzu: config: Remove player 8 and 9 from config file"Narr the Reg2023-02-264-5/+24
* | Merge pull request #9849 from ameerj/async-astcliamwhite2023-02-264-0/+20
|\ \
| * | configuration: Add async ASTC decode settingameerj2023-02-234-0/+20
* | | yuzu: config: Remove player 8 and 9 from config fileNarr the Reg2023-02-264-24/+5
* | | config: Fix per game Force max clockgerman772023-02-252-5/+1
|/ /
* | Merge pull request #9847 from german77/timeoutliamwhite2023-02-221-0/+2
|\ \
| * | yuzu: Set a lower timeout for discord presenceNarr the Reg2023-02-221-0/+2
* | | externals: Update cpp-httplib to latestAlexandre Bouvier2023-02-211-1/+1
|/ /
* | Qt: Reintroduce scaling for touch inputgerman772023-02-202-6/+16
* | Merge pull request #9815 from german77/qt-mouseliamwhite2023-02-185-20/+24
|\ \
| * | input_common: Split mouse input into individual devicesNarr the Reg2023-02-164-4/+18
| * | Qt: Fix mouse scallinggerman772023-02-162-18/+8
* | | yuzu: Shutdown game on restart to reload per game configNarr the Reg2023-02-171-2/+4
* | | yuzu: Write to config file on important config changesNarr the Reg2023-02-174-0/+7
|/ /
* | Merge pull request #9796 from liamwhite/currentliamwhite2023-02-152-4/+4
|\ \
| * | general: rename CurrentProcess to ApplicationProcessLiam2023-02-142-4/+4
* | | Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usageliamwhite2023-02-151-1/+1
|\ \ \
| * | | remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-144-55/+55
| * | | add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-144-55/+55
* | | | Revert "main: Fix borderless fullscreen for high dpi scaled displays"liamwhite2023-02-141-13/+1
|/ / /
* / / main: Fix borderless fullscreen for high dpi scaled displaysMorph2023-02-131-1/+13
|/ /
* | Merge pull request #9759 from german77/pro_controllerbunnei2023-02-113-3/+23
|\ \
| * | input_common: Reintroduce custom pro controller supportNarr the Reg2023-02-103-3/+23
* | | main: Re-add QtWebEngine zoom factorMorph2023-02-101-0/+2
|/ /
* | Merge pull request #4949 from Morph1984/hidpi-temp-fixliamwhite2023-02-073-8/+65
|\ \
| * | main: Convert to device independent coordinates for scalingMorph2023-01-263-8/+13
| * | main: Use passthrough scaling for non-windows OSesMorph2023-01-261-3/+12
| * | main: Enable High DPI fixes for Qt >= 5.14Morph2023-01-261-0/+43
* | | Merge pull request #9644 from SaiKai/volume_quicksettingbunnei2023-02-072-24/+90
|\ \ \
| * | | remove disambiguation argument from mute textJonas Gutenschwager2023-02-041-1/+1
| * | | add volume quicksetting with volume sliderJonas Gutenschwager2023-01-192-24/+90
* | | | Merge pull request #9720 from SoRadGaming/discordPresenceUpdatebunnei2023-02-052-8/+61
|\ \ \ \
| * | | | Add Game Icon for Discord RPCSorab2023-02-052-8/+61
* | | | | added 'Hide empty rooms' toggle to lobbyLuke Sawczak2023-02-033-0/+25
* | | | | yuzu: config: Draw turbo buttons with a different colorgerman772023-02-012-14/+23
* | | | | input_common: Implement turbo buttonsgerman772023-02-011-5/+12
* | | | | Merge pull request #9690 from german77/whoopsliamwhite2023-01-291-2/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | yuzu: config: Avoid reading deleted objectNarr the Reg2023-01-281-2/+5
| | |/ / | |/| |
* | | | Merge pull request #9661 from SoRadGaming/LDNhostnameSupportliamwhite2023-01-283-31/+38
|\ \ \ \
| * | | | LDN Hostname Support in Direct ConnectSoRadGaming2023-01-283-31/+38
| | |/ / | |/| |
* | | | Merge pull request #9539 from Wollnashorn/opengl-fsrliamwhite2023-01-282-10/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | video_core/opengl: Add FSR upscaling filter to the OpenGL rendererWollnashorn2023-01-262-10/+1
| |/ /
* | | main: Only set AA_DisableWindowContextHelpButton below Qt6Morph2023-01-261-1/+3
* | | main: Globally disable the "?" button on dialogsMorph2023-01-2510-17/+8
* | | Merge pull request #9492 from german77/joycon_releaseliamwhite2023-01-248-175/+396
|\ \ \ | |_|/ |/| |
| * | core: hid: Only set the polling mode to the correct sideNarr the Reg2023-01-201-2/+4
| * | yuzu: Add ring controller test buttongerman772023-01-203-150/+325
| * | core: hid: Migrate ring from emulated devices to emulated controllerNarr the Reg2023-01-202-19/+19
| * | yuzu: Update controller colors and button namesNarr the Reg2023-01-202-3/+27
| * | input_common: Disable SDL driver with switch controllersNarr the Reg2023-01-203-3/+23
| |/
* | Merge pull request #9660 from german77/koreaToTaiwanliamwhite2023-01-224-8/+21
|\ \
| * | yuzu: Fix language comobox crashgerman772023-01-224-8/+21
| |/
* | fix formatJonas Gutenschwager2023-01-182-4/+2
* | allow volume up/down hotkeys to be repeatedJonas Gutenschwager2023-01-184-27/+32
|/
* UI changeMatías Locatti2023-01-131-0/+10
* 1.5X resolution scaler optionMatías Locatti2023-01-131-0/+5
* Merge pull request #9605 from german77/mouse_mappingbunnei2023-01-112-0/+9
|\
| * yuzu: Read mouse wheel inputNarr the Reg2023-01-112-0/+9
* | Merge pull request #9601 from liamwhite/it-never-endsliamwhite2023-01-102-2/+21
|\ \
| * | qt: unlock during signal emissionLiam2023-01-102-2/+21
* | | Merge pull request #9595 from liamwhite/per-gameliamwhite2023-01-101-2/+3
|\ \ \
| * | | qt: fix configuration weirdness on turboLiam2023-01-091-2/+3
* | | | Merge pull request #9565 from MonsterDruide1/tas-multiplayer-lengthsliamwhite2023-01-102-3/+28
|\ \ \ \ | |_|/ / |/| | |
| * | | TAS: Show all script lengths for multiplayerMonsterDruide12023-01-072-3/+28
* | | | macOS: Make Yuzu show up in the Launchpad Games folder (#9594)UltraHDR2023-01-091-0/+2
| |/ / |/| |
* | | qt: additional fixes for reentrant shutdownLiam2023-01-071-3/+7
| |/ |/|
* | Merge pull request #9552 from liamwhite/turboliamwhite2023-01-064-0/+26
|\ \ | |/ |/|
| * common: add setting for renderer clock workaroundLiam2023-01-054-0/+26
* | video_core/vulkan: Driver pipeline cache will now be deleted with the shader cacheWollnashorn2023-01-052-1/+20
* | config: Set the Vulkan driver pipeline cache option to be globalWollnashorn2023-01-051-0/+3
* | config: Better wording for VK pipeline cache option and enable by defaultWollnashorn2023-01-051-2/+2
* | video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelinesWollnashorn2023-01-054-0/+20
|/
* Merge pull request #9501 from FernandoS27/yfc-rel-2liamwhite2023-01-053-1/+19
|\
| * yuzu-ui: Add setting for disabling macro HLEFernando Sahmkow2023-01-043-1/+19
* | cmake: move find-modules to root cmake dirAlexandre Bouvier2023-01-021-1/+0
* | TAS: Record sanitized instead of raw stick inputsMonsterDruide12023-01-011-5/+5
|/
* Merge pull request #9514 from ColinKinloch/en_gbliamwhite2023-01-012-1/+47
|\
| * settings: comment language blocklist columnsColin Kinloch2022-12-301-7/+13
| * settings: added regon/language warning bounds checkColin Kinloch2022-12-291-1/+1
| * settings: warn on invalid regon/language combinationsColin Kinloch2022-12-282-1/+41
* | config: Save multiplayer settings only globallyWollnashorn2022-12-301-2/+0
|/
* Merge pull request #9495 from german77/no_refreshbunnei2022-12-273-23/+11
|\
| * yuzu: Automatically refresh device listgerman772022-12-243-23/+11
* | qt: prevent reentrant shutdownLiam2022-12-242-5/+12
* | qt: fix 'Pause' menu item (#9497)liamwhite2022-12-241-1/+1
* | Merge pull request #9476 from liamwhite/async-shutdownliamwhite2022-12-244-15/+65
|\ \
| * | qt: fix uninitialized memory usageLiam2022-12-241-1/+1
| * | qt: use main window as close overlay parentLiam2022-12-222-4/+4
| * | qt: continue event loop during game closeLiam2022-12-204-14/+64
| |/
* / qt: exit properly on guest-initiated closeLiam2022-12-222-1/+9
|/
* Merge pull request #9463 from liamwhite/manager-eventsliamwhite2022-12-204-159/+57
|\
| * qt: use _exit instead of exit on SIGINTLiam2022-12-171-1/+1
| * EmuThread: refactorLiam2022-12-174-158/+56
* | overlay_dialog: Avoid starting the input thread if non-interactiveMorph2022-12-191-1/+3
* | overlay_dialog: Hide button dialog box when both buttons are hiddenMorph2022-12-191-0/+8
* | Merge pull request #9469 from Rubo3/patch-1liamwhite2022-12-181-1/+1
|\ \
| * | Use execlp instead of execl to avoid failureMarco Rubin2022-12-181-1/+1
| |/
* | Merge pull request #9467 from german77/folderliamwhite2022-12-181-0/+3
|\ \
| * | yuzu: Remember last selected directorygerman772022-12-181-0/+3
| |/
* | bootmanager: Use proper camera sizegerman772022-12-182-6/+12
* | bootmanager: Encapsulate all QCamera codegerman772022-12-182-5/+7
* | yuzu: fix device name settinggerman772022-12-181-3/+2
|/
* Merge pull request #9461 from liamwhite/wanativeMai2022-12-171-1/+5
|\
| * qt: avoid setting WA_DontCreateNativeAncestors on all platformsLiam2022-12-171-1/+5
* | Merge pull request #9454 from liamwhite/wayland-eglMai2022-12-172-3/+7
|\ \
| * | qt: handle wayland-egl platform nameLiam2022-12-162-3/+7
* | | Merge pull request #9451 from ameerj/camera-data-arrayliamwhite2022-12-172-7/+8
|\ \ \ | |_|/ |/| |
| * | camera: Use pre-allocated vector for camera dataameerj2022-12-172-7/+8
| |/
* | Merge pull request #6354 from ogniK5377/device-nameliamwhite2022-12-163-0/+21
|\ \
| * | Set: Allow setting device nicknameChloe Marcec2022-12-143-0/+21
* | | Merge pull request #8605 from devsnek/graceful-shutdownliamwhite2022-12-163-7/+14
|\ \ \
| * | | emu_thread: properly force shutdown for unresponsive guest programsLiam2022-12-132-12/+5
| * | | let games gracefully exitGus Caplan2022-12-133-3/+17
* | | | Merge pull request #6769 from lat9nq/create-shortcut-2liamwhite2022-12-165-0/+210
|\ \ \ \ | |_|_|/ |/| | |
| * | | main: Address review feedbacklat9nq2022-12-141-19/+33
| * | | yuzu qt: Create shortcuts on Linuxlat9nq2022-12-135-0/+196
| | |/ | |/|
* | | gl_device: Use a more robust way to use strict context modeAlexander Orzechowski2022-12-131-0/+2
* | | OpenGL: Check for threading supportAlexander Orzechowski2022-12-131-0/+6
* | | wayland: Always use exclusive fullscreenAlexander Orzechowski2022-12-132-4/+10
* | | RenderWidget: Set WA_DontCreateNativeAncestorsAlexander Orzechowski2022-12-131-0/+1
* | | renderer_opengl: refactor context acquireLiam2022-12-131-2/+1
|/ /
* / yuzu: Make unlimited frame rate non persistent between game bootsNarr the Reg2022-12-132-2/+3
|/
* Merge pull request #9419 from liamwhite/no-glMai2022-12-111-1/+1
|\
| * cmake: make OpenGL loader optionalLiam2022-12-101-1/+1
* | video_core: Integrate SMAALiam2022-12-082-0/+14
|/
* Merge pull request #9370 from liamwhite/break-unmappedmerry2022-12-063-0/+19
|\
| * core: add option to break on unmapped accessLiam2022-12-023-0/+19
* | Merge pull request #9390 from lioncash/keyboardliamwhite2022-12-0610-42/+30
|\ \
| * | applets/controller: Use aliases for callbacksLioncash2022-12-062-3/+3
| * | applets/error: Use aliases for callbacksLioncash2022-12-062-7/+7
| * | applets/profile_select: Use aliases for callbacksLioncash2022-12-062-4/+3
| * | applets/web_browser: Use aliases for callbacksLioncash2022-12-062-14/+10
| * | applets/software_keyboard: Use aliases for callbacksLioncash2022-12-062-14/+7
* | | Merge pull request #9389 from lioncash/emumoveliamwhite2022-12-061-2/+1
|\ \ \
| * | | emulated_controller: Remove unused parameter in GetMappedDevices()Lioncash2022-12-061-2/+1
| |/ /
* | | Merge pull request #9391 from abouvier/cmake-sdlliamwhite2022-12-061-5/+1
|\ \ \
| * | | cmake: use sdl2 imported targetAlexandre Bouvier2022-12-061-5/+1
| |/ /
* / / configure_graphics: Make SPIRV backend string translatableLioncash2022-12-061-1/+1
|/ /
* | Merge pull request #6833 from abouvier/unbundleliamwhite2022-12-051-3/+3
|\ \
| * | cmake: prefer system librariesAlexandre Bouvier2022-12-041-3/+3
* | | Merge pull request #9273 from ameerj/per-game-profileliamwhite2022-12-0411-25/+585
|\ \ \ | |/ / |/| |
| * | configure_input_player: Fix profile saving when using handheld controller typeameerj2022-11-291-1/+7
| * | config: Custom profile detection fixesameerj2022-11-296-64/+108
| * | configure_input_per_game: Allow configuring all 8 playersameerj2022-11-293-54/+113
| * | Configuration: Add per-game input profilesameerj2022-11-209-12/+463
* | | Merge pull request #9344 from liamwhite/nullbunnei2022-12-036-25/+58
|\ \ \
| * | | video_core: add null backendLiam2022-11-296-25/+58
* | | | Merge pull request #9300 from ameerj/pchliamwhite2022-12-032-0/+11
|\ \ \ \
| * | | | CMake: Consolidate common PCH headersameerj2022-12-011-7/+1
| * | | | CMake: Use precompiled headersameerj2022-11-302-0/+17
* | | | | Merge pull request #9289 from liamwhite/fruit-companyliamwhite2022-12-034-1/+9
|\ \ \ \ \
| * | | | | general: fix compile for Apple ClangLiam2022-11-234-1/+9
* | | | | | Merge pull request #9303 from liamwhite/new-vulkan-initMatías Locatti2022-12-023-2/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Vulkan: update initializationLiam2022-11-273-2/+6
* | | | | | Merge pull request #9349 from lat9nq/cmake-322Morph2022-11-301-1/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | CMake: Directly link to SDL2-static when appropriatelat9nq2022-11-291-1/+5
* | | | | | Merge pull request #9308 from lat9nq/from-scratchliamwhite2022-11-302-22/+64
|\ \ \ \ \ \
| * | | | | | startup_checks: Use fmt::print, fix exec error handlinglat9nq2022-11-241-21/+21
| * | | | | | startup_checks: Use Windows flow for *nixlat9nq2022-11-242-9/+51
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #9322 from german77/pump_eventsliamwhite2022-11-302-0/+14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | input_common: Pump sdl events from main threadgerman772022-11-272-0/+14
* | | | | | yuzu/main: Merge variable declaration into ifdefLioncash2022-11-281-2/+1
| |_|_|/ / |/| | | |
* | | | | Merge pull request #8829 from Docteh/qt6_0002liamwhite2022-11-279-14/+56
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | CMake: rework for Qt6 supportKyle Kienapfel2022-11-243-14/+30
| * | | | qt: Add Qt version to LogRuntimesKyle Kienapfel2022-11-181-0/+1
| * | | | Qt6: Disable IR Sensor when compiling with Qt6Kyle Kienapfel2022-11-186-0/+25
* | | | | Merge pull request #9276 from goldenx86/fsrSliderbunnei2022-11-274-0/+191
|\ \ \ \ \
| * | | | | Sharpness instead of SharpeningMatías Locatti2022-11-261-3/+3
| * | | | | configure_graphics: Implement custom FSR Sharpening settinglat9nq2022-11-262-61/+128
| * | | | | FSR Sharpening Slider part 1 - only a global sliderMatías Locatti2022-11-244-0/+124
| | |/ / / | |/| | |
* / | | | Qt: assign menuRole properties for actionsLiam2022-11-231-0/+9
|/ / / /
* | / / qt_amiibo_settings: Use WebClient only if ENABLE_WEB_SERVICE is enabledMorph2022-11-211-0/+4
| |/ / |/| |
* | | Merge pull request #9238 from german77/cabinet_appletbunnei2022-11-206-0/+872
|\ \ \ | |/ / |/| |
| * | general: Address review commentsgerman772022-11-147-170/+176
| * | yuzu: Implement cabinet applet frontendgerman772022-11-136-1/+865
| * | service: am: Implement cabinet applet backendgerman772022-11-131-0/+2
* | | Merge pull request #9229 from Docteh/achy_breaky_heartMorph2022-11-182-0/+4
|\ \ \ | |_|/ |/| |
| * | Add break for default casesKyle Kienapfel2022-11-142-0/+4
* | | configure_profile_manager: Cleanup reference/pointer usagelat9nq2022-11-162-8/+10
* | | configure_profile_manager: Remove profile picture borderlat9nq2022-11-161-0/+6
* | | configure_profile_manager: Use a custom dialog for deletionlat9nq2022-11-162-11/+81
* | | Ignore ARM for core countMatías Locatti2022-11-121-2/+1
| |/ |/|
* | Merge pull request #9231 from goldenx86/corecountMai2022-11-121-0/+4
|\ \
| * | Add CPU core count to log filesMatías Locatti2022-11-121-0/+4
| |/
* | Merge pull request #9133 from FearlessTobi/compat-improvementsliamwhite2022-11-115-71/+404
|\ \ | |/ |/|
| * yuzu/main: Change to 8_GiB instead of magic numberTobias2022-11-111-1/+1
| * yuzu/compatdb: Rework compatibility submission systemFearlessTobi2022-11-105-71/+404
* | Merge pull request #9223 from goldenx86/threadcountbunnei2022-11-111-0/+2
|\ \
| * | Me likesMatías Locatti2022-11-101-1/+1
| * | Add CPU thread count to log filesMatías Locatti2022-11-101-0/+2
* | | Merge pull request #9198 from liamwhite/arm64bunnei2022-11-111-1/+1
|\ \ \
| * | | Initial ARM64 supportLiam2022-11-091-1/+1
| |/ /
* | | Merge pull request #9180 from Docteh/remove_stuffMai2022-11-112-20/+33
|\ \ \
| * | | UI: split up strings relating to content removalKyle Kienapfel2022-11-052-20/+33
* | | | yuzu: Change QtKeyToSwitchKey switch case to arraygerman772022-11-071-217/+120
| |/ / |/| |
* | | Qt: enable recent Linux features on more UnicesJan Beich2022-11-043-17/+17
|/ /
* | UI: Add options to hide extra columns (#9093)Piplup2022-11-045-1/+31
* | remove unnecessary sepator in file menu (main.ui)Ludovic2022-11-021-1/+0
* | Merge pull request #9091 from Docteh/what_compat_listliamwhite2022-10-305-0/+17
|\ \ | |/ |/|
| * UI: Add option to hide the compatibility listKyle Kienapfel2022-10-195-0/+17
* | yuzu: Resolve -Wpessimizing-moveMorph2022-10-221-1/+1
* | startup_checks: Resolve -Wstringop-truncationMorph2022-10-221-1/+2
* | startup_checks: Resolve -WformatMorph2022-10-221-7/+7
* | Merge pull request #9099 from Docteh/undockedliamwhite2022-10-211-1/+1
|\ \
| * | Controller Applet had instance of Undocked, make HandheldKyle Kienapfel2022-10-201-1/+1
| |/
* | Merge pull request #9082 from Morph1984/futureliamwhite2022-10-191-4/+6
|\ \
| * | savedata_factory: Detect future save data pathsMorph2022-10-171-4/+6
| |/
* / core: Partially persist emulation state across game boots.bunnei2022-10-192-2/+3
|/
* fix a tiny spelling mistakeKyle Kienapfel2022-10-151-1/+1
* Merge pull request #9039 from Kelebek1/auto_backendliamwhite2022-10-141-2/+2
|\
| * Choose the SDL audio backend when Cubeb reports too high of a latencyKelebek12022-10-091-2/+2
* | Merge pull request #9047 from german77/steam-aspectbunnei2022-10-121-0/+5
|\ \
| * | yuzu: Add 16:10 aspect ratioNarr the Reg2022-10-101-0/+5
* | | Merge pull request #9030 from Morph1984/api-disableMai2022-10-081-3/+4
|\ \ \
| * | | configure_graphics: Fix graphics API selection when a game is runningMorph2022-10-071-3/+4
| | |/ | |/|
* | | Merge pull request #8807 from Docteh/default_fontsliamwhite2022-10-071-0/+16
|\ \ \ | |/ / |/| |
| * | Qt: work around Qt5's font choice for ChineseKyle Kienapfel2022-10-021-0/+16
* | | Vulkan Swapchain: Overall improvements.Fernando Sahmkow2022-10-061-2/+4
* | | common: remove "yuzu:" prefix from thread namesLiam2022-10-041-1/+1
* | | Merge pull request #8955 from german77/amiibo-rewritebunnei2022-10-021-25/+26
|\ \ \ | |/ / |/| |
| * | yuzu: Use virtual amiibo driver instead of nfp servicegerman772022-10-021-25/+26
* | | Merge pull request #8876 from FearlessTobi/multiplayer-part3bunnei2022-10-0116-63/+191
|\ \ \ | |/ / |/| |
| * | Address some review commentsFearlessTobi2022-09-201-1/+1
| * | fix black iconNarr the Reg2022-09-111-0/+2
| * | yuzu: Multiple room UI improvementsgerman772022-09-1015-58/+163
| * | ldn: Initial implementationFearlessTobi2022-09-094-5/+26
* | | Merge pull request #8940 from german77/silencebunnei2022-09-283-7/+6
|\ \ \
| * | | yuzu: Silence some clang warningsNarr the Reg2022-09-213-7/+6
| | |/ | |/|
* | | Merge pull request #8948 from german77/orderMorph2022-09-241-0/+2
|\ \ \
| * | | yuzu: sort input profiles by nameNarr the Reg2022-09-231-0/+2
| |/ /
* / / yuzu qt: Add option to disable startup Vulkan checklat9nq2022-09-196-45/+65
|/ /
* | Merge pull request #8827 from german77/amiibo_releasebunnei2022-09-171-20/+1
|\ \
| * | core: nfp: Implement amiibo encryptiongerman772022-09-071-20/+1
* | | Merge pull request #8906 from Docteh/fix_iconsbunnei2022-09-171-8/+13
|\ \ \
| * | | UI: move icons from default into colorful theme.Kyle Kienapfel2022-09-161-8/+13
* | | | Merge pull request #8682 from lat9nq/dumpyMorph2022-09-1617-91/+385
|\ \ \ \ | |/ / / |/| | |
| * | | mini_dump: Address review feedbacklat9nq2022-09-054-63/+71
| * | | vcpkg,cmake: Use vcpkg for dbghelplat9nq2022-09-051-1/+1
| * | | mini_dump: Check for debugger before spawning a childlat9nq2022-09-052-63/+37
| * | | mini_dump: Cleanup and add commentslat9nq2022-09-053-43/+87
| * | | yuzu: Use a debugger to generate minidumpslat9nq2022-09-0517-91/+359
| |/ /
* | | UI: Fix link to TAS help pageKyle Kienapfel2022-09-151-0/+3
* | | Merge pull request #8880 from german77/slow-movingMai2022-09-131-1/+1
|\ \ \
| * | | input_common: Increase mapping timer from 2.5 seconds to 4 secondsgerman772022-09-111-1/+1
| | |/ | |/|
* | | Merge pull request #8864 from german77/toggle_analogbunnei2022-09-101-7/+14
|\ \ \ | |/ / |/| |
| * | yuzu: input: fix invert symbol on axis and order options alphabeticallyNarr the Reg2022-09-061-13/+14
| * | input_common: Add support for analog toggleNarr the Reg2022-09-061-0/+6
* | | Merge pull request #8819 from liamwhite/cash-moneylat9nq2022-09-094-0/+21
|\ \ \ | |_|/ |/| |
| * | video_core: add option for pessimistic flushingLiam2022-08-254-0/+21
| |/
* | Qt: Make General->Debug scrollableKyle Kienapfel2022-09-033-4/+9
* | Address review commentsFearlessTobi2022-09-029-8/+19
* | yuzu/chat_room: Make font size biggerFearlessTobi2022-08-271-0/+4
* | yuzu/multiplayer: Warn when game is running or no network interface is selectedFearlessTobi2022-08-2711-19/+81
* | yuzu: Display current game version in multiplayer roomFearlessTobi2022-08-271-5/+16
* | yuzu_room: Remove dependency on coreFearlessTobi2022-08-275-5/+5
|/
* yuzu: Force camera output to be saved on a buffer (#8805)Narr the Reg2022-08-232-2/+38
* Merge pull request #8783 from german77/looongliamwhite2022-08-211-1/+1
|\
| * yuzu: Allow longer controller profile namesNarr the Reg2022-08-191-1/+1
* | Qt: Retranslate GameList header and Filter lineKyle Kienapfel2022-08-203-7/+37
* | yuzu: Fix crash on shutdownFearlessTobi2022-08-152-6/+4
* | core, yuzu: Address first part of review commentsFearlessTobi2022-08-152-3/+4
* | core, network: Add ability to proxy socket packetsFearlessTobi2022-08-158-31/+18
|/
* Merge pull request #8756 from Kelebek1/volbunnei2022-08-133-9/+7
|\
| * Do some log memes to help perceived volumeKelebek12022-08-121-2/+2
| * Allow audio volume up to 200%Kelebek12022-08-122-7/+5
* | Merge pull request #8741 from Docteh/abootMai2022-08-122-2/+3
|\ \ | |/ |/|
| * Qt: tweak ui filesKyle K2022-08-092-2/+3
* | Merge pull request #8647 from Docteh/default_darkliamwhite2022-08-124-14/+77
|\ \
| * | review pass on CheckDarkMode functionKyle Kienapfel2022-08-122-4/+4
| * | Linux: handle dark system themes nicelyKyle K2022-08-054-14/+77
* | | Merge pull request #8735 from djrobx/add_vsyncliamwhite2022-08-101-1/+1
|\ \ \
| * | | Make vsync setting work for VulkanDJRobX2022-08-081-1/+1
| | |/ | |/|
* | | Merge pull request #8499 from Docteh/pluralsbunnei2022-08-103-6/+14
|\ \ \
| * | | Translate english pluralsKyle Kienapfel2022-07-303-6/+14
* | | | Merge pull request #8715 from Docteh/suzhoubunnei2022-08-091-0/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Qt5 work around for suzhou numeralsKyle Kienapfel2022-08-041-0/+9
| | |/ | |/|
* | | yuzu: Fix fmt 9.0.0 issueslat9nq2022-08-072-3/+4
* | | Controller bugfixes in profile select (#8716)Steve2022-08-053-5/+10
|/ /
* | Merge pull request #8622 from liamwhite/progressbunnei2022-07-311-0/+4
|\ \ | |/ |/|
| * qt: reset progress bar after shader compilationLiam2022-07-241-0/+4
* | Merge pull request #8656 from german77/audio-stepbunnei2022-07-291-2/+16
|\ \
| * | yuzu: Add incremental steps to volume hotkeysNarr the Reg2022-07-271-2/+16
| |/
* | implement pause on system suspend (#8585)snek2022-07-282-1/+43
* | Merge pull request #8636 from german77/irs_cluster_releaseliamwhite2022-07-271-1/+2
|\ \
| * | Address commentsNarr the Reg2022-07-251-1/+2
| * | service: irs: Implement clustering processorgerman772022-07-241-1/+1
| |/
* | Merge pull request #8633 from Morph1984/optional-keysliamwhite2022-07-273-4/+73
|\ \
| * | qt_software_keyboard: Fix infinite loop when moving between buttonsMorph2022-07-241-0/+14
| * | applet/swkbd: Implement optional symbol keysMorph2022-07-243-4/+59
* | | Merge pull request #8592 from devsnek/sig-handlerssnek2022-07-272-0/+71
* | | chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-2766-184/+140
* | | network: Address review commentsFearlessTobi2022-07-251-4/+8
* | | network, yuzu: Make copyright headers SPDX-compliantFearlessTobi2022-07-2520-60/+40
* | | network, yuzu: Improve variable naming and style consistencyFearlessTobi2022-07-254-11/+15
* | | network: Move global state into a seperate classFearlessTobi2022-07-2515-71/+91
* | | common: multiplayer: Use GameInfo typegerman772022-07-253-18/+22
* | | Address second part of review commentsFearlessTobi2022-07-251-9/+10
* | | Address first part of review commentsFearlessTobi2022-07-258-125/+136
* | | Fix compilation on linux gccFearlessTobi2022-07-252-7/+7
* | | yuzu: Hide multiplayer button and room statusFearlessTobi2022-07-252-16/+3
* | | yuzu: Add ui files for multiplayer roomsFearlessTobi2022-07-2541-7/+3675
* | | Merge pull request #8564 from lat9nq/dinner-forkbunnei2022-07-2512-124/+181
|\ \ \ | |_|/ |/| |
| * | startup_checks: Use WaitForSingleObject and more cleanuplat9nq2022-07-121-6/+9
| * | startup_checks: Use GetEnvironmentVariableAlat9nq2022-07-111-4/+3
| * | startup_checks: Clean uplat9nq2022-07-101-9/+6
| * | startup_checks: Implement unix side codelat9nq2022-07-102-17/+48
| * | yuzu: Simplify broken Vulkan handlinglat9nq2022-07-109-115/+65
| * | yuzu: Check Vulkan on startup with a childlat9nq2022-07-103-1/+78
| * | yuzu: Rename check_vulkan to startup_checkslat9nq2022-07-104-3/+3
* | | yuzu: Add webcam support and rebase to latest masterNarr the Reg2022-07-244-10/+37
* | | yuzu: Hook qt camera to camera drivergerman772022-07-2413-1/+481
| |/ |/|
* | Project AndioKelebek12022-07-227-48/+101
* | Update configure_input.uiMatías Locatti2022-07-191-1/+1
* | implement resume messageGus Caplan2022-07-182-0/+18
* | yuzu: settings: Remove framerate cap and merge unlocked framerate setting.bunnei2022-07-174-112/+2
* | common/setting: Make ranged a property of the typemerry2022-07-153-20/+22
* | Merge pull request #8536 from Morph1984/fix-webapplet-inputliamwhite2022-07-151-2/+6
|\ \ | |/ |/|
| * qt_web_browser: Fix button inputs with QtWebEngineMorph2022-07-061-2/+6
* | Merge pull request #8522 from lat9nq/consolidate-settingsMorph2022-07-075-45/+45
|\ \ | |/ |/|
| * settings: Consolidate RangedSetting's with regular oneslat9nq2022-06-305-45/+45
* | Merge pull request #8477 from Docteh/less_globalMorph2022-07-051-3/+3
|\ \ | |/ |/|
| * tweak API usage in qt_web_browser.cppKyle Kienapfel2022-06-221-3/+3
* | core: Replace all instances of ResultCode with Resultgerman772022-06-272-6/+6
* | core: fix initialization in single core, sync GPU modeLiam2022-06-171-0/+3
* | Merge pull request #8383 from Morph1984/shadow-of-the-pastMai2022-06-1521-115/+113
|\ \
| * | main: Eliminate variable shadowingMorph2022-06-141-3/+2
| * | wait_tree: Eliminate variable shadowingMorph2022-06-142-12/+12
| * | configure_ringcon: Eliminate variable shadowingMorph2022-06-141-4/+4
| * | configure_touch_from_button: Eliminate variable shadowingMorph2022-06-142-3/+3
| * | configure_per_game: Eliminate variable shadowingMorph2022-06-142-4/+4
| * | configure_input_player: Eliminate variable shadowingMorph2022-06-141-39/+39
| * | configure_dialog: Eliminate variable shadowingMorph2022-06-142-5/+4
| * | bootmanager: Eliminate variable shadowingMorph2022-06-141-1/+1
| * | game_list: Eliminate variable shadowingMorph2022-06-145-19/+19
| * | yuzu: Eliminate variable shadowingMorph2022-06-1410-25/+25
* | | common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
|/ /
* | Merge pull request #8446 from liamwhite/cmd-gdbMorph2022-06-131-0/+1
|\ \ | |/ |/|
| * core/debugger: fix a number of shutdown deadlocksLiam2022-06-101-0/+1
* | Merge pull request #8353 from Docteh/msvc_report_runtimeMai M2022-06-112-0/+30
|\ \
| * | log the MSVC runtime version when running on MSVC buildKyle Kienapfel2022-06-112-0/+30
* | | Merge pull request #8427 from Docteh/deprecate_qdesktopMai M2022-06-111-3/+15
|\ \ \
| * | | deprecate usage of QDesktopWidget for going fullscreenKyle Kienapfel2022-06-061-3/+15
* | | | Merge pull request #8449 from Docteh/translate_placeholderMai M2022-06-112-1/+16
|\ \ \ \
| * | | | UI: retranslate the game list placeholderKyle Kienapfel2022-06-112-1/+16
| |/ / /
* | | | Merge pull request #8393 from lat9nq/default-vulkanbunnei2022-06-119-46/+178
|\ \ \ \ | |_|/ / |/| | |
| * | | configure_graphics: Remove unused includelat9nq2022-06-041-1/+0
| * | | main: Insert warning text on broken Vulkanlat9nq2022-05-301-1/+6
| * | | main: Save config on broken Vulkan detectlat9nq2022-05-301-0/+2
| * | | yuzu-qt: Make has_broken_vulkan only for crasheslat9nq2022-05-305-11/+17
| * | | yuzu-qt: Attempt to workaround broken Vulkan installationslat9nq2022-05-309-46/+166
* | | | Merge pull request #8405 from Docteh/dock_undockMai M2022-06-112-5/+11
|\ \ \ \
| * | | | ui: Status bars dock button becomes dock/undock buttonKyle Kienapfel2022-06-022-5/+11
| | |/ / | |/| |
* | | | Merge pull request #8333 from Docteh/translate_hotkeysMai M2022-06-112-26/+40
|\ \ \ \
| * | | | UI: Translate hotkey labels in configurationKyle K2022-05-192-26/+40
* | | | | Merge pull request #8318 from Docteh/cmake-qt56-entryMai M2022-06-1110-35/+25
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | motion touch ui: move remaining connection out of .ui fileKyle K2022-05-302-18/+3
| * | | | Update some files with Qt 5.15.2 best practices in mindKyle K2022-05-298-17/+22
| |/ / /
* | | | Merge pull request #8367 from Docteh/say_win11bunnei2022-06-061-1/+26
|\ \ \ \
| * | | | Logging: Report Post Windows 10 2004 versions, like Windows 11Kyle K2022-05-291-1/+26
| | |/ / | |/| |
* | | | Merge pull request #8402 from liamwhite/better-stepMorph2022-06-021-0/+4
|\ \ \ \
| * | | | core/debugger: Improved stepping mechanism and misc fixesLiam2022-06-011-0/+4
* | | | | Merge pull request #8400 from Docteh/fullscreen_glitchbunnei2022-06-011-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix UI opening fullscreen after certain crashesKyle Kienapfel2022-06-011-0/+4
| |/ / /
* | | / core/debugger: Implement new GDB stub debuggerLiam2022-06-016-15/+76
| |_|/ |/| |
* | | Merge pull request #8339 from Docteh/about_iconbunnei2022-05-292-3/+19
|\ \ \ | |/ / |/| |
| * | about dialog: Fix the logo in a multiplatform wayKyle K2022-05-162-3/+19
| |/
* | yuzu-qt: Call -Wl,--subsystem,windows directlylat9nq2022-05-281-1/+1
* | input_common: touch: Rewrite touch driver to support multiple touch pointsgerman772022-05-232-55/+9
* | qt_software_keyboard: Address review feedbacklat9nq2022-05-161-14/+14
* | main: Use Common::U16StringFromBufferlat9nq2022-05-161-2/+4
* | qt_software_keyboard: Use Common::U16StringFromBufferlat9nq2022-05-161-14/+15
|/
* VideoCore: Add option to dump the macros.Fernando Sahmkow2022-05-092-0/+16
* Merge pull request #8272 from german77/stick_rangebunnei2022-05-032-6/+27
|\
| * yuzu: Config allow to delete single axis directions when buttons are mapped to a stickNarr the Reg2022-04-271-1/+22
| * yuzu: config: Set default range to 95%Narr the Reg2022-04-272-5/+5
* | ui: retranslate the network tabKyle K2022-05-022-2/+11
* | ui: let system locale control format of Custom RTCKyle K2022-05-011-3/+0
* | Changes to language order in General -> UI -> Interface LanguageKyle K2022-04-271-6/+67
|/
* Merge pull request #8249 from german77/queuedMorph2022-04-231-3/+5
|\
| * hotkeys: Trigger actions on a separate threadNarr the Reg2022-04-231-3/+5
* | general: Convert source file copyright comments over to SPDXMorph2022-04-2363-189/+126
* | Merge pull request #7978 from german77/sidewaybunnei2022-04-221-0/+19
|\ \ | |/ |/|
| * input_common: Map sticks correctly when mapped sidewaysNarr the Reg2022-03-221-0/+19
* | Merge pull request #8192 from german77/screenshotMai M2022-04-211-0/+6
|\ \
| * | bootmanager: Don't create another screenshot request if previous one is not done yetgerman772022-04-181-0/+6
* | | Merge pull request #8224 from Docteh/hihi1bunnei2022-04-201-1/+19
|\ \ \
| * | | ui: translate hat directionsKyle K2022-04-191-1/+19
| |/ /
* | | Prevent the mouse cursor from leaving the window when mouse panning is enabledPurple2022-04-192-2/+41
* | | yuzu: mention GPLv3.0+ in about dialogAndrea Pappacoda2022-04-181-1/+1
|/ /
* | Merge pull request #8204 from Docteh/translate_gameslistMai M2022-04-173-3/+6
|\ \
| * | ui: Fix Game Compatibility list translationsKyle K2022-04-173-3/+6
* | | yuzu: Call ignore event after ensuring it's initializedNarr the Reg2022-04-162-2/+2
* | | yuzu: Add custom ringcon configurationgerman772022-04-1610-1/+855
* | | ui: Touching QPalette::Text broke dark -> light UI. don't doKyle K2022-04-121-2/+0
* | | ui: Set Link Color when setting themeKyle K2022-04-113-0/+20
|/ /
* | yuzu/util: Replace lock_guard with scoped_lockMerry2022-04-071-1/+1
* | Merge pull request #8089 from merryhime/paranoiabunnei2022-04-041-0/+5
|\ \
| * | configure_cpu: More descriptive text for Paranoid optionmerry2022-03-261-1/+1
| * | configuration: Add Paranoid CPU accuracy levelmerry2022-03-261-0/+5
* | | Merge pull request #8141 from merryhime/configure-hotkeys-columnsMorph2022-04-021-3/+4
|\ \ \
| * | | configure_hotkeys: Make first column stretch and not last columnmerry2022-04-021-3/+4
* | | | configure_per_game_addons: Set tree view minimum section size to 150pxmerry2022-04-021-0/+1
* | | | configure_per_game_addons: Stretch first column and not lastmerry2022-04-021-1/+4
|/ / /
* | | Merge pull request #8079 from lat9nq/applet-typoMai M2022-04-011-2/+2
|\ \ \
| * | | configure_debug: Fix typolat9nq2022-03-241-2/+2
| |/ /
* | | Merge pull request #8097 from Tachi107/build-cleanup-installMai M2022-04-011-1/+1
|\ \ \
| * | | build: cleanup installation of yuzu and yuzu-cmdAndrea Pappacoda2022-03-271-1/+1
| |/ /
* / / yuzu: Only override fullscreen setting if gamepath or argument is providedgerman772022-03-291-3/+10
|/ /
* | Merge pull request #8035 from lat9nq/disable-web-appletbunnei2022-03-246-50/+65
|\ \
| * | yuzu qt: Save disable_web_applet settinglat9nq2022-03-184-3/+6
| * | main: Update Disable Web Applet warninglat9nq2022-03-171-3/+2
| * | configure_debug: Add option to set disable_web_appletlat9nq2022-03-172-42/+57
| * | yuzu: Move disable_web_applet to UISettingslat9nq2022-03-173-5/+3
* | | Add include to fix compilingShoegzer2022-03-231-0/+1
* | | applets: Rename Mii to MiiEditMorph2022-03-221-2/+2
* | | qt_web_browser: Add missing includesameerj2022-03-221-0/+3
| |/ |/|
* | yuzu: Reduce unused includesameerj2022-03-2045-104/+5
|/
* Merge pull request #7964 from german77/miiiibunnei2022-03-171-0/+2
|\
| * applet: mii: Simple implementation of mii appletgerman772022-03-011-0/+2
* | config: Write dynarmic exclusive memory configsameerj2022-03-121-0/+2
* | cpu_detect: Add additional x86 flags and telemetryWunkolo2022-03-111-2/+2
* | dynarmic: Inline exclusive memory accessesmerry2022-02-276-1/+62
|/
* Merge pull request #7932 from bunnei/extended-mem-layoutbunnei2022-02-264-0/+19
|\
| * settings: Add a new "use_extended_memory_layout" setting.bunnei2022-02-214-0/+19
* | yuzu: Remove amiibos on drag and dropgerman772022-02-201-0/+10
|/
* Merge pull request #7867 from german77/amiibobunnei2022-02-193-5/+23
|\
| * nfp: Address compiler issuesgerman772022-02-091-2/+1
| * yuzu: Allow to open and remove the amiibogerman772022-02-083-5/+24
* | yuzu: config: Fix mapping issues with the enter keyNarr the Reg2022-02-152-0/+6
* | debugger: console: Set console output codepage to UTF-8Morph2022-02-141-0/+1
* | Merge pull request #7852 from Morph1984/new-uuidbunnei2022-02-113-8/+8
|\ \
| * | general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-054-15/+14
| * | profile: Migrate to the new UUID implementationMorph2022-02-055-19/+20
* | | Merge pull request #7861 from german77/user_featuresbunnei2022-02-107-62/+95
|\ \ \
| * | | yuzu: Mute audio when in backgroundgerman772022-02-076-4/+27
| * | | yuzu: Add docked, GPU accuracy and adapting filter hotkeysgerman772022-02-074-58/+68
| | |/ | |/|
* / | yuzu: Add auto center on right clickgerman772022-02-071-0/+26
|/ /
* | Merge pull request #7849 from Morph1984/qt-frameless-windowbunnei2022-02-051-0/+2
|\ \ | |/ |/|
| * main: Always remove the frameless window flag when restoring UI stateMorph2022-02-041-0/+2
* | Merge pull request #7842 from german77/vibration_testbunnei2022-02-055-8/+95
|\ \
| * | yuzu: config: Vibrate the controller while configuring vibration strengthNarr the Reg2022-02-025-8/+95
* | | Merge pull request #7839 from german77/batterybunnei2022-02-052-35/+56
|\ \ \ | |_|/ |/| |
| * | yuzu: ui: Improve battery symbolsNarr the Reg2022-02-022-35/+56
| |/
* | Merge pull request #7834 from german77/repeatbunnei2022-02-021-0/+1
|\ \
| * | yuzu: Disable auto repeat on hotkeys againNarr the Reg2022-02-021-0/+1
* | | Merge pull request #7807 from german77/moar-buttonsbunnei2022-02-021-0/+4
|\ \ \ | |_|/ |/| |
| * | input_common: Add home and hard touch press buttons to UDP controllersgerman772022-01-301-0/+4
| |/
* | Merge pull request #7833 from lioncash/file-sysMorph2022-02-023-8/+18
|\ \
| * | configure_filesystem: Add missing changeEvent() overrideLioncash2022-02-022-0/+10
| * | configure_filesystem: Normalize member function casingLioncash2022-02-023-8/+8
* | | Merge pull request #7792 from german77/translatebunnei2022-02-021-16/+16
|\ \ \ | |/ / |/| |
| * | hotkeys: Don't translate hotkey buttonsgerman772022-01-281-16/+16
* | | Merge pull request #7831 from lioncash/motionMorph2022-02-011-18/+20
|\ \ \
| * | | configure_motion_touch: Use functor versions of invokeMethodLioncash2022-02-011-18/+20
* | | | configure_input_player: Eliminate variable shadowingLioncash2022-02-011-4/+5
* | | | configure_input_player: std::move input setters in HandleClickLioncash2022-02-011-1/+1
* | | | configure_input_player: Avoid unnecessary ParamPackage copiesLioncash2022-02-011-6/+6
|/ / /
* | / yuzu/game_list: Use non-deprecated version of QString's split() functionLioncash2022-02-011-1/+1
| |/ |/|
* | Merge pull request #7770 from german77/motion-thresholdbunnei2022-01-281-0/+12
|\ \
| * | input_common: Add option to configure gyro thresholdgerman772022-01-241-0/+12
| |/
* | Merge pull request #7769 from german77/no-controlbunnei2022-01-265-3/+27
|\ \
| * | yuzu: Add setting to disable controller navigationgerman772022-01-245-3/+27
| |/
* | Merge pull request #7768 from Moonlacer/fsr-1.0.2bunnei2022-01-261-1/+1
|\ \
| * | Update FSR to 1.0.2Moonlacer2022-01-231-1/+1
| |/
* | Merge pull request #7760 from german77/inverted_keyboardbunnei2022-01-251-25/+34
|\ \ | |/ |/|
| * yuzu: Add modifiers for keyboardNarr the Reg2022-01-221-25/+34
* | Merge pull request #7716 from german77/volumebunnei2022-01-223-26/+16
|\ \
| * | yuzu: Add volume up/down hotkeysgerman772022-01-163-4/+16
| * | yuzu: Remove speed limit hotkeysgerman772022-01-153-24/+2
* | | Merge pull request #7737 from bunnei/fix-dummy-thread-leakbunnei2022-01-221-2/+2
|\ \ \ | |_|/ |/| |
| * | hle: kernel: KThread: Rename thread_type_for_debugging -> thread_type.bunnei2022-01-211-2/+2
* | | Use Default Colorful theme by default outside of Windowsv19932022-01-212-6/+11
|/ /
* | Merge pull request #7725 from german77/mouse_in_motionbunnei2022-01-191-0/+10
|\ \
| * | input_common: Reintroduce motion from mouse and use button namesgerman772022-01-171-0/+10
| |/
* | uisettings: Add enumeration type for themesMorph2022-01-172-3/+17
* | config: Change default theme to Dark Colorfulgidoly2022-01-171-2/+2
|/
* Merge pull request #7690 from Morph1984/increase-file-limit-winbunnei2022-01-141-2/+2
|\
| * yuzu: main: Increase the open file limit on Windows to 8192Morph2022-01-101-2/+2
* | Merge pull request #7633 from german77/hotkeysbunnei2022-01-119-75/+544
|\ \ | |/ |/|
| * yuzu: Add controller hotkeysgerman772022-01-079-75/+544
* | yuzu: Use pad parameter to choose the correct controllergerman772022-01-071-7/+8
* | configure_per_game: Initialize tabs after loading custom configurationlat9nq2022-01-051-15/+9
|/
* Merge pull request #7251 from FernandoS27/shader-dumpbunnei2022-01-042-0/+16
|\
| * ShaderDecompiler: Add a debug option to dump the game's shaders.Fernando Sahmkow2022-01-042-0/+16
* | Merge pull request #7662 from german77/uistatusbunnei2022-01-031-2/+2
|\ \
| * | yuzu: Fix UI elements not updating correctlygerman772022-01-021-2/+2
| |/
* / controller_applet: Only populate supported controllersgerman772022-01-022-53/+68
|/
* core/hid: Fix controller type validationgerman772021-12-302-4/+4
* main: reword inhibit reasonliushuyu2021-12-221-2/+3
* main: fix wake lock in Flatpak ...liushuyu2021-12-223-0/+63
* Merge pull request #7604 from ameerj/fullscreen-render-windowbunnei2021-12-221-25/+16
|\
| * main: Refactor to reduce code duplication in ShowFullscreen()ameerj2021-12-191-25/+16
| * main: Make render window borderless fullscreen toggle on the monitor it resides inameerj2021-12-191-1/+1
* | Merge pull request #7597 from bunnei/remove-global-lockbunnei2021-12-203-9/+0
|\ \ | |/ |/|
| * core: hle: Remove global HLE lock.bunnei2021-12-183-9/+0
* | Merge pull request #7570 from ameerj/favorites-expandedbunnei2021-12-183-7/+17
|\ \ | |/ |/|
| * game_list: Add persistent setting for the favorites row expanded stateameerj2021-12-123-7/+17
* | Merge pull request #7532 from goldenx86/patch-3bunnei2021-12-161-8/+5
|\ \
| * | Suggestions from CrusadingNinjaMatías Locatti2021-12-161-2/+2
| * | Changed linkMatías Locatti2021-12-161-1/+1
| * | main: Update video core popupMatías Locatti2021-12-071-8/+5
* | | yuzu/main: Fix host memory byte units. GB to GiBWunkolo2021-12-151-4/+6
* | | qt_software_keyboard: Fix out of bounds array accessMorph2021-12-141-4/+19
| |/ |/|
* | profiler: Use QWheelEvent position().toPoint()Morph2021-12-081-1/+1
* | Merge pull request #7506 from heinermann/focus_crashMai M2021-12-081-8/+9
|\ \ | |/ |/|
| * Fixed #7502Adam Heinermann2021-12-051-8/+9
* | core/hid: Ensure only valid npad are connectedgerman772021-12-052-70/+64
|/
* Merge pull request #7489 from Morph1984/steady-clockbunnei2021-12-042-4/+4
|\
| * general: Replace high_resolution_clock with steady_clockMorph2021-12-022-4/+4
* | yuzu: Implement basic controller navigationgerman772021-12-029-8/+285
|/
* qt_controller: Make use of (Enable/Disable)AllControllerConfigurationMorph2021-11-301-8/+5
* general: Fix handheld typoMorph2021-11-291-16/+16
* qt_controller: Fix input when the controller applet is ignoredgerman772021-11-291-0/+3
* settings: Add debug setting to enable all controllersgerman772021-11-284-0/+45
* Merge pull request #7255 from german77/krakenFernando S2021-11-2737-2637/+1879
|\
| * config: Remove vibration configurationgerman772021-11-275-100/+0
| * applet/controller: Enable configuring mode while the applet is opengerman772021-11-271-7/+12
| * input_common: Fully implement UDP controllersNarr the Reg2021-11-264-3/+44
| * yuzu: Fix TAS from rebasegerman772021-11-253-9/+11
| * input_common: Move button names to the frontendgerman772021-11-251-3/+83
| * bootmanager: Use cross-platform keyboard inputgerman772021-11-252-38/+57
| * kraken: Address comments from reviewgerman772021-11-252-34/+34
| * core/hid: Improve accuary of mouse implementationgerman772021-11-252-2/+4
| * core/hid: Fully implement native mousegerman772021-11-2510-794/+110
| * input_common: Allow keyboard to be backwards compatiblegerman772021-11-252-14/+9
| * core/hid: Improve accuracy of the keyboard implementationgerman772021-11-253-161/+288
| * core/hid: Remove usage of native types, fix a couple of errors with motiongerman772021-11-252-9/+19
| * settings: Remove includes of core.hgerman772021-11-2510-57/+55
| * service/hid: Remove includes of core.h and settings.hgerman772021-11-254-13/+9
| * UI nitsLevi Behunin2021-11-251-9/+6
| * settings: Fix controller preview not displaying the correct controllergerman772021-11-252-2/+5
| * core/hid: Rename NpadType to NpadStyleIndexgerman772021-11-258-101/+103
| * config: Cleanup and documentationgerman772021-11-253-74/+8
| * second commit lion reviewgerman772021-11-255-4/+7
| * settings: Fix Debug controller type optionsgerman772021-11-254-38/+11
| * kraken: Address comments from reviewgerman772021-11-252-86/+100
| * input_common: Revert deleted TAS functionsgerman772021-11-254-8/+81
| * core/hid: Add TAS inputgerman772021-11-253-12/+1
| * input_common: Fix UDP uuidgerman772021-11-251-1/+5
| * core/hid: Rework battery mappingsgerman772021-11-252-10/+9
| * settings: Fix mouse and keyboard mappingsgerman772021-11-253-93/+61
| * web_applet: Replace HIDButton with NpadButtongerman772021-11-253-36/+44
| * Morph review first wavegerman772021-11-251-1/+1
| * yuzu: Fix loading input profilesgerman772021-11-251-0/+7
| * service/hid: Fix gesture inputgerman772021-11-251-1/+1
| * configuration: Migrate controller settings to emulated controllergerman772021-11-256-112/+98
| * core/hid: Only signal when neededgerman772021-11-251-2/+10
| * hid: Fix controller connection/disconnectiongerman772021-11-253-9/+75
| * kraken: Fix errors from rebase and format filesgerman772021-11-258-24/+54
| * core/hid: Add output devicesgerman772021-11-253-46/+30
| * core: Update input interpretergerman772021-11-251-2/+0
| * yuzu: Update overlay appletgerman772021-11-252-16/+21
| * Qt_applets: Use new inputgerman772021-11-255-49/+68
| * debugger/controller: Remove TASgerman772021-11-252-46/+5
| * yuzu: Update frontendgerman772021-11-2513-1010/+822
| * core: Register HIDgerman772021-11-251-1/+4
| * yuzu: Use new input on main and bootmanagergerman772021-11-253-68/+59
| * input_common: Rewrite keyboardgerman772021-11-255-126/+42
| * core/hid: Move input_interpreter to hidgerman772021-11-251-1/+1
* | Merge pull request #7330 from MightyCreak/simplify-theme-selectionbunnei2021-11-252-25/+27
|\ \ | |/ |/|
| * Replace "Light" theme by "Default"Romain Failliot2021-11-142-25/+27
* | Refactor menu states and shortcuts in GMainWindow. (#7419)Adam Heinermann2021-11-253-237/+175
* | Merge pull request #7404 from Kewlan/per-game-framerate-capbunnei2021-11-243-26/+97
|\ \
| * | configure_general: Allow framerate cap to be used in custom game configsKewlan2021-11-213-26/+97
* | | const fixesAdam Heinermann2021-11-222-3/+3
* | | Apply clang formatAdam Heinermann2021-11-221-1/+0
* | | Added TAS controls to the menu under ToolsAdam Heinermann2021-11-225-57/+153
|/ /
* | Fix screenshot dimensions when at 1x scaleameerj2021-11-201-1/+1
* | Merge pull request #7369 from Morph1984/amd-fsr-statusbarbunnei2021-11-192-6/+6
|\ \
| * | main: Fix default AA nameMorph2021-11-191-4/+4
| * | configure_graphics_ui: AMD's -> AMDMorph2021-11-191-1/+1
| * | main: Shorten AMD FSR status bar textMorph2021-11-191-1/+1
* | | Merge pull request #7342 from goldenx86/patch-3bunnei2021-11-191-2/+2
|\ \ \ | |/ / |/| |
| * | Replace keys error pop upMatías Locatti2021-11-161-2/+2
| |/
* | Merge pull request #7353 from v1993/no-more-epilepsybunnei2021-11-181-1/+1
|\ \
| * | Prevent window flickering when holding EscValeri2021-11-171-1/+1
| |/
* | Merge pull request #7355 from german77/hotkey_spambunnei2021-11-181-0/+2
|\ \
| * | hotkeys: Don't allow hotkeys to spamgerman772021-11-171-0/+2
* | | TextureCache: Add automatic anisotropic filtering and refactor code.Fernando Sahmkow2021-11-161-0/+5
* | | TextureCache: Make a better Anisotropic setter.Fernando Sahmkow2021-11-161-4/+4
* | | configure_graphics.ui: Cleanup scaling options and fix duplicate name warningameerj2021-11-161-5/+5
* | | Yuzu UI: Add button for Anti AliasFernando Sahmkow2021-11-162-0/+44
* | | Frontend: Add anti-aliasing method settingMarshall Mohror2021-11-164-0/+69
* | | QtGUI: Add buttton to toggle the filter.FernandoS272021-11-163-1/+59
* | | VideoCore: Add gaussian filtering.FernandoS272021-11-161-0/+5
* | | VideoCore: Add more rescaling option.FernandoS272021-11-161-3/+18
* | | Presentation: add Nearest Neighbor filter.Fernando Sahmkow2021-11-161-1/+6
* | | vulkan: Implement FidelityFX Super ResolutionMarshall Mohror2021-11-161-0/+5
* | | yuzu: Fix build errorsameerj2021-11-161-1/+1
* | | video_core,yuzu: Move UpdateRescalingInfo call to video_corelat9nq2021-11-162-5/+0
* | | bootmanager: Fix screenshot resolution factor usageameerj2021-11-165-10/+6
* | | Renderer: Implement Bicubic and ScaleForce filters.Fernando Sahmkow2021-11-164-6/+71
* | | main: Add resolution scale label in the status barMorph2021-11-162-2/+12
* | | TextureCache: Modify Viewports/Scissors according to Rescale.Fernando Sahmkow2021-11-161-0/+4
* | | Settings: Add resolution scaling to settings.Fernando Sahmkow2021-11-164-1/+95
| |/ |/|
* | Merge pull request #7272 from behunin/the-courteous-loggerbunnei2021-11-131-0/+2
|\ \ | |/ |/|
| * Refactor Logging ImplLevi Behunin2021-11-021-0/+2
* | applets/swkbd: Skip text checking if the text has been confirmedMorph2021-11-084-13/+15
* | general: Get the current process program id directly from the systemMorph2021-11-042-4/+3
* | general: Rename GetTitleID to GetProgramIDMorph2021-11-042-3/+3
|/
* Merge pull request #7246 from german77/userimagebunnei2021-10-311-0/+11
|\
| * profile_manager: Resize any image bigger than 256pgerman772021-10-301-0/+11
* | Merge pull request #6702 from lat9nq/disable-screensaverbunnei2021-10-302-1/+23
|\ \
| * | yuzu qt: Disable the screensaver with SDL2lat9nq2021-10-302-1/+23
* | | Merge pull request #7223 from Moonlacer/geometry_property_removalAmeer J2021-10-292-9/+1
|\ \ \ | |/ / |/| |
| * | Geometry property removal and rewordingMoonlacer2021-10-262-9/+1
| |/
* | Merge pull request #7186 from MightyCreak/fix-crash-configure-windowAmeer J2021-10-271-2/+5
|\ \ | |/ |/|
| * ui: fix crash when closing configure windowRomain Failliot2021-10-151-2/+5
* | Merge pull request #7197 from Moonlacer/tas_help_linkbunnei2021-10-201-2/+2
|\ \
| * | add_linkMoonlacer2021-10-171-2/+2
* | | Merge pull request #7198 from ameerj/settings-chronobunnei2021-10-192-11/+6
|\ \ \
| * | | settings: Remove std::chrono usageameerj2021-10-172-11/+6
| |/ /
* | | Merge pull request #7195 from MightyCreak/fix-warning-typoMai M2021-10-171-1/+1
|\ \ \ | |/ / |/| |
| * | main: fix typo in warning messageRomain Failliot2021-10-161-1/+1
| |/
* | main: Add missing make_unique for uiMorph2021-10-161-1/+1
* | qt_web_browser: Add missing QApplication includeMorph2021-10-161-0/+1
* | bootmanager: Forward declare System and SystemResultStatusMorph2021-10-151-1/+5
* | yuzu: Construct system in GMainWindowMorph2021-10-152-81/+83
* | core: Move ResultStatus outside of SystemMorph2021-10-154-16/+16
* | Merge pull request #7174 from MightyCreak/hide-cursor-by-defaultMai M2021-10-151-1/+1
|\ \
| * | Hide mouse cursor by defaultRomain Failliot2021-10-151-1/+1
| |/
* | Merge pull request #7185 from Morph1984/make_unique_uiMai M2021-10-1515-151/+157
|\ \
| * | main: Use std::unique_ptr for uiMorph2021-10-152-137/+142
| * | configuration: Use std::make_unique instead of operator new for uiMorph2021-10-1513-14/+15
| |/
* / main: Slightly refactor NCA entry installation in InstallNCA (#7181)Creak2021-10-151-8/+6
|/
* settings_ui: Better NVDEC Description For Each Video Rendering Option (#7165)Moonlacer2021-10-151-3/+3
* Merge pull request #6774 from lat9nq/remove-global-yuzuMorph2021-10-1475-655/+717
|\
| * discord_impl: Remove global system instanceslat9nq2021-10-073-6/+13
| * game_list: Remove global instances of Core::Systemlat9nq2021-10-075-13/+19
| * configuration: Add const qualifier where ablelat9nq2021-10-0718-31/+28
| * yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq2021-10-0769-636/+688
* | Merge pull request #7158 from ameerj/window-900pbunnei2021-10-133-36/+53
|\ \
| * | main: Add option to reset window size to 900pameerj2021-10-113-36/+53
* | | Merge pull request #7147 from behunin/patch-1Ameer J2021-10-121-8/+0
|\ \ \
| * | | Update configure_tas.uiLevi Behunin2021-10-081-8/+0
| |/ /
* | | Create local variables for mouse and wheel positionsRomain Failliot2021-10-121-5/+9
* | | Fix a few warningsRomain Failliot2021-10-123-6/+5
|/ /
* / service: Reduce header include overheadMorph2021-10-071-1/+1
|/
* Merge pull request #7090 from Moonlacer/tas_spacing_additionbunnei2021-10-062-146/+188
|\
| * configure_tas: Remove help button from dialog windowMoonlacer2021-09-291-0/+1
| * configure_tas: Ensure dialog buttons always stay at the bottomMoonlacer2021-09-291-146/+187
* | Merge pull request #7111 from lat9nq/no-title-bar-versionbunnei2021-10-031-2/+7
|\ \
| * | main: Don't add an extra separator when the title version is absentlat9nq2021-10-011-2/+7
* | | yuzu: main: Register a callback for ExitMorph2021-10-024-0/+17
* | | Merge pull request #7102 from Morph1984/remove-boxcatbunnei2021-10-025-216/+0
|\ \ \
| * | | CMakeLists: Remove BoxCat build optionMorph2021-09-291-4/+0
| * | | settings: Remove BCAT settingsMorph2021-09-291-4/+0
| * | | configure_network: Remove BCATMorph2021-09-293-208/+0
| | |/ | |/|
* | | Merge pull request #7075 from v1993/power-of-teabunnei2021-10-011-0/+3
|\ \ \ | |_|/ |/| |
| * | Use subdirectory of main data directory for QtWebEngine storagev19932021-09-231-0/+3
* | | style: Remove extra space preceding the :: operatorMorph2021-09-291-1/+1
| |/ |/|
* | Merge pull request #7042 from v1993/patch-7Ameer J2021-09-282-0/+8
|\ \
| * | If not on Windows, disable raw inputValeri2021-09-181-0/+4
| * | Hide XInput bypass on non-Windows OSesValeri2021-09-181-0/+4
* | | Merge pull request #7068 from behunin/patch-3bunnei2021-09-241-121/+60
|\ \ \ | |_|/ |/| |
| * | Clean-up and nitsLevi Behunin2021-09-221-121/+60
* | | Clean-upLevi Behunin2021-09-211-44/+14
* | | Tas configure ui nitsLevi Behunin2021-09-191-4/+4
|/ /
* | UI: Relocate tas menu and add brief descriptiongerman772021-09-187-13/+65
* | input_common/tas: new update methodgerman772021-09-185-17/+4
* | input_common/tas: Document the main classgerman772021-09-184-41/+37
* | input_common/tas: Add swap controllergerman772021-09-184-20/+24
* | input_common/tas: overwrite file dialoggerman772021-09-181-1/+10
* | input_common/tas: Fallback to simple updateMonsterDruide12021-09-185-20/+24
* | config: Move TAS options to it's own menugerman772021-09-1812-88/+318
* | core: Hacky TAS syncing & load pausingMonsterDruide12021-09-182-7/+22
* | main: TAS Playback state labelMonsterDruide12021-09-182-0/+10
* | settings: File selector & other settingsMonsterDruide12021-09-186-2/+97
* | input_common/tas: Base playback & recording systemMonsterDruide12021-09-186-9/+89
* | Merge pull request #7020 from Moonlacer/remove_audio_stretchingbunnei2021-09-184-23/+0
|\ \ | |/ |/|
| * fix_clang_errorMoonlacer2021-09-161-1/+0
| * remove-audio-stretching-settingMoonlacer2021-09-164-22/+0
* | Merge pull request #6950 from german77/multiplaybunnei2021-09-184-1/+22
|\ \ | |/ |/|
| * input_common: Enable steam controllers and 8 player supportgerman772021-09-104-1/+22
* | main: Apply confirm exit setting in exit locked scenariosameerj2021-09-121-11/+9
* | Merge pull request #6846 from ameerj/nvdec-gpu-decodeFernando S2021-09-115-16/+86
|\ \
| * | configure_graphics: Add GPU nvdec decoding as an optionameerj2021-08-165-16/+86
* | | Merge pull request #6977 from Moonlacer/masterAmeer J2021-09-072-3/+3
|\ \ \
| * | | Second part of Golden's PRMoonlacer2021-09-062-3/+3
| | |/ | |/|
* / | Rename all shader cache references to pipeline cacheMatías Locatti2021-09-061-4/+4
|/ /
* | Garbage Collection: enable as default, eliminate option.Fernando Sahmkow2021-08-284-19/+0
* | logging: Fix log filter during initializationameerj2021-08-241-1/+1
* | Merge pull request #6912 from lioncash/pluralbunnei2021-08-241-1/+8
|\ \
| * | CMakeLists: Ensure proper numerusform tags are generated for pluralized translationsLioncash2021-08-221-1/+8
* | | Merge pull request #6869 from yzct12345/shiny-logs-in-the-fireplacebunnei2021-08-232-24/+6
|\ \ \
| * | | logging: Simplify and make thread-safeyzct123452021-08-132-24/+6
| | |/ | |/|
* | | Replace QPoint with QPointF where applicableValeri2021-08-191-16/+18
* | | qt_software_keyboard: fix copy-paste errorValeri2021-08-191-1/+1
* | | configuration: fix mingw-w64 buildSönke Holz2021-08-131-2/+2
* | | configuration: move network_interface include to source fileSönke Holz2021-08-132-2/+1
* | | configuration: use tr instead of QStringLiteral for "None" item inSönke Holz2021-08-131-1/+1
* | | Merge branch 'yuzu-emu:master' into fix-lan-playspholz2021-08-126-63/+91
|\| |
| * | Merge pull request #6837 from german77/no-pause-screenshotAmeer J2021-08-101-5/+2
| |\ \
| | * | main: Avoid stopping emulation when taking a screenshotgerman772021-08-071-5/+2
| * | | Merge pull request #6839 from ameerj/frame-cap-positonbunnei2021-08-091-30/+30
| |\ \ \
| | * | | configure_general: Swap positions of speed limit and frame limit optionsameerj2021-08-081-30/+30
| | |/ /
| * | | Merge pull request #6698 from german77/SDL_QoLbunnei2021-08-081-5/+8
| |\ \ \
| | * | | input_common: Improve SDL joystick and hide toggle optiongerman772021-08-081-5/+8
| | |/ /
| * | | Merge pull request #6817 from gidoly/patch-1bunnei2021-08-081-2/+5
| |\ \ \ | | |/ / | |/| |
| | * | Update configure_graphics_advanced.uigidoly2021-08-051-2/+5
| * | | Merge pull request #6815 from german77/ui_improvementsbunnei2021-08-072-21/+46
| |\ \ \ | | |/ / | |/| |
| | * | settings_ui: Add emulated joystick position dot to controller previewgerman772021-08-042-21/+46
* | | | configuration: add option to select network interfacespholz2021-08-128-52/+89
|/ / /
* | | config: Only read/write current_user on global configlat9nq2021-08-031-5/+6
* | | game_list: Make game list folder icons smaller (#6762)Malte Jürgens2021-08-016-28/+70
* | | Merge pull request #6720 from ameerj/vk-screenshotFernando S2021-08-011-2/+2
|\ \ \
| * | | renderers: Add explicit invert_y bool to screenshot callbackameerj2021-07-291-2/+2
| | |/ | |/|
* | | Merge pull request #6752 from Morph1984/pt-brbunnei2021-07-301-0/+5
|\ \ \
| * | | configure_system: Add Brazilian Portuguese to the list of languagesMorph2021-07-301-0/+5
| | |/ | |/|
* | | Merge pull request #6759 from ReinUsesLisp/pipeline-statisticsbunnei2021-07-303-5/+23
|\ \ \ | |/ / |/| |
| * | renderer_vulkan: Add setting to log pipeline statisticsReinUsesLisp2021-07-283-5/+23
| |/
* | Merge pull request #6700 from lat9nq/fullscreen-enumbunnei2021-07-288-58/+30
|\ \
| * \ Merge branch 'master' into fullscreen-enumlat9nq2021-07-2515-167/+326
| |\ \
| * | | configuration: Use combobox apply template where possiblelat9nq2021-07-232-35/+2
| * | | general: Implement FullscreenMode enumerationlat9nq2021-07-236-23/+28
* | | | qt_web_browser: Fix lambda capture for HIDButtonjls472021-07-271-1/+1
* | | | qt_web_browser: Focus on the first link elementjls472021-07-273-0/+22
| |_|/ |/| |
* | | Merge pull request #6696 from ameerj/speed-limit-renamebunnei2021-07-275-39/+39
|\ \ \
| * | | general: Rename "Frame Limit" references to "Speed Limit"ameerj2021-07-245-39/+39
| |/ /
* | | configure_graphics: reword GLASM optionVamsi Krishna2021-07-261-1/+1
* | | Merge pull request #6697 from ameerj/fps-capbunnei2021-07-264-1/+37
|\ \ \ | |_|/ |/| |
| * | config, nvflinger: Add FPS cap settingameerj2021-07-244-1/+37
| |/
* | Merge pull request #6575 from FernandoS27/new_settingsbunnei2021-07-252-39/+45
|\ \
| * | Update src/yuzu/main.cppFernando S2021-07-091-2/+2
| * | Settings: Eliminate ASYNC & MULTICORE Toggles and add GPU Accuracy Toggle.Fernando Sahmkow2021-07-092-39/+45
* | | Merge pull request #6709 from ameerj/screenshot-pathMorph2021-07-251-1/+1
|\ \ \
| * | | main: Fix screenshot filepath constructionameerj2021-07-251-1/+1
| | |/ | |/|
* | | qt: Remove "experimental" from asynchronous shader building UIReinUsesLisp2021-07-231-1/+1
* | | main: Update Shader Cache menu optionsameerj2021-07-234-16/+64
* | | configure_graphics: Mark SPIR-V as Experimental, Mesa onlylat9nq2021-07-231-1/+1
* | | configure_graphics: Re-order vulkan device populatinglat9nq2021-07-231-4/+4
* | | general: Add setting shader_backendlat9nq2021-07-238-74/+160
* | | shader: Add shader loop safety check settingslat9nq2021-07-233-0/+38
* | | main: Fix Open Transferable Shader Cache context itemameerj2021-07-231-25/+5
* | | vk_pipeline_cache,shader_notify: Add shader notificationsReinUsesLisp2021-07-231-6/+6
* | | shader: Adhere to disk shader cache settingameerj2021-07-231-6/+7
|/ /
* | Merge pull request #6654 from german77/custom_thresholdbunnei2021-07-222-0/+88
|\ \
| * | configure/ui: Add sliders for trigger buttonsgerman772021-07-172-0/+78
| * | input_common: Make button threshold customizablegerman772021-07-161-0/+10
* | | Merge pull request #6649 from german77/toggle_sdlbunnei2021-07-211-1/+2
|\ \ \
| * | | input_common: Support SDL toggle buttonsgerman772021-07-151-1/+2
* | | | bootmanager: Create a dummy render widgetMorph2021-07-201-0/+6
* | | | file_sys: Support load game collection (#6582)Feng Chen2021-07-205-25/+55
* | | | Merge pull request #6659 from german77/mouse_panningAmeer J2021-07-171-3/+6
|\ \ \ \
| * | | | input_common: Fix mouse panning behaivourgerman772021-07-171-3/+6
| | |/ / | |/| |
* / | | configure_audio: Fix volume clamping to 0Morph2021-07-161-6/+6
|/ / /
* | | Merge pull request #6579 from ameerj/float-settingsbunnei2021-07-164-50/+21
|\ \ \ | |/ / |/| |
| * | configure_input: Use u8 for mouse sensitivityameerj2021-07-091-9/+6
| * | config: Remove float {Read,Write}Setting variantsameerj2021-07-091-25/+0
| * | configure_graphics: Use u8 for bg_color valuesameerj2021-07-091-9/+9
| * | configure_audio: Use u8 for volume valueameerj2021-07-091-7/+6
| |/
* | applets: Append qt_ prefix to Qt frontend appletsMorph2021-07-1415-25/+26
* | Merge pull request #6574 from lioncash/i18nbunnei2021-07-131-2/+4
|\ \
| * | qt/main: Make title string more i18n-friendlyLioncash2021-07-081-2/+4
| |/
* | Merge pull request #6576 from ameerj/unlock-fps-settingMorph2021-07-115-28/+9
|\ \
| * | settings: Disable FPS unlimit setting between title launchesameerj2021-07-105-28/+9
| |/
* | Merge pull request #6573 from lat9nq/cpu-settings-cleanup-2Fernando S2021-07-0914-131/+255
|\ \
| * | settings, arm_dynarmic, yuzu qt: Move CPU debugging optionlat9nq2021-07-0814-128/+240
| * | settings, yuzu qt: Add migration code for CPU accuracylat9nq2021-07-081-1/+8
| * | core,common,yuzu qt: Add CPU accuracy option 'Auto'lat9nq2021-07-081-4/+9
| |/
* / yuzu qt: config: Only save renderer_debug as a global settinglat9nq2021-07-091-2/+8
|/
* Merge pull request #6539 from lat9nq/default-settingAmeer J2021-07-0818-529/+508
|\
| * general: Code formatting improvementslat9nq2021-07-081-16/+20
| * config: Read UISettings as basic settingslat9nq2021-07-021-30/+19
| * yuzu qt: Make most UISettings a BasicSettinglat9nq2021-06-2911-87/+98
| * general: Make most settings a BasicSettinglat9nq2021-06-2812-389/+391
| * configuration: Defer to common/settings for per-game settings defaultslat9nq2021-06-262-127/+100
* | profiler: Fix deprecated functionsgerman772021-07-051-4/+5
* | Merge pull request #6471 from lat9nq/dump-as-modMorph2021-06-294-8/+25
|\ \
| * | patch_manager: Do not apply LayeredFS mods when dumpingMorph2021-06-281-1/+2
| * | yuzu qt: Add option to dump to SDMC directorylat9nq2021-06-284-7/+23
* | | Merge pull request #6502 from ameerj/vendor-titleMorph2021-06-282-6/+9
|\ \ \ | |/ / |/| |
| * | video_core: Add GPU vendor name to window title barameerj2021-06-212-6/+9
* | | main: Display the instruction set of the running title in the window nameameerj2021-06-281-0/+3
| |/ |/|
* | Merge pull request #6517 from lioncash/fmtlibbunnei2021-06-242-3/+6
|\ \
| * | General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableLioncash2021-06-232-3/+6
* | | Merge pull request #6465 from FernandoS27/sex-on-the-beachMai M2021-06-234-0/+19
|\ \ \ | |/ / |/| |
| * | Reaper: Upgrade label from unsafe to experimental as no regressions are known now.Fernando Sahmkow2021-06-201-1/+1
| * | Reaper: Change memory restrictions on TC depending on host memory on VK.Fernando Sahmkow2021-06-171-1/+1
| * | Reaper: Address Feedback.Fernando Sahmkow2021-06-161-1/+1
| * | Reaper: Setup settings and final tuning.Fernando Sahmkow2021-06-164-0/+19
| |/
* | Merge pull request #6508 from ReinUsesLisp/bootmanager-stop-tokenMai M2021-06-232-9/+9
|\ \
| * | bootmanager: Use std::stop_source for stopping emulationReinUsesLisp2021-06-222-9/+9
* | | Simple resizing of the Per-Game configuration window and removal of useless Help question mark button in the title barOZtistic2021-06-232-1/+8
* | | common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph2021-06-222-14/+14
|/ /
* | Merge pull request #6499 from FernandoS27/we-were-on-a-breakbunnei2021-06-214-0/+26
|\ \
| * | Update dynarmic and add new unsafe CPU option.Fernando Sahmkow2021-06-204-0/+26
| |/
* | config: Add frame limiter toggle hotkeyameerj2021-06-173-3/+8
* | nvflinger: Add toggle to disable buffer swap interval limitsameerj2021-06-174-0/+29
|/
* Merge pull request #6464 from ameerj/disable-astcbunnei2021-06-164-0/+17
|\
| * configure_graphics: Add Accelerate ASTC decoding settingameerj2021-06-164-0/+17
* | fsp_srv: Fix filesystem access loggingMorph2021-06-163-4/+20
|/
* configure_cpu_debug: Clarify settings behaviorMorph2021-06-131-1/+1
* Merge pull request #6451 from Morph1984/check-disk-space-dumpbunnei2021-06-111-0/+12
|\
| * yuzu: main: Ensure enough space is available for RomFS dumpingMorph2021-06-111-0/+12
* | General: Add settings for fastmem and disabling adress space check.FernandoS272021-06-116-0/+46
|/
* Merge pull request #6413 from Kewlan/limitable_input_dialog_limitbunnei2021-06-093-5/+48
|\
| * limitable_input_dialog: Implement character limiterKewlan2021-06-063-5/+48
* | configure_ui: Add translation context for file-scope stringsLioncash2021-06-091-13/+27
* | yuzu qt: Start games from context menulat9nq2021-06-084-3/+23
|/
* Merge pull request #6362 from lat9nq/reset-to-defaultsbunnei2021-06-056-3/+122
|\
| * yuzu qt: Use lambda and std::function for reset callbacklat9nq2021-06-014-19/+17
| * yuzu: Add settings reset button to general configurationlat9nq2021-06-018-23/+111
| * configuration: Initial work to reset all settingsfearlessTobi2021-06-016-0/+33
* | Merge pull request #6392 from german77/controller-widgetbunnei2021-06-043-2/+25
|\ \
| * | settings: Disable controller preview if controller is not activegerman772021-05-303-2/+25
* | | [game_list] Correct light theme loading (#6408)Maide2021-06-041-5/+1
* | | Merge pull request #6402 from Kelebek1/UIbunnei2021-06-032-34/+17
|\ \ \
| * | | Stop the columns resizing on NAND installKelebek12021-06-022-34/+17
* | | | Merge pull request #6404 from lat9nq/revert_viewsbunnei2021-06-037-18/+27
|\ \ \ \
| * | | | yuzu qt: Revert some usages of string_viewlat9nq2021-06-037-18/+27
| |/ / /
* | | | Merge pull request #6403 from Kewlan/game-list-for-loop-optimizationbunnei2021-06-031-9/+6
|\ \ \ \ | |/ / / |/| | |
| * | | game_list: Minor for loop optimizationsKewlan2021-06-021-9/+6
| | |/ | |/|
* | | Merge pull request #6361 from lat9nq/per-hb-cfgbunnei2021-06-028-22/+35
|\ \ \ | |/ / |/| |
| * | yuzu qt: Restore const qualifierslat9nq2021-05-262-23/+12
| * | yuzu qt: Handle per-game configs for title id 0lat9nq2021-05-268-22/+46
* | | applets/swkbd: Make use of std::move where applicableMorph2021-05-281-14/+11
| |/ |/|
* | Merge pull request #6346 from lat9nq/apply-config-pgcAmeer J2021-05-276-18/+57
|\ \
| * | yuzu qt: Add an Apply button to configuration dialogslat9nq2021-05-256-18/+57
* | | cmake: Download Qt binaries on Linux if neededlat9nq2021-05-261-2/+11
* | | Merge pull request #6339 from Morph1984/swkbd-queuedconnectionbunnei2021-05-261-15/+3
|\ \ \ | |_|/ |/| |
| * | applets/swkbd: Make use of QueuedConnection in returnPressed signalMorph2021-05-221-15/+3
* | | common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-2614-267/+289
* | | Merge pull request #6349 from german77/suppress_config_warningbunnei2021-05-261-3/+3
|\ \ \
| * | | settings: Suppress duplicate label name warninggerman772021-05-231-3/+3
| |/ /
* / / settings: Forbid docked mode on handheldgerman772021-05-243-4/+24
|/ /
* | Merge pull request #6333 from Morph1984/swkbd-confirm-textbunnei2021-05-211-8/+8
|\ \ | |/ |/|
| * applets/swkbd: Send the correct text string on TextCheck::ConfirmMorph2021-05-191-8/+8
* | Merge pull request #6321 from lat9nq/per-game-cpubunnei2021-05-2114-281/+264
|\ \ | |/ |/|
| * configure_cpu: Simplify UpdateGrouplat9nq2021-05-201-7/+4
| * configuration_shared: Drop unused function and template anotherlat9nq2021-05-192-52/+7
| * general: Demote custom_rtc to regular settinglat9nq2021-05-172-52/+25
| * configuration: Add CPU tab to game propertieslat9nq2021-05-1612-88/+175
| * configuration: Simplify applying per-game settingslat9nq2021-05-166-112/+69
| * configuration_shared: Add some commentslat9nq2021-05-161-6/+14
| * general: Make CPU accuracy and related a Settings::Settinglat9nq2021-05-163-26/+32
* | Merge pull request #6317 from ameerj/fps-fixbunnei2021-05-191-2/+2
|\ \
| * | perf_stats: Rework FPS counter to be more accurateameerj2021-05-161-2/+2
| |/
* | configure_debug: FIx duplicate labelsMorph2021-05-171-5/+5
* | yuzu/main: Fix version info in logging and about dialogMorph2021-05-173-14/+17
* | main: Prevent installing base titles into NANDMorph2021-05-162-3/+20
* | Merge pull request #6316 from ameerj/title-fixbunnei2021-05-161-11/+6
|\ \
| * | main: Add title's version to window name on EA/mainlineameerj2021-05-151-11/+6
| |/
* / input_common: Implement SDL motiongerman772021-05-151-0/+8
|/
* configure_ui: Call RequestGameListUpdate when toggling "Show Add-Ons Column"Kewlan2021-05-101-0/+1
* hle: kernel: Migrate to KHandleTable.bunnei2021-05-062-4/+5
* hle: kernel: Rename Process to KProcess.bunnei2021-05-063-3/+3
* hle: kernel: Remove deprecated Object class.bunnei2021-05-062-16/+19
* hle: kernel: HandleTable: Remove deprecated APIs.bunnei2021-05-062-5/+5
* hle: kernel: Migrate KProcess to KAutoObject.bunnei2021-05-061-1/+1
* hle: kernel: Migrate more of KThread to KAutoObject.bunnei2021-05-061-5/+7
* input_common: Release mouse buttons on out of focusgerman772021-05-031-0/+2
* Merge pull request #6263 from Kewlan/folder-swap-expand-stateMorph2021-05-021-2/+4
|\
| * game_list: Fix dir move up/down expand stateKewlan2021-04-301-2/+4
* | Merge pull request #6261 from Kewlan/game-list-filter-fixbunnei2021-05-012-5/+6
|\ \
| * | game_list: Update filter results when removing directoriesKewlan2021-04-302-5/+6
* | | Merge pull request #6257 from Morph1984/fix-use-after-free-webappletbunnei2021-04-304-19/+21
|\ \ \ | |_|/ |/| |
| * | applets/web: Fix a use-after-free when passing in the URL stringMorph2021-04-284-19/+21
* | | yuzu: config: Silence narrowing conversion warning on MSVCMorph2021-04-291-2/+1
| |/ |/|
* | yuzu: main: Silence type conversion warning on MSVCMorph2021-04-281-1/+1
|/
* Merge pull request #6236 from Morph1984/swkbd-button-hint-scalingbunnei2021-04-261-12/+6
|\
| * applets/swkbd: Fix software keyboard button hint scalingIts-Rei2021-04-241-12/+6
* | Merge pull request #6198 from Kewlan/favorite-gamesbunnei2021-04-265-5/+144
|\ \
| * | game_list: Mark games as favorite to make them appear at the top.Kewlan2021-04-155-5/+144
* | | config: Add new keyboard bindingsMorph2021-04-251-9/+10
| |/ |/|
* | applets/swkbd: Implement the Qt Software Keyboard frontendMorph2021-04-156-14/+5518
* | error: Make the error code as the title text of the OverlayDialogMorph2021-04-154-15/+17
* | overlay_dialog: Add an overlay text dialog that accepts controller inputMorph2021-04-155-1/+768
* | main: Move meta type registration into its own functionMorph2021-04-152-9/+65
* | applets: Remove the previous software keyboard applet implementationMorph2021-04-154-212/+7
* | Merge pull request #6199 from lioncash/log-nsbunnei2021-04-153-8/+10
|\ \
| * | common/log: Move Log namespace into the Common namespaceLioncash2021-04-153-8/+10
* | | Merge pull request #6196 from bunnei/asserts-settingbunnei2021-04-1533-42/+54
|\ \ \ | |_|/ |/| |
| * | common: Move settings to common from core.bunnei2021-04-1532-42/+42
| * | core: settings: Add setting for debug assertions and disable by default.bunnei2021-04-153-0/+12
| |/
* / applets/controller: Hook up the "Motion" button functionalityMorph2021-04-132-0/+19
|/
* Merge pull request #6135 from Morph1984/borderless-windowed-fullscreenbunnei2021-04-124-9/+119
|\
| * config: Default to exclusive fullscreen mode on platforms other than WindowsMorph2021-04-061-0/+12
| * configure_graphics: Add Borderless Windowed fullscreen modeMorph2021-04-064-9/+107
* | Merge pull request #6062 from ameerj/auto-stubbunnei2021-04-093-0/+25
|\ \ | |/ |/|
| * configuration: Add auto stub toggle that resets on bootameerj2021-03-303-0/+25
* | configure_graphics: Prevent stack-use-after-scopelat9nq2021-04-041-1/+1
* | Use a single connection for UDP server, make connection test longer and check all pads instead of only the first onegerman772021-03-312-7/+5
* | yuzu/main: Add user command line argumentgerman772021-03-271-0/+28
|/
* Fix cancelation of choose directory dialogivan-boikov2021-03-201-1/+4
* Merge pull request #5327 from AniLeo/masterbunnei2021-03-121-0/+9
|\
| * qt: Set DISPLAY env var when not presentAni2021-03-071-0/+9
* | Merge pull request #6040 from german77/toggleKeyboardbunnei2021-03-112-4/+25
|\ \
| * | Enable mouse toggle buttonsgerman772021-03-061-1/+2
| * | Add toggle button option for normal buttonsgerman2021-03-061-0/+5
| * | Enable button toggle for keyboard in the modifier buttongerman2021-03-062-3/+18
* | | Merge pull request #5990 from german77/mousePanningV2bunnei2021-03-085-14/+46
|\ \ \ | |/ / |/| |
| * | inputCommon: Mouse fixesgerman772021-02-285-14/+46
* | | Merge pull request #6004 from german77/udprandombunnei2021-03-042-6/+4
|\ \ \
| * | | inputCommon: Use an unique client id for each socket instancegerman2021-03-012-6/+4
| |/ /
* / / Fix default bcat_backend initKelebek12021-03-021-2/+2
|/ /
* | Merge pull request #4298 from FearlessTobi/remove-cache-settingbunnei2021-02-164-54/+1
|\ \
| * | yuzu/configure_filesystem: Remove "Select Cache Directory" optionFearlessTobi2021-01-044-54/+1
* | | Merge pull request #4940 from german77/nativeGCbunnei2021-02-154-5/+119
|\ \ \
| * | | Use GC imagegerman2021-02-091-0/+3
| * | | hid: Implement GC controllergerman2021-02-083-5/+116
* | | | debugger: controller: Add access keylat9nq2021-02-141-1/+1
* | | | yuzu: Various frontend improvements to avoid crashes and improve experience on Linux.bunnei2021-02-144-10/+14
* | | | Merge pull request #5915 from lat9nq/screenshots-dir-fixLC2021-02-131-0/+5
|\ \ \ \
| * | | | yuzu: Create screenshot path before capturelat9nq2021-02-121-0/+5
* | | | | config: Make high GPU accuracy the defaultReinUsesLisp2021-02-131-2/+2
* | | | | yuzu/config: Disable assembly shaders by defaultReinUsesLisp2021-02-131-2/+2
* | | | | vulkan_wrapper: Pull Windows symbolsReinUsesLisp2021-02-131-0/+3
* | | | | gpu: Report renderer errors with exceptionsReinUsesLisp2021-02-132-4/+17
|/ / / /
* | | | Merge pull request #5869 from german77/mousePanningbunnei2021-02-116-32/+105
|\ \ \ \
| * | | | Add mouse panninggerman2021-02-086-32/+105
* | | | | Merge pull request #5893 from lioncash/inputbunnei2021-02-102-113/+131
|\ \ \ \ \
| * | | | | configure_input_player_widget: Reduce duplication of array accessors where applicableLioncash2021-02-091-108/+125
| * | | | | configure_input_player_widget: Avoid nontrivial copies where applicableLioncash2021-02-092-5/+6
* | | | | | configure_input_player_widget: Silence unused variable warningslat9nq2021-02-101-7/+0
|/ / / / /
* | / / / Settings: Add depth to Joysticks on Pro Controller preview (#5894)Jatoxo2021-02-092-6/+30
| |/ / / |/| | |
* | | | Merge pull request #5339 from german77/interactivebunnei2021-02-0810-75/+3098
|\ \ \ \
| * | | | Add GC controller animationgerman2021-02-072-52/+429
| * | | | Refresh debug controller settingsgerman2021-02-064-10/+18
| * | | | Refresh controller only when necessarygerman2021-02-062-15/+37
| * | | | Add SL SR vectors, change dual joycon view, add missing raw data from keyboard/mousegerman2021-02-062-178/+233
| * | | | Add controller window and single joycon top viewgerman2021-02-067-29/+391
| * | | | Replace text with vectorsgerman2021-02-062-77/+306
| * | | | Make settings controller image change with controller inputgerman2021-02-066-75/+2045
| |/ / /
* / / / renderer_opengl: Update OpenGL backend version requirement to 4.6Morph2021-02-071-22/+9
|/ / /
* | | Merge pull request #5326 from german77/hidUpdate1bunnei2021-02-061-1/+1
|\ \ \
| * | | Fix npad struct to match switchbrewgerman2021-02-041-1/+1
* | | | hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei2021-02-052-5/+5
* | | | Always update handheld configgerman2021-02-041-4/+2
|/ / /
* | | Merge pull request #5841 from german77/usernamebunnei2021-02-031-1/+1
|\ \ \
| * | | Avoid overwritting usernamegerman2021-01-281-1/+1
* | | | Merge pull request #5779 from bunnei/kthread-rewritebunnei2021-01-303-44/+29
|\ \ \ \
| * | | | yuzu: debugger: Ignore HLE threads.bunnei2021-01-291-2/+8
| * | | | hle: kernel: Allocate a dummy KThread for each host thread, and use it for scheduling.bunnei2021-01-291-2/+0
| * | | | hle: kernel: Recode implementation of KThread to be more accurate.bunnei2021-01-291-16/+8
| * | | | hle: kernel: KThread: Clean up thread priorities.bunnei2021-01-291-8/+3
| * | | | hle: kernel: KThread: Remove thread types that do not exist.bunnei2021-01-291-8/+2
| * | | | core: hle: kernel: Rename Thread to KThread.bunnei2021-01-292-17/+17
| |/ / /
* | | | Merge pull request #5805 from german77/HandheldFixbunnei2021-01-302-15/+37
|\ \ \ \ | |/ / / |/| | |
| * | | Fix connect and disconnect controller eventsgerman2021-01-242-15/+37
* | | | Merge pull request #5778 from ReinUsesLisp/shader-dirbunnei2021-01-271-0/+3
|\ \ \ \
| * | | | renderer_opengl: Avoid precompiled cache and force NV GL cache directoryReinUsesLisp2021-01-211-0/+3
* | | | | Merge pull request #5270 from german77/multiTouchbunnei2021-01-217-105/+80
|\ \ \ \ \
| * | | | | Always initialize keyboard inputgerman2021-01-151-3/+4
| * | | | | Add mutitouch support for touch screensgerman2021-01-152-20/+61
| * | | | | Allow to return up to 16 touch inputs per enginegerman2021-01-151-1/+2
| * | | | | Allow all touch inputs at the same time and remove config options that are not longer necesarygerman2021-01-155-84/+16
* | | | | | Merge pull request #5743 from german77/HandheldFixbunnei2021-01-212-1/+12
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Always update configuration for handheldgerman2021-01-181-0/+10
| * | | | Fix player 1 default connected valuegerman2021-01-171-1/+2
| |/ / /
* | | | Merge pull request #5755 from FearlessTobi/port-5344bunnei2021-01-192-28/+32
|\ \ \ \
| * | | | game_list: Fix folder reorderingFearlessTobi2021-01-182-28/+32
* | | | | configure_service: Only compile FormatEventStatusString when YUZU_ENABLE_BOXCAT is enabledlat9nq2021-01-171-0/+2
|/ / / /
* / / / core: Silence Wclass-memaccess warningsReinUsesLisp2021-01-152-4/+4
|/ / /
* | | yuzu: Remove unused variables in Qt codeLioncash2021-01-142-21/+2
* | | Merge pull request #5343 from lioncash/qt6Morph2021-01-141-6/+9
|\ \ \
| * | | configure_motion_touch: Migrate off QRegExp to QRegularExpressionLioncash2021-01-141-6/+9
* | | | configure_motion_touch: Prevent use after move in ApplyConfiguration()Lioncash2021-01-141-2/+1
|/ / /
* | | Merge pull request #5330 from german77/regexerrorLC2021-01-141-2/+3
|\ \ \
| * | | Fix IP validator error where the last octet produced an error if the value was higher than 199german2021-01-131-2/+3
| | |/ | |/|
* | | yuzu: Migrate off of setMargin() to setContentsMargins()Lioncash2021-01-132-3/+3
* | | hle: kernel: thread: Preserve thread wait reason for debugging only.bunnei2021-01-111-3/+40
* | | yuzu: debugger: wait_tree: Handle unknown ThreadState.bunnei2021-01-111-0/+3
* | | core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.bunnei2021-01-111-5/+5
* | | hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single ThreadState.bunnei2021-01-111-45/+14
* | | core: hle: kernel: Update KSynchronizationObject.bunnei2021-01-112-18/+18
* | | Merge pull request #5229 from Morph1984/fullscreen-optbunnei2021-01-111-3/+39
|\ \ \
| * | | yuzu/main: Add basic command line argumentsMorph2020-12-251-3/+39
* | | | config: Enable docked mode by defaultMorph2021-01-101-2/+2
| |/ / |/| |
* | | general: Resolve C4062 warnings on MSVCMorph2021-01-092-0/+4
* | | Merge pull request #5261 from gal20/hide_mouse_patchbunnei2021-01-054-19/+24
|\ \ \ | |_|/ |/| |
| * | yuzu/main: fix mouse not showing on move and port citra-emu/citra#5476gal202020-12-314-19/+24
* | | main: Resolve error string not displayingLioncash2021-01-031-2/+3
* | | Merge pull request #5278 from MerryMage/cpuopt_unsafe_inaccurate_nanbunnei2021-01-033-0/+19
|\ \ \
| * | | dynarmic: Add Unsafe_InaccurateNaN optimizationMerryMage2021-01-023-0/+19
* | | | Merge pull request #5267 from lioncash/localizebunnei2021-01-031-10/+13
|\ \ \ \
| * | | | main: Make the loader error dialog fully translatableLioncash2020-12-311-8/+12
| * | | | main: Tidy up enum comparisonLioncash2020-12-311-2/+1
| | |/ / | |/| |
* | | | general: Fix various spelling errorsMorph2021-01-023-5/+5
| |/ / |/| |
* | | Merge pull request #5209 from Morph1984/refactor-controller-connectbunnei2021-01-014-12/+47
|\ \ \
| * | | configure_input: Modify controller connection delayMorph2021-01-014-12/+47
| |/ /
* / / core: settings: Untangle multicore from asynchronous GPU.bunnei2020-12-292-12/+3
|/ /
* / Allow to invert analog axis with right clickgerman2020-12-271-48/+37
|/
* cmake: Always enable VulkanReinUsesLisp2020-12-254-36/+5
* Merge pull request #5217 from lat9nq/save-on-bootbunnei2020-12-232-16/+25
|\
| * yuzu/main: Save settings when starting guestlat9nq2020-12-222-16/+25
* | yuzu/main: Improve menubar access keyslat9nq2020-12-234-38/+38
* | Add option to reset window size to 1080pgerman2020-12-233-6/+30
* | Merge pull request #5042 from Morph1984/project-aetherbunnei2020-12-2210-203/+946
|\ \ | |/ |/|
| * applets/web: Implement the online web browser appletMorph2020-12-184-61/+139
| * applets/web: Fix keyboard to emulated controller inputMorph2020-12-183-4/+30
| * main: Add the ability to disable the web appletMorph2020-12-182-0/+27
| * main, applets/web: Re-add progress dialog for RomFS extractionMorph2020-12-184-28/+73
| * applets/web: Implement the Qt web browser applet frontendMorph2020-12-184-5/+600
| * web_browser_scripts: Add injection scripts for the web browserMorph2020-12-181-0/+193
| * util: Add URL Request Interceptor for QWebEngineMorph2020-12-183-0/+64
| * bootmanager: Add a check whether loading is completeMorph2020-12-182-0/+6
| * applets: Remove the previous web browser applet implementationMorph2020-12-184-294/+3
* | Merge pull request #5131 from bunnei/scheduler-rewritebunnei2020-12-211-5/+5
|\ \
| * | hle: kernel: Rewrite scheduler implementation based on Mesopshere.bunnei2020-12-061-3/+3
| * | hle: kernel: Port KAffinityMask from Mesosphere.bunnei2020-12-061-2/+2
* | | yuzu: Remove gdbstub configurationFearlessTobi2020-12-193-81/+2
| |/ |/|
* | Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindexbunnei2020-12-151-4/+3
|\ \
| * | file_sys: Consolidate common Title ID operationsMorph2020-12-081-4/+3
* | | Merge pull request #5135 from Morph1984/applets-shadowbunnei2020-12-099-18/+18
|\ \ \
| * | | applets: Resolve variable shadowingMorph2020-12-059-18/+18
| | |/ | |/|
* | | Merge pull request #5156 from comex/xx-rawsbunnei2020-12-081-2/+2
|\ \ \ | |_|/ |/| |
| * | configure_motion_touch: Fix unescaped backslash in regexcomex2020-12-071-2/+2
* | | Merge pull request #5020 from german77/AnalogfromButtonFixMorph2020-12-083-9/+29
|\ \ \ | |/ / |/| |
| * | Disable analog joystick from buttons by defaultgerman2020-12-083-9/+29
* | | game_list_p: Resolve deprecated usage of QVariant operator<Lioncash2020-12-051-1/+2
| |/ |/|
* | Merge pull request #4996 from bunnei/use-4jitsbunnei2020-12-041-15/+9
|\ \
| * | hle: kernel: thread: Remove unused "Running" state.bunnei2020-11-291-15/+9
* | | Merge pull request #4937 from german77/multiUDPbunnei2020-12-014-160/+268
|\ \ \
| * | | Add multiple udp server supportgerman2020-11-264-160/+268
| | |/ | |/|
* | | Disable web applet and warning when compiling for Linux on CIlat9nq2020-11-301-0/+2
* | | Merge pull request #4939 from german77/MouseInputbunnei2020-11-302-28/+85
|\ \ \ | |_|/ |/| |
| * | Implement full mouse supportgerman2020-11-262-28/+85
* | | core: Eliminate remaining usages of the global system instanceLioncash2020-11-277-27/+34
* | | savedata_factory: Eliminate usage of the global system instanceLioncash2020-11-271-2/+2
| |/ |/|
* | Merge pull request #4976 from comex/poll-eventsRodrigo Locatti2020-11-262-2/+2
|\ \
| * | Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main threadcomex2020-11-232-2/+2
* | | Merge pull request #4959 from Morph1984/emulated-controller-stylesetbunnei2020-11-254-99/+192
|\ \ \
| * | | applets/controller: Use a pair of emulated controller index to controller typeMorph2020-11-212-44/+96
| * | | configure_input_player: Use the npad style set to show the available controllersMorph2020-11-212-55/+96
* | | | frontend: yuzu (qt): Register a callback for ExecuteProgram.bunnei2020-11-254-7/+38
| |/ / |/| |
* | | Merge pull request #4451 from slashiee/extended-loggingbunnei2020-11-233-9/+41
|\ \ \
| * | | logging/settings: Increase maximum log size to 100 MB and add extended logging optionM&M2020-08-253-9/+41
* | | | Merge pull request #4944 from lioncash/system-rembunnei2020-11-224-31/+50
|\ \ \ \ | |_|/ / |/| | |
| * | | patch_manager: Remove usages of the global system instanceLioncash2020-11-184-31/+50
| | |/ | |/|
* / | configure_input_player: Use static qualifier for IsProfileNameValid()Lioncash2020-11-181-1/+1
|/ /
* | configure_input: Accommodate for the mouse input device engineMorph2020-11-162-2/+18
* | configure_input: Update the input profiles for other player tabsMorph2020-11-164-11/+38
* | general: Fix compiler warnings on linux and miscellaneous changesMorph2020-11-1610-14/+20
* | sdl_impl: Revert to the "old" method of mapping sticksMorph2020-11-162-1/+16
* | applets/controller: Change the input button to create input profilesMorph2020-11-1610-100/+117
* | input: Disconnect a controller prior to connecting a new oneMorph2020-11-162-50/+73
* | input_common: Add VibrationDevice and VibrationDeviceFactoryMorph2020-11-166-22/+134
* | configure_input: Add per-player vibrationMorph2020-11-1610-26/+708
* | settings: Remove global vibration strength modifierMorph2020-11-163-8/+0
* | configure_input: Hook up the vibration percentage spinboxMorph2020-11-165-2/+12
* | configure_input_player: Change "Defaults" button behaviorMorph2020-11-161-27/+30
* | settings: Preparation for per-game input settingsMorph2020-11-166-55/+58
* | config: Migrate config files into config/customMorph2020-11-164-21/+61
* | controllers/npad: Connect a controller on init if none are connectedMorph2020-11-161-1/+2
* | applets/controller: Auto accept a valid single player configurationMorph2020-11-163-14/+24
* | bootmanager: Allow mouse clicks only if touch is disabledMorph2020-11-161-3/+13
* | input_profiles: Implement input profilesMorph2020-11-1613-130/+509
* | configure_input_player: Implement input exclusivity and persistenceMorph2020-11-163-135/+202
* | ui/themes: Cleanup UIMorph2020-11-1613-397/+263
* | bootmanager: Address review commentslat9nq2020-11-101-12/+16
* | bootmanager: Log and show GL_RENDERER string when GPU is insufficientlat9nq2020-11-101-3/+19
* | Merge pull request #4888 from lioncash/unicorn-removebunnei2020-11-071-2/+0
|\ \
| * | core: Remove usage of unicornLioncash2020-11-041-2/+0
* | | core/settings: Move configuring_global behind an APILioncash2020-11-047-29/+29
|/ /
* | yuzu: settings: Enable multicore, asynch GPU, and assembly shaders by default.bunnei2020-10-271-6/+6
* | Merge pull request #4729 from ameerj/nvdec-prodbunnei2020-10-275-0/+24
|\ \
| * | video_core: NVDEC Implementationameerj2020-10-275-0/+24
* | | Merge pull request #4834 from lioncash/copy-fnbunnei2020-10-272-4/+6
|\ \ \ | |/ / |/| |
| * | controller: Pass ControllerParameters by reference in ReconfigureControllers()Lioncash2020-10-272-4/+6
* | | Merge pull request #4827 from lioncash/truncRodrigo Locatti2020-10-251-9/+9
|\ \ \
| * | | controller: Convert led_patterns integer literals to bool literalsLioncash2020-10-251-9/+9
* | | | Merge pull request #4828 from lioncash/lockguardRodrigo Locatti2020-10-251-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | general: Use template deduction guides for lock_guardLioncash2020-10-251-1/+1
| |/ /
* | | applets/profile_select: Resolve a warning in exec()Morph2020-10-251-1/+1
* | | Merge pull request #4817 from Kewlan/open-single-save-locationbunnei2020-10-243-16/+20
|\ \ \
| * | | Don't ask for profile when there's only one.Kewlan2020-10-223-16/+20
| |/ /
* | | Merge pull request #4792 from bunnei/rtc-fixbunnei2020-10-231-9/+17
|\ \ \ | |/ / |/| |
| * | service: time: Update current time with changes to RTC setting.bunnei2020-10-131-9/+17
* | | configure_input_player: Fix modifier buttonsMorph2020-10-202-23/+23
* | | input_common/CMakeLists: Make some warnings errorsLioncash2020-10-161-1/+1
|/ /
* | Merge pull request #4733 from ReinUsesLisp/game-list-leakLC2020-09-302-3/+4
|\ \
| * | qt/game_list: Give GameListSearchField::KeyReleaseEater a parentReinUsesLisp2020-09-292-3/+4
* | | main: Allow applets to display on top while fullscreenMorph2020-09-261-6/+8
|/ /
* | Merge pull request #4701 from lioncash/unused-protoRodrigo Locatti2020-09-231-3/+2
|\ \
| * | install_dialog: Make use of [[nodiscard]] where applicableLioncash2020-09-231-2/+2
| * | install_dialog: Remove unused function prototypeLioncash2020-09-231-1/+0
* | | game_list: Make game list function naming consistentLioncash2020-09-233-36/+45
* | | game_list: Eliminate redundant argument copiesLioncash2020-09-232-16/+22
|/ /
* | renderer_opengl: Remove emulated mailbox presentationReinUsesLisp2020-09-201-22/+1
* | configure_input_player: Fixes motion mapping using ConfigureButtonClickMorph2020-09-181-5/+8
* | configure_input_player: Re-add "Clear" context menu optionMorph2020-09-182-31/+66
* | Merge pull request #4594 from german77/MotionHIDbunnei2020-09-176-5/+266
|\ \
| * | configure_input: Hook up the motion button and checkboxMorph2020-09-053-6/+14
| * | Add cemu hook changes related to PR #4609german2020-09-051-0/+22
| * | configure_input_player: Show/hide motion buttons based on the controllerMorph2020-09-053-103/+141
| * | Include HID and configuration changes related to motiongerman2020-09-055-0/+193
* | | crypto/key_manager: Remove dependency on the global system accessorLioncash2020-09-141-2/+4
* | | Merge pull request #4597 from Morph1984/mjolnir-p2bunnei2020-09-1111-17/+3602
|\ \ \
| * | | applets/controller: Resolve several compiler warningsMorph2020-09-041-6/+6
| * | | Address feedbackMorph2020-09-041-2/+3
| * | | clang-formatMorph2020-09-042-2/+4
| * | | main: Apply settings after applet configuration is complete.Morph2020-09-041-0/+4
| * | | applets/controller: Load configuration prior to setting up connectionsMorph2020-09-042-23/+29
| * | | applets/controller: Make 8 a static constexpr value of NUM_PLAYERSMorph2020-09-042-15/+22
| * | | applets/controller: Implement "Explain Text"Morph2020-09-043-9/+275
| * | | Project Mjölnir: Part 2 - Controller AppletMorph2020-09-0411-17/+3316
| |/ /
* | | Merge pull request #4608 from lioncash/sign3bunnei2020-09-101-2/+2
|\ \ \
| * | | configure_input_player: Resolve sign conversion warnings in UpdateMappingWithDefaults()Lioncash2020-08-291-2/+2
* | | | Merge pull request #4633 from ReinUsesLisp/gpu-initRodrigo Locatti2020-09-101-1/+3
|\ \ \ \
| * | | | video_core: Remove all Core::System references in rendererReinUsesLisp2020-09-061-1/+3
| | |/ / | |/| |
* | | | Merge pull request #4606 from lioncash/constexprbunnei2020-09-071-14/+18
|\ \ \ \ | |/ / / |/| | |
| * | | game_list_p: Avoid string churn in GameListItemPath data()Lioncash2020-08-291-4/+8
| * | | game_list_p: Mark some constants as constexprLioncash2020-08-291-10/+10
| |/ /
* | | main: Use three dots to complete the ellipsislat9nq2020-09-021-1/+1
* | | Merge pull request #4382 from FearlessTobi/port-udp-configbunnei2020-09-0113-10/+1847
|\ \ \
| * | | Address second batch of reviewsFearlessTobi2020-08-305-24/+24
| * | | Reolve reorder warningFearlessTobi2020-08-292-3/+3
| * | | Address review comments and fix code compilationFearlessTobi2020-08-2910-149/+207
| * | | yuzu: Add motion and touch configurationFearlessTobi2020-08-2910-0/+1779
* | | | Merge pull request #4605 from lioncash/copy3bunnei2020-08-301-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | bootmanager: Prevent unnecessary copies in TouchUpdateEvent()Lioncash2020-08-291-1/+1
| |/ /
* | | Merge pull request #4604 from lioncash/lifetimeLC2020-08-294-7/+8
|\ \ \
| * | | yuzu/main: Amend lifetime issues with InputSubsystemLioncash2020-08-294-7/+8
| |/ /
* / / yuzu/configuration: Fix index out of bounds for default_analogsMorph2020-08-293-12/+13
|/ /
* | input_common: Eliminate most global stateLioncash2020-08-2714-67/+119
* | configure_input_player: Fix modifier scale button mappingMorph2020-08-262-20/+19
* | configuration/input: Add support for mouse button clicksMorph2020-08-265-11/+82
* | Address feedbackMorph2020-08-268-52/+45
* | Project Mjölnir: Part 1Morph2020-08-2624-2564/+7387
|/
* Merge pull request #4541 from MerryMage/yolobunnei2020-08-224-1/+79
|\
| * dynarmic: Add unsafe optimizationsMerryMage2020-08-164-1/+79
* | common/telemetry: Migrate namespace into the Common namespaceLioncash2020-08-182-2/+3
* | Merge pull request #4381 from Morph1984/fix-open-folder-installed-titlebunnei2020-08-184-13/+24
|\ \
| * | main: Fallback to loader if no control nca is found with patch managerMorph2020-08-051-6/+17
| * | main: Fix Open Save/Mod Locations for installed titlesMorph2020-08-054-12/+12
* | | Merge pull request #4532 from lioncash/object-namebunnei2020-08-187-90/+74
|\ \ \
| * | | configuration_shared: Simplify name lookup in highlighting functionsLioncash2020-08-147-90/+74
| | |/ | |/|
* | | Merge pull request #4535 from lioncash/fileutilbunnei2020-08-189-124/+127
|\ \ \
| * | | common/fileutil: Convert namespace to Common::FSLioncash2020-08-169-124/+127
| |/ /
* | | Merge pull request #4540 from lioncash/tr3bunnei2020-08-171-2/+2
|\ \ \
| * | | configure_hotkeys: Don't translate empty stringsLioncash2020-08-161-2/+2
| |/ /
* | | Merge pull request #4531 from lioncash/overloadRodrigo Locatti2020-08-171-2/+1
|\ \ \
| * | | yuzu: Make use of qOverload where applicableLioncash2020-08-141-2/+1
| |/ /
* | | Merge pull request #4443 from ameerj/vk-async-shadersDavid2020-08-171-1/+1
|\ \ \
| * | | Address feedback, add shader compile notifier, update setting textameerj2020-08-161-1/+1
| |/ /
* | | Merge pull request #4515 from lat9nq/pgs-menubar-configbunnei2020-08-173-20/+46
|\ \ \
| * | | main: Add an option to modify the currrent game's configurationlat9nq2020-08-163-20/+46
| |/ /
* / / yuzu: Resolve -Wextra-semi warningsLioncash2020-08-163-6/+6
|/ /
* | General: Tidy up clang-format warnings part 2Lioncash2020-08-132-34/+38
* | game_list_worker: Do not clear entries when > 1 gamedir is presentMorph2020-08-051-1/+1
|/
* Merge pull request #4450 from Morph1984/fix-gamelist-scanningbunnei2020-08-051-2/+2
|\
| * game_list_worker: Fix game list subdirectory scanningMorph2020-07-291-2/+2
* | yuzu: Resolve C++20 deprecation warnings related to lambda capturesLioncash2020-08-035-59/+66
* | Merge pull request #4263 from lat9nq/fix-screencaps-2David2020-08-036-14/+117
|\ \
| * | config: Make the save-as identifier more consistentlat9nq2020-07-261-2/+2
| * | configure_ui: Ensure a separator follows the returned pathlat9nq2020-07-211-3/+5
| * | configure_ui: don't use an empty stringlat9nq2020-07-211-1/+3
| * | main: Don't use as many string copieslat9nq2020-07-211-6/+8
| * | main: rewrite (save as) screenshot savinglat9nq2020-07-211-9/+18
| * | configuration: Setup UI to config screenshot path and savinglat9nq2020-07-215-5/+93
* | | Merge pull request #4438 from lioncash/localizingDavid2020-08-031-6/+5
|\ \ \
| * | | yuzu/main: Remove redundant usages of QStringLiteral("")Lioncash2020-07-281-6/+5
* | | | main: Add support for removing SDMC installed titlesMorph2020-07-291-14/+13
* | | | game_list: Limit context menu options for homebrewMorph2020-07-291-1/+7
* | | | main: Remove assert for opening savedata when program_id = 0Morph2020-07-291-1/+0
* | | | main: Silence [[fallthrough]] warningMorph2020-07-291-3/+2
* | | | main: Split removal cases into their individual functions and address feedbackMorph2020-07-292-113/+131
* | | | main: Connect game list remove signals to removal functionsMorph2020-07-292-5/+167
* | | | game_list: Add "Remove" context menuMorph2020-07-292-4/+37
| |_|/ |/| |
* | | configure_graphics: Remove Force 30 FPS modeMorph2020-07-284-23/+0
|/ /
* | yuzu/configure_debug: Remove duplicated checkboxesFearlessTobi2020-07-261-22/+0
* | Merge pull request #4377 from Morph1984/dark-themesbunnei2020-07-253-2/+7
|\ \
| * | wait_tree: Include Midnight Blue dark themesMorph2020-07-201-1/+4
| * | qt-themes: Add Midnight Blue qdarkstyle theme (2.8.1)James Rowe2020-07-202-1/+3
| |/
* | configure_graphics_advnaced: clang-format mk iilat9nq2020-07-191-3/+3
* | configure_graphics_advanced: Fix oversight from rebaselat9nq2020-07-191-1/+1
* | configuration_shared: Remove unused functionslat9nq2020-07-192-18/+0
* | configuration: Use forward declares and remove extraneous structslat9nq2020-07-1910-63/+59
* | configuration_shared: Make CheckState strongly typedlat9nq2020-07-192-24/+23
* | clang-formatlat9nq2020-07-195-38/+32
* | configuration_shared: Break up tracker structs to respective classeslat9nq2020-07-1912-49/+58
* | configure_system: break instead of semicolonlat9nq2020-07-191-2/+4
* | clang-formatlat9nq2020-07-193-8/+11
* | configure_system: Highlight labels on startuplat9nq2020-07-191-0/+5
* | configure_graphics: Fix layout in global configlat9nq2020-07-191-1/+1
* | configure_per_game: Improve style consistencylat9nq2020-07-193-54/+43
* | configure_system: Implement highlighted overrideslat9nq2020-07-193-539/+544
* | configuration_shared: Add default combobox setup functionlat9nq2020-07-193-21/+52
* | configuration_shared: Use an int instead of a QStringlat9nq2020-07-194-22/+28
* | configure_graphics_advanced: Implement highlighted overrideslat9nq2020-07-193-96/+146
* | configuration_shared: Switch back to background colorslat9nq2020-07-191-2/+2
* | configuration_shared: Better use global textlat9nq2020-07-192-0/+15
* | configure_audio: fix UI marginslat9nq2020-07-191-1/+10
* | configure_graphics: Implement highlighted overrideslat9nq2020-07-192-134/+200
* | configure_audio: Implement highlighted overrideslat9nq2020-07-192-80/+87
* | configuration_shared: Require name of the widget for highlightinglat9nq2020-07-193-16/+27
* | configuration_shared: Use a highlight instead of background colorlat9nq2020-07-192-6/+6
* | configure_general: Implement manual tristate buttonslat9nq2020-07-192-17/+27
* | configuration_shared: Initial functions and data for manual tristatelat9nq2020-07-192-0/+58
|/
* Merge pull request #4376 from ogniK5377/dark-wait-treeRodrigo Locatti2020-07-191-11/+41
|\
| * Address issuesDavid Marcec2020-07-181-6/+3
| * frontend: Improve wait tree readability for dark themesDavid Marcec2020-07-181-11/+44
* | Address trivial review comments.FearlessTobi2020-07-181-1/+1
* | configure_ui: Address some review comments from the previous PRFearlessTobi2020-07-182-16/+21
* | yuzu: Port translation support from CitraFearlessTobi2020-07-1810-84/+235
|/
* Remove duplicate configDavid Marcec2020-07-171-2/+0
* Rebase for per game settingsDavid Marcec2020-07-173-0/+38
* async shadersDavid Marcec2020-07-172-6/+27
* Merge pull request #4337 from lat9nq/fix-per-game-asyncbunnei2020-07-161-0/+2
|\
| * settings: Move settings sanitization to its own functionlat9nq2020-07-142-4/+2
| * main: Set async gpu properly after loading per-game settinglat9nq2020-07-141-0/+4
* | Merge pull request #4297 from FearlessTobi/skip-profile-selectbunnei2020-07-161-9/+13
|\ \
| * | main/profile_select: Don't prompt for profile selection when only one is availableFearlessTobi2020-07-111-9/+13
* | | Use proper install result when overwriting filesMorph2020-07-151-2/+2
* | | Merge pull request #4294 from MerryMage/cpu-opt-settingsbunnei2020-07-1413-13/+548
|\ \ \
| * | | configure_cpu: Split optimization settings off into Debug tabMerryMage2020-07-129-163/+302
| * | | configure_cpu: Add tooltipsMerryMage2020-07-111-1/+54
| * | | configure_cpu: Show/Hide debugging optionsMerryMage2020-07-114-0/+78
| * | | configuration: Add settings to enable/disable specific CPU optimizationsMerryMage2020-07-1110-13/+278
| |/ /
* | | Merge pull request #4282 from Morph1984/fs-sizebunnei2020-07-143-176/+1
|\ \ \
| * | | settings: Remove storage size optionsMorph2020-07-103-176/+1
* | | | configure_general: Explicitly guard use_multi_core when applying settingslat9nq2020-07-141-0/+2
| |_|/ |/| |
* | | Merge pull request #4290 from lioncash/latestLC2020-07-121-2/+2
|\ \ \
| * | | CMakeLists: Make use of /std:c++latest on MSVCLioncash2020-07-111-2/+2
| | |/ | |/|
* | | Merge pull request #3385 from Morph1984/batch-installbunnei2020-07-126-146/+343
|\ \ \ | |/ / |/| |
| * | Add additional empty check for the QStringList returned by the InstallDialogMorph2020-07-101-0/+4
| * | Update the install and progress dialogsMorph2020-07-104-80/+65
| * | Refactor batch installing filesMorph2020-07-104-196/+238
| * | Add support for batch install to NANDMorph2020-07-106-124/+290
| |/
* | Merge pull request #4221 from jbeich/unused-qt-openglbunnei2020-07-101-1/+1
|\ \ | |/ |/|
| * cmake: stop linking against QGL after c6a0ab979239Jan Beich2020-07-021-1/+1
* | configuration: implement per-game configurations (#4098)lat9nq2020-07-1028-639/+1642
* | Merge pull request #4255 from lioncash/copybunnei2020-07-081-3/+3
|\ \
| * | configure_graphics: Make use of qOverload in signals/slotsLioncash2020-07-061-2/+2
| * | configure_graphics: Prevent unnecessary string copies in UpdateDeviceComboBox()Lioncash2020-07-061-1/+1
* | | change shortcut context for other hotkeys with file open dialogAmeer2020-07-071-4/+4
* | | Fix ss crash on game menu, fix ss on windowed modeAmeer2020-07-062-4/+6
|/ /
* | Fix merge conflicts?Ameer2020-07-0411-60/+219
|\|
| * key_manager: Correct casing of instance()Lioncash2020-07-011-1/+1
| * Merge pull request #3967 from FearlessTobi/keys-singletonDavid2020-07-011-1/+1
| |\
| | * crypto: Make KeyManager a singleton classFearlessTobi2020-05-201-1/+1
| * | Merge pull request #4063 from FreddyFunk/game-version-in-titlebunnei2020-07-012-13/+17
| |\ \
| | * | Reorder variables to comply with the Auzure build pipelineunknown2020-06-221-2/+2
| | * | Add game versio to title barunknown2020-06-082-13/+17
| * | | Merge pull request #4166 from VolcaEM/quickstart-faqbunnei2020-07-013-5/+33
| |\ \ \
| | * | | Update FAQ function name (2/2)VolcaEM2020-06-271-2/+2
| | * | | Update FAQ function name (1/2)VolcaEM2020-06-271-1/+1
| | * | | Update function name againVolcaEM2020-06-261-1/+1
| | * | | Update function name (2/2)VolcaEM2020-06-261-1/+1
| | * | | Update function name (1/2)VolcaEM2020-06-261-1/+1
| | * | | Clang-format againVolcaEM2020-06-251-1/+1
| | * | | Clang-formatVolcaEM2020-06-251-1/+2
| | * | | Remove unnecessary newlineVolcaEM2020-06-251-1/+0
| | * | | Merge branch 'master' into quickstart-faqVolcaEM2020-06-2512-106/+66
| | |\ \ \
| | * | | | Fix typo 2: electric boogalooVolcaEM2020-06-251-1/+1
| | * | | | Use QUrl (2/2)VolcaEM2020-06-251-6/+5
| | * | | | Use QUrl (1/2)VolcaEM2020-06-251-1/+1
| | * | | | Fix formattingVolcaEM2020-06-251-2/+2
| | * | | | Fix typoVolcaEM2020-06-251-1/+1
| | * | | | Add "Open Quickstart Guide" and "FAQ" buttons to the Help menuVolcaEM2020-06-253-0/+48
| * | | | | Merge pull request #4182 from Kewlan/fullscreen-hotkey-fixbunnei2020-06-301-4/+5
| |\ \ \ \ \
| | * | | | | Fix issues caused when changing the fullscreen hotkeyKewlan2020-06-271-4/+5
| * | | | | | YuzuQT: Hide Speed UI on Multicore.Fernando Sahmkow2020-06-271-1/+1
| * | | | | | Clang Format.Fernando Sahmkow2020-06-274-7/+11
| * | | | | | General: Correct rebase, sync gpu and context management.Fernando Sahmkow2020-06-271-12/+17
| * | | | | | General: Cleanup legacy code.Fernando Sahmkow2020-06-271-1/+1
| * | | | | | Bootmanager/CPU_Manager: Correct shader caches and sync GPU on OpenGL.Fernando Sahmkow2020-06-271-0/+4
| * | | | | | ARM/WaitTree: Better track the CallStack for each thread.Fernando Sahmkow2020-06-271-11/+14
| * | | | | | GUI: Make multicore only work with Async and add GUI for multicore.Fernando Sahmkow2020-06-273-3/+29
| * | | | | | General: Fix microprofile on dynarmic/svc, fix wait tree showing which threads were running.Fernando Sahmkow2020-06-271-2/+10
| * | | | | | General: Fix Stop functionFernando Sahmkow2020-06-271-2/+4
| * | | | | | General: Initial Setup for Single Core.Fernando Sahmkow2020-06-272-0/+13
| * | | | | | Yuzu/Debuggers: Correct Wait Tree for Paused threads.Fernando Sahmkow2020-06-271-2/+10
| * | | | | | General: Setup yuzu threads' microprofile, naming and registry.Fernando Sahmkow2020-06-272-1/+5
| * | | | | | General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-273-16/+29
| * | | | | | Merge pull request #4097 from kevinxucs/kevinxucs/device-pixel-scaling-floatbunnei2020-06-271-1/+1
| |\ \ \ \ \ \
| | * | | | | | Fix framebuffer size on fractional scaling display.Kaiwen Xu2020-06-171-1/+1
| * | | | | | | Merge pull request #4164 from Kewlan/mute-audio-hotkeybunnei2020-06-273-2/+6
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | Add a "Mute Audio" hotkeyKewlan2020-06-263-2/+6
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #4136 from VolcaEM/modsbunnei2020-06-253-0/+19
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Correct function name (2/2)VolcaEM2020-06-211-2/+2
| | * | | | | Correct function name (1/2)VolcaEM2020-06-211-1/+1
| | * | | | | Clang-formatVolcaEM2020-06-211-1/+1
| | * | | | | Remove unnecessary conversionVolcaEM2020-06-211-3/+2
| | * | | | | Address review comment by LioncashVolcaEM2020-06-211-1/+1
| | * | | | | Add a "Open Mods Page" button to the GUIVolcaEM2020-06-213-0/+20
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #3948 from Morph1984/log-cpu-instructionsbunnei2020-06-231-1/+14
| |\ \ \ \ \
| | * | | | | main: Append AVX and FMA instructions to cpu stringMorph2020-06-201-1/+14
| * | | | | | Fix: fatal error CVT1100 when compiling manifest fileFearlessTobi2020-06-211-1/+1
| |/ / / / /
* | | | | | Fix unnecessary diffsAmeer2020-07-021-26/+24
* | | | | | Add LR triggers as axes, half press to initiate a press, add GC axis id in config, clarify some code blocks for better readabilityAmeer2020-07-021-25/+46
* | | | | | Small quality of life indication that mapped button is GCAmeer2020-06-231-2/+2
* | | | | | Singleton GC Adapter class, remove globals, fix naming conventionAmeer2020-06-221-26/+24
* | | | | | Clang FormattingAmeer2020-06-212-79/+69
* | | | | | GC Adapter ImplementationAmeer2020-06-212-45/+94
|/ / / / /
* | | | | Merge pull request #4099 from MerryMage/macOS-buildbunnei2020-06-202-2/+19
|\ \ \ \ \
| * | | | | bootmanager: Remove references to OpenGL for macOSMerryMage2020-06-182-2/+19
| | |/ / / | |/| | |
* | | | | Add translation of "Current Boxcat Events"David Marcec2020-06-201-3/+2
* | | | | Fix compilation when not building with boxcatDavid Marcec2020-06-191-0/+5
|/ / / /
* | | | Merge pull request #4041 from ReinUsesLisp/arb-decompbunnei2020-06-161-3/+0
|\ \ \ \
| * | | | yuzu/configuration: Show assembly shaders check boxReinUsesLisp2020-06-111-3/+0
| | |/ / | |/| |
* | | | Merge pull request #3966 from Morph1984/hide-internal-resolution-uibunnei2020-06-164-98/+2
|\ \ \ \ | |/ / / |/| | |
| * | | yuzu/frontend: Remove internal resolution optionMorph2020-06-064-98/+2
* | | | Merge pull request #4009 from ogniK5377/macro-jit-prodbunnei2020-06-043-0/+19
|\ \ \ \ | |/ / / |/| | |
| * | | Implement macro JITDavid Marcec2020-05-303-0/+19
| |/ /
* | | Actually save the input when clearing/resetting to defaultFearlessTobi2020-06-031-0/+3
* | | Merge pull request #3958 from FernandoS27/gl-debugbunnei2020-05-311-0/+3
|\ \ \ | |/ / |/| |
| * | OpenGL: Enable Debug Context and Synchronous debugging when graphics debugging is enabled.Fernando Sahmkow2020-05-181-0/+3
* | | Merge pull request #3954 from Morph1984/log-memory-amountbunnei2020-05-281-0/+5
|\ \ \
| * | | Fix macOS code and change "Swapfile" to "Swap"Morph2020-05-271-1/+1
| * | | main: Log host system memory parametersMorph2020-05-171-0/+5
| |/ /
* | | Merge pull request #3964 from ReinUsesLisp/arb-integrationbunnei2020-05-243-0/+20
|\ \ \
| * | | yuzu: Add frontend settings for assembly shadersReinUsesLisp2020-05-193-0/+20
| |/ /
* / / yuzu/discord_impl: Update the applicationID (#3977)Tobias2020-05-221-1/+1
|/ /
* | Merge pull request #3665 from bunnei/device-savebunnei2020-05-164-27/+49
|\ \
| * | yuzu: game_list: Fix 'Open Save Data Location' for device saves.bunnei2020-05-114-27/+49
* | | frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)Morph2020-05-154-7/+30
* | | Merge pull request #3927 from jroweboy/fix-bugbunnei2020-05-141-8/+8
|\ \ \
| * | | Frontend: Remove tracking for context wrapperJames Rowe2020-05-121-8/+8
| |/ /
* / / core: settings: Add a setting for time zone.bunnei2020-05-114-8/+255
|/ /
* / Menubar: fix mouse tracking bugFearlessTobi2020-05-061-4/+0
|/
* Merge pull request #3637 from FearlessTobi/port-5094bunnei2020-05-047-0/+78
|\
| * yuzu: Option to hide mouse on inactivityFearlessTobi2020-04-207-0/+78
* | Merge pull request #3771 from benru/dump-romfs-with-updatesbunnei2020-04-291-1/+3
|\ \
| * | Update src/yuzu/main.cpp with missing constBen Russell2020-04-231-1/+1
| * | Dump RomFS command to include UpdatesBen Russell2020-04-231-1/+3
* | | Merge pull request #3742 from FernandoS27/command-listbunnei2020-04-273-0/+12
|\ \ \
| * | | Clang Format.Fernando Sahmkow2020-04-231-1/+2
| * | | GPU: Add Fast GPU Time Option.Fernando Sahmkow2020-04-233-0/+11
| |/ /
* | | Merge pull request #3795 from vitor-k/fix-folderbunnei2020-04-261-7/+7
|\ \ \
| * | | Fix the mistake in the port and update the comment for clarityVitor Kiguchi2020-04-251-7/+7
* | | | Merge pull request #3791 from Kewlan/hotkey-config-plusbunnei2020-04-265-18/+116
|\ \ \ \
| * | | | Add Restore Defaults and Clear options to hotkeysKewlan2020-04-245-18/+116
* | | | | Merge pull request #3761 from Kewlan/stick-modifier-sliderbunnei2020-04-263-30/+52
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Edit modifier_scale with the deadzone sliderKewlan2020-04-233-30/+52
| |/ / /
* | | | Merge pull request #3760 from Morph1984/trailing-filedir-separatorbunnei2020-04-241-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Add a trailing separator to the string pathMorph2020-04-221-1/+1
| |/ /
* | | Merge pull request #3697 from lioncash/declarationsbunnei2020-04-231-0/+2
|\ \ \
| * | | General: Resolve warnings related to missing declarationsLioncash2020-04-171-0/+2
* | | | Clang format.Fernando Sahmkow2020-04-221-1/+2
* | | | UI: Replasce accurate GPU option for GPU Accuracy LevelFernando Sahmkow2020-04-223-11/+34
| |/ / |/| |
* | | dynarmic: Add option to disable CPU JIT optimizationsMerryMage2020-04-203-0/+12
| |/ |/|
* | Merge pull request #3655 from FearlessTobi/ui-retext-yuzubunnei2020-04-193-64/+18
|\ \ | |/ |/|
| * yuzu/main: Add better popup texts and remove duplicated actionsFearlessTobi2020-04-143-64/+18
* | CMakeLists: Specify -Wextra on linux buildsLioncash2020-04-163-6/+8
|/
* Merge pull request #3611 from FearlessTobi/port-4956bunnei2020-04-112-8/+22
|\
| * yuzu: Fixes to game list sortingFearlessTobi2020-04-062-8/+22
* | Merge pull request #3594 from ReinUsesLisp/vk-instancebunnei2020-04-114-90/+57
|\ \
| * | yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp2020-04-074-55/+51
| * | renderer_vulkan: Query device names from the backendReinUsesLisp2020-04-071-35/+6
| |/
* | Merge pull request #3607 from FearlessTobi/input-kmsbunnei2020-04-103-18/+21
|\ \
| * | yuzu/configuration: Only assert that all buttons exist when we are handling the click for a button deviceFearlessTobi2020-04-052-14/+16
| * | yuzu/configure_input_simple: Fix "Docked Joycons" controller profileFearlessTobi2020-04-051-4/+5
| |/
* | Merge pull request #3623 from ReinUsesLisp/renderdoc-bind-spamFernando Sahmkow2020-04-101-1/+0
|\ \
| * | qt/bootmanager: Remove unnecessary glBindFramebufferReinUsesLisp2020-04-081-1/+0
| |/
* | Place SL and SR in the right most column.Kewlan2020-04-081-2/+2
* | Addressed feedback: switched to snake case and fixed clang-format errorsSilverBeamx2020-04-072-5/+6
* | Addressed feedback: removed CMake hack in favor of building the necessary strings via the supplied title formatSilverBeamx2020-04-072-2/+14
|/
* Merge pull request #3579 from Kewlan/reorder-shoulderbunnei2020-04-031-36/+36
|\
| * Re-order the shoulder buttons both in the configuration menu, and in the code.Kewlan2020-03-291-36/+36
* | Merge pull request #3552 from jroweboy/single-contextRodrigo Locatti2020-04-023-224/+174
|\ \ | |/ |/|
| * Frontend: Don't call DoneCurrent if the context isnt already currentJames Rowe2020-03-301-1/+4
| * Address review and fix broken yuzu-tester buildJames Rowe2020-03-262-70/+36
| * Frontend/GPU: Refactor context managementJames Rowe2020-03-253-217/+198
* | Merge pull request #3573 from FearlessTobi/port-5089bunnei2020-03-281-1/+1
|\ \
| * | Set render window to also accept focus via tabbing (Qt::StrongFocus) (#5089)Vitor K2020-03-271-1/+1
* | | yuzu: fix the stuck in fullscreen mode bugFearlessTobi2020-03-281-0/+8
|/ /
* | Merge pull request #3453 from FearlessTobi/remove-pause-lockbunnei2020-03-261-5/+0
|\ \ | |/ |/|
| * yuzu: Remove exit lock for game pausingFearlessTobi2020-02-241-5/+0
* | Merge pull request #3531 from makigumo/yuzu_masterbunnei2020-03-224-8/+60
|\ \
| * | set: implement GetRegionCodeDan2020-03-194-8/+60
* | | Merge pull request #3526 from FearlessTobi/bcat-disablebunnei2020-03-201-1/+1
|\ \ \ | |/ / |/| |
| * | bcat: Disable Boxcat backend by defaultFearlessTobi2020-03-171-1/+1
* | | yuzu: Save sound output mode and set it to Stereo by defaultFearlessTobi2020-03-172-0/+6
|/ /
* | yuzu/loading_screen: Remove unused shader progress modeReinUsesLisp2020-03-091-16/+1
* | Merge pull request #3452 from Morph1984/anisotropic-filteringbunnei2020-03-089-33/+208
|\ \
| * | Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels.Morph2020-02-289-33/+208
* | | core: Implement separate A32/A64 ARM interfaces.bunnei2020-03-031-2/+2
|/ /
* | frontend: qt: bootmanager: Acquire a shared context in main emu thread.bunnei2020-02-262-12/+12
* | frontend: qt: bootmanager: Vulkan: Restore support for VK backend.bunnei2020-02-262-103/+128
* | frontend: qt: bootmanager: OpenGL: Implement separate presentation thread.bunnei2020-02-262-222/+254
* | frontent: qt: main: Various updates/refactoring for separate presentation thread.bunnei2020-02-262-29/+27
* | core: frontend: Refactor scope_acquire_window_context to scope_acquire_context.bunnei2020-02-261-2/+2
* | core: settings: Add setting to enable vsync, which is on by default.bunnei2020-02-263-0/+15
|/
* Merge pull request #3412 from Morph1984/aspect-ratiobunnei2020-02-183-0/+39
|\
| * Add 4:3 aspect ratio and address feedbackMorph2020-02-141-0/+5
| * Add following aspect ratios: 16:9, 21:9, Stretch to WindowMorph2020-02-143-0/+34
* | Kernel: Change WaitObject to Synchronization object. In order to better reflect RE.Fernando Sahmkow2020-02-112-25/+32
|/
* Merge pull request #3391 from Morph1984/remove-unknownZach Hilman2020-02-095-15/+1
|\
| * Remove option "Show files with type 'Unknown'"Morph2020-02-095-15/+1
* | Merge pull request #3360 from CJBok/statusbar-buttonsbunnei2020-02-032-6/+94
|\ \
| * | clangCJBok2020-01-291-2/+2
| * | minor correctionsCJBok2020-01-291-2/+2
| * | GUI: Togglable graphics settings buttons in status barCJBok2020-01-282-7/+95
| |/
* | Merge pull request #3337 from ReinUsesLisp/vulkan-stagedbunnei2020-02-0311-168/+544
|\ \
| * | yuzu/bootmanager: Define Vulkan widget only when enabledReinUsesLisp2020-01-291-0/+2
| * | yuzu: Implement Vulkan frontendReinUsesLisp2020-01-2910-168/+535
| * | settings: Add settings for graphics backendReinUsesLisp2020-01-291-0/+7
| |/
* | Merge pull request #3268 from CJBok/deadzonebunnei2020-02-013-1/+106
|\ \ | |/ |/|
| * const correctionCJBok2020-01-031-1/+1
| * clangCJBok2020-01-031-22/+22
| * Update configure_input_player.cppCJBok2020-01-031-23/+23
| * Added deadzone controls for sdl engine at input settingsCJBok2020-01-033-24/+129
* | Merge pull request #3343 from FearlessTobi/ui-tabbunnei2020-01-258-104/+76
|\ \
| * | yuzu/configuration: create UI tab and move gamelist settings thereFearlessTobi2020-01-248-104/+76
* | | Input: UDP Client to provide motion and touch controlsfearlessTobi2020-01-231-0/+17
|/ /
* | GUI: fix minor issues with dark themesBartosz Kaszubowski2020-01-221-3/+3
* | yuzu_qt: config: Move audio to its own tab.bunnei2020-01-201-3/+3
* | GUI/gamelist: add "None" as an option for second row and remove dynamically duplicate row options (#3309)Bartosz Kaszubowski2020-01-193-14/+53
* | Merge pull request #3298 from Simek/missing_hotkeysbunnei2020-01-182-0/+17
|\ \
| * | GUI: add few missing hotkeys to main menuBartosz Kaszubowski2020-01-132-0/+17
* | | Add headbar icon on LinuxTotalCaesar6592020-01-181-1/+1
* | | GUI/configure: resize hotkeys column to contentBartosz Kaszubowski2020-01-121-0/+1
|/ /
* | yuzu/bootmanager: Remove {glx,wgl}MakeCurrent on SwapBuffersReinUsesLisp2020-01-061-9/+2
* | yuzu: Remove Maxwell debuggerReinUsesLisp2020-01-038-387/+0
|/
* core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash2019-11-271-3/+4
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-252-10/+9
* Merge pull request #3140 from FearlessTobi/port-4953bunnei2019-11-211-13/+0
|\
| * citra_qt/main.ui: remove unused actions "Load Symbol Map..." and...Tobias2019-11-191-13/+0
* | Merge pull request #3047 from ReinUsesLisp/clip-controlbunnei2019-11-151-0/+3
|\ \
| * | gl_rasterizer: Emulate viewport flipping with ARB_clip_controlReinUsesLisp2019-11-071-0/+3
* | | yuzu: configure_web: Use Base64 encoded token for simplifying user experience.bunnei2019-11-092-32/+53
|/ /
* | kernel: events: Remove ResetType::Automatic.bunnei2019-11-032-25/+0
* | citra_qt: add amiibo drag and drop supportFearlessTobi2019-11-032-4/+18
* | Correct compiling errors and addapt to the new interface.Fernando Sahmkow2019-10-151-4/+1
* | fixed clang format & addressed feedbackFreddyFunk2019-10-101-26/+24
* | yuzu/configure_input_player: Fix input handling for ZL and ZR from controllers with analog triggersFreddyFunk2019-10-101-7/+23
* | Merge pull request #2910 from FearlessTobi/port-4930bunnei2019-10-106-0/+38
|\ \
| * | yuzu: Pause when in backgroundFearlessTobi2019-09-266-0/+38
| |/
* | qt: Fix game name format errorZach Hilman2019-10-061-2/+2
* | Merge pull request #2942 from ReinUsesLisp/clang-warningsbunnei2019-10-065-13/+23
|\ \
| * | yuzu/game_list_worker: Silence warningsReinUsesLisp2019-10-052-8/+9
| * | yuzu/game_list: Silence -Wswitch and -Wunused-variableReinUsesLisp2019-10-052-5/+12
| * | yuzu/configure_service: Silence -WswitchReinUsesLisp2019-10-051-0/+2
* | | qt: Change titlebar formattingZach Hilman2019-10-051-6/+15
|/ /
* | Merge pull request #2898 from FearlessTobi/port-4004bunnei2019-10-042-1/+3
|\ \
| * | qt_themes: add two colorful themesFearlessTobi2019-09-222-1/+3
* | | qt: Add service dialogZach Hilman2019-10-024-11/+15
* | | boxcat: Implement events global fieldZach Hilman2019-09-303-18/+29
* | | configure_service: Allow Qt to open external linksZach Hilman2019-09-301-0/+3
* | | yuzu: Add UI tab to configure BCAT servicesZach Hilman2019-09-306-0/+302
* | | settings: Add option to set BCAT backendZach Hilman2019-09-302-0/+18
| |/ |/|
* | Merge pull request #2683 from DarkLordZach/lock-exitDavid2019-09-222-1/+44
|\ \
| * | main: Use const on all variable initializationsZach Hilman2019-09-221-2/+2
| * | qt: Prompt user for confirmation if exit lock is activeZach Hilman2019-09-222-0/+43
| |/
* / Add missing includeFearlessTobi2019-09-221-0/+1
|/
* Merge pull request #2430 from DarkLordZach/fs-controllerDavid2019-09-2211-73/+756
|\
| * configure_debug: Move reporting option to loggingZach Hilman2019-09-225-44/+42
| * config: Remove Dump options from configure_debugZach Hilman2019-09-214-47/+39
| * yuzu: Add UI to manage filesystem paths and sizesZach Hilman2019-09-216-1/+627
| * settings: Add options for managing gamecard emulationZach Hilman2019-09-211-0/+36
| * settings: Add options for setting storage sizesZach Hilman2019-09-211-1/+19
| * yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman2019-09-211-14/+27
* | Merge pull request #2883 from ogniK5377/log-gameZach Hilman2019-09-221-3/+3
|\ \ | |/ |/|
| * Swapped TID and Game name to make it easier to parseDavid Marcec2019-09-211-1/+1
| * Log the current title id and game name which is bootingDavid Marcec2019-09-211-3/+3
* | Merge pull request #2885 from Hexagon12/port-4944David2019-09-211-0/+8
|\ \
| * | Added Host CPU and OS to logpbarilla2019-09-211-0/+8
| |/
* | Merge pull request #2806 from FearlessTobi/port-4882David2019-09-211-0/+5
|\ \
| * | Add frametime logging for tracking performance over timefearlessTobi2019-09-101-0/+5
| |/
* / When docked mode is checked, uncheck "joycons docked"Morph2019-09-171-0/+2
|/
* Merge pull request #2797 from FearlessTobi/port-4877David2019-09-051-0/+11
|\
| * Address review commentsFearlessTobi2019-09-051-1/+4
| * Guard unistd.h with MacOS only macroWeiyi Wang2019-08-221-1/+3
| * citra_qt: on osx chdir to bundle dir to allow detection of user folderB3n302019-08-221-0/+6
* | Merge pull request #2808 from FearlessTobi/port-4866David2019-09-051-20/+24
|\ \
| * | configure_dialog: reverse tab map to avoid logic based on user-facing/translatable textfearlessTobi2019-09-041-20/+24
| |/
* | yuzu/configure: move speed limiter to generalFearlessTobi2019-09-054-33/+36
* | Merge pull request #2830 from FearlessTobi/port-4911David2019-09-051-7/+10
|\ \
| * | Add cancel option to analog stick configurationfearlessTobi2019-09-031-7/+10
| |/
* | Fix uisettings includefearlessTobi2019-09-041-1/+1
* | Limit the size of directory icons, fix text when icon size is nonefearlessTobi2019-09-042-4/+3
* | Change QList to QVectorfearlessTobi2019-09-045-16/+19
* | Separate UserNand and Sdmc directoriesfearlessTobi2019-09-045-32/+59
* | Address more trivial review commentsfearlessTobi2019-09-044-25/+18
* | Address trivial review commentsfearlessTobi2019-09-047-53/+59
* | yuzu: Add support for multiple game directoriesfearlessTobi2019-09-0412-195/+666
* | Merge pull request #2831 from FearlessTobi/port-4914bunnei2019-09-042-0/+22
|\ \
| * | Fix to Windows sleep issuesfearlessTobi2019-09-032-0/+22
| |/
* / configuration/config: Add missing screenshot path readfearlessTobi2019-09-041-0/+1
|/
* Fixup! #2772 missed this one fileJames Rowe2019-08-171-1/+1
* Merge pull request #2766 from FearlessTobi/port-4849James Rowe2019-08-177-21/+21
|\
| * Qt: Fixed behaviour of buttons by connecting functors to correct signalsSilent2019-08-027-21/+21
* | Merge pull request #2772 from lioncash/uiJames Rowe2019-08-1716-44/+39
|\ \
| * | yuzu/CMakeLists: Remove qt5_wrap_ui macro usageLioncash2019-08-0916-44/+39
| |/
* | Merge pull request #2689 from lioncash/tlbunnei2019-07-251-7/+8
|\ \ | |/ |/|
| * yuzu/main: Make error messages within OnCoreError more localization-friendlyLioncash2019-07-071-7/+8
* | yuzu: Remove setting for using UnicornLioncash2019-07-111-3/+0
|/
* Merge pull request #2601 from FernandoS27/texture_cacheZach Hilman2019-07-051-0/+3
|\
| * video_core: Make ARB_buffer_storage a required extensionReinUsesLisp2019-06-211-0/+3
* | Merge pull request #2669 from FearlessTobi/move-cpujit-settingZach Hilman2019-07-043-27/+3
|\ \
| * | yuzu: Remove CPU Jit setting from the UIfearlessTobi2019-07-043-27/+3
* | | settings: Add config option for kiosk (quest) modeZach Hilman2019-06-293-1/+21
|/ /
* | general_frontend: Add documentation for parental controls and ecommerce appletsZach Hilman2019-06-251-7/+7
* | yuzu: Accept default applets for Parental Controls and ECommerceZach Hilman2019-06-251-5/+7
* | web_browser: Rename OpenPage to OpenPageLocalZach Hilman2019-06-252-4/+4
* | Merge pull request #2546 from DarkLordZach/kipsbunnei2019-06-211-2/+1
|\ \
| * | game_list: Accept *.kip as a file extension of executablesZach Hilman2019-06-051-2/+1
* | | Merge pull request #2482 from DarkLordZach/prepobunnei2019-06-213-1/+27
|\ \ \ | |_|/ |/| |
| * | loader: Move NSO module tracking to AppLoaderZach Hilman2019-05-261-11/+13
| * | qt: Make UI option for 'Reporting Services' temporaryZach Hilman2019-05-252-0/+24
| * | settings: Add 'Reporting Services' config optionZach Hilman2019-05-251-10/+10
* | | Merge pull request #2594 from FearlessTobi/very-important-changeZach Hilman2019-06-201-1/+1
|\ \ \
| * | | Change to a more descriptive nameTobias2019-06-191-1/+1
| * | | yuzu/configure_input: Add missing space in window nameTobias2019-06-191-1/+1
* | | | Added missing space between two wordsAlex Subaric2019-06-191-1/+1
* | | | Merge pull request #2553 from lioncash/languageZach Hilman2019-06-0831-58/+326
|\ \ \ \
| * | | | yuzu/configuration: Make all widgets and dialogs aware of language changesLioncash2019-06-0631-58/+326
* | | | | constants: Extract backup JPEG used by account servicesZach Hilman2019-06-071-12/+3
* | | | | Merge pull request #2514 from ReinUsesLisp/opengl-compatZach Hilman2019-06-074-20/+2
|\ \ \ \ \
| * | | | | rasterizer_opengl: Remove OpenGL core profileReinUsesLisp2019-05-304-20/+2
* | | | | | Merge pull request #2550 from lioncash/frontendZach Hilman2019-06-061-0/+9
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | yuzu/CMakeLists: Disable implicit QString->QUrl conversionsLioncash2019-06-051-0/+3
| * | | | | yuzu/CMakeLists: Disable unsafe overloads of QProcess' start() functionLioncash2019-06-051-0/+3
| * | | | | yuzu/CMakeLists: Disable implicit type narrowing in connect() callsLioncash2019-06-051-0/+3
* | | | | | Merge pull request #2521 from lioncash/namingbunnei2019-06-0633-213/+234
|\ \ \ \ \ \
| * | | | | | yuzu/configuration: Make function naming consistentLioncash2019-06-0533-213/+234
| |/ / / / /
* | | | | | Merge pull request #2526 from lioncash/globalZach Hilman2019-06-051-5/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | core/loader: Remove LoadKernelSystemModeLioncash2019-05-291-5/+0
* | | | | | Merge pull request #2527 from lioncash/indexZach Hilman2019-06-055-34/+16
|\ \ \ \ \ \
| * | | | | | yuzu/software_keyboard: Remove unnecessary GetStatus() member functionLioncash2019-05-293-10/+1
| * | | | | | profile_select: Remove unnecessary GetStatus() member functionLioncash2019-05-293-18/+8
| * | | | | | profile_select: Return int instead of u32 for GetIndex()Lioncash2019-05-293-8/+9
| |/ / / / /
* | | | | | Merge pull request #2531 from ReinUsesLisp/qt-warningsZach Hilman2019-06-053-15/+15
|\ \ \ \ \ \
| * | | | | | qt: Silence name collision warningsReinUsesLisp2019-05-303-15/+15
| |/ / / / /
* | | | | | Merge pull request #2515 from lioncash/narrowingZach Hilman2019-06-051-6/+5
|\ \ \ \ \ \
| * | | | | | yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect callLioncash2019-05-251-6/+5
* | | | | | | Merge pull request #2536 from lioncash/cacheZach Hilman2019-06-051-36/+26
|\ \ \ \ \ \ \
| * | | | | | | game_list_worker: Use QFile over our own IOFile instance or std streamsLioncash2019-05-311-28/+24
| * | | | | | | game_list_worker: Remove template specializationsLioncash2019-05-311-8/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #2529 from lioncash/bootRodrigo Locatti2019-06-052-31/+40
|\ \ \ \ \ \ \
| * | | | | | | yuzu/bootmanager: Log out screenshot destination pathLioncash2019-06-031-6/+11
| * | | | | | | yuzu/bootmanager: Treat the resolution factor as a u32Lioncash2019-06-032-3/+4
| * | | | | | | yuzu/bootmanager: Default EmuThread's destructor in the cpp fileLioncash2019-06-032-1/+4
| * | | | | | | yuzu/bootmanager: unsigned -> u32Lioncash2019-06-032-11/+11
| * | | | | | | yuzu/bootmanager: Change false literal to 0 for setSwapInterval()Lioncash2019-06-031-1/+1
| * | | | | | | yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructorLioncash2019-06-032-4/+3
| * | | | | | | yuzu/bootmanager: Remove unnecessary pointer castsLioncash2019-06-031-5/+6
| |/ / / / / /
* | | | | | | Merge pull request #2525 from FearlessTobi/remove-unused-settingsMat M2019-06-043-170/+44
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | yuzu: Remove unused birthday settingfearlessTobi2019-05-293-170/+44
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1931 from DarkLordZach/mii-database-1bunnei2019-05-304-16/+15
|\ \ \ \ \ \
| * | | | | | profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman2019-04-254-16/+15
* | | | | | | Merge pull request #2431 from DarkLordZach/game-list-cachebunnei2019-05-305-7/+133
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | main: Remove extraneous commentZach Hilman2019-05-301-1/+0
| * | | | | | game_list_worker: Add better error handling to cachingZach Hilman2019-05-262-23/+42
| * | | | | | yuzu: Clear partial/full game list cache when data is updatedZach Hilman2019-05-262-0/+13
| * | | | | | game_list: Implement caching for game listZach Hilman2019-05-261-7/+99
| * | | | | | ui_settings: Add option to cache game listZach Hilman2019-05-262-0/+3
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2518 from ReinUsesLisp/sdl2-windowbunnei2019-05-292-4/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp2019-05-262-4/+2
* | | | | | configure_hotkeys: Remove unnecessary Settings::Apply() callLioncash2019-05-251-1/+0
* | | | | | configure_hotkeys: Tidy up key sequence conflict error stringLioncash2019-05-251-2/+2
* | | | | | configure_hotkeys: Change critical error dialog into a warning dialogLioncash2019-05-251-2/+2
* | | | | | configure_hotkeys: Move conflict detection logic to IsUsedKey()Lioncash2019-05-252-14/+15
* | | | | | configure_hotkeys: Remove unused EmitHotkeysChanged()Lioncash2019-05-253-13/+0
* | | | | | sequence_dialog: Reorganize the constructorLioncash2019-05-251-4/+8
* | | | | | sequence_dialog: Remove unnecessary horizontal specifierLioncash2019-05-251-2/+1
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #2513 from lioncash/stringbunnei2019-05-255-126/+168
|\ \ \ \ \
| * | | | | yuzu/CMakeLists: Disable implicit QString conversionsLioncash2019-05-251-0/+4
| * | | | | yuzu/applets/software_keyboard: Remove unused assert headerLioncash2019-05-251-1/+0
| * | | | | yuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText()Lioncash2019-05-251-1/+1
| * | | | | yuzu/applets/software_keyboard: Resolve sign mismatch comparisonLioncash2019-05-251-1/+1
| * | | | | yuzu/applets/software_keyboard: Specify string conversions explicitlyLioncash2019-05-252-10/+18
| * | | | | yuzu/applets/error: Specify string conversions explicitlyLioncash2019-05-251-2/+3
| * | | | | yuzu/main: Specify string conversions where applicableLioncash2019-05-251-115/+145
| | |_|/ / | |/| | |
* | | | | Merge pull request #2358 from ReinUsesLisp/parallel-shaderbunnei2019-05-251-9/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gl_shader_cache: Use shared contexts to build shaders in parallelReinUsesLisp2019-05-211-9/+9
| |/ / /
* | | | yuzu/configuration/config: Make default hotkeys an internally-linked array in the cpp fileLioncash2019-05-212-4/+2
* | | | yuzu/configuration/config: Specify string conversions explicitlyLioncash2019-05-211-30/+42
|/ / /
* | | Merge pull request #2455 from lioncash/configbunnei2019-05-212-315/+573
|\ \ \
| * | | configuration/config: Move config loading and saving to functions based off groupsLioncash2019-05-092-315/+573
| |/ /
* | | yuzu/game_list: Specify string conversions explicitlyLioncash2019-05-202-50/+55
* | | yuzu/game_list_worker: Specify string conversions explicitlyLioncash2019-05-201-2/+2
* | | yuzu/game_list_p: Amend mentions of SMDH in commentsLioncash2019-05-201-3/+3
* | | yuzu/game_list_p: Specify string conversions explicitlyLioncash2019-05-201-10/+9
* | | yuzu/loading_screen: Specify string conversions explicitlyLioncash2019-05-201-9/+9
* | | yuzu/bootmanager: Specify string conversions explicitlyLioncash2019-05-201-2/+4
* | | yuzu/util: Specify string conversions explicitlyLioncash2019-05-201-8/+10
* | | yuzu/configuration/configure_web: Specify string conversions explicitlyLioncash2019-05-191-8/+16
* | | yuzu/configuration/configure_system: Specify string conversions explicitlyLioncash2019-05-191-2/+3
* | | yuzu/configuration/configure_profile_manager: Mark UI string as translatableLioncash2019-05-191-1/+1
* | | yuzu/configuration/configure_per_general: Specify string conversions explicitlyLioncash2019-05-191-6/+8
* | | yuzu/configuration/configure_mouse_advanced: Clean up array accessesLioncash2019-05-191-19/+22
* | | yuzu/configuration/configure_mouse_advanced: Specify string conversions explicitlyLioncash2019-05-191-11/+23
* | | yuzu/configuration/configure_input_player: Clean up array accessesLioncash2019-05-191-32/+48
* | | yuzu/configuration/configure_input_player: Specify string conversions explicitlyLioncash2019-05-191-24/+49
* | | yuzu/configuration/configure_input: Mark controller type names as translateableLioncash2019-05-191-5/+8
* | | yuzu/configuration/configure_general: Specify string conversions explicitlyLioncash2019-05-191-1/+2
* | | yuzu/configuration/configure_gamelist: Specify string conversions explicitlyLioncash2019-05-191-3/+5
* | | yuzu/configuration/configure_audio: Store power on query into a variableLioncash2019-05-191-2/+3
* | | yuzu/configuration/configure_audio: Tidy up function castLioncash2019-05-191-2/+1
* | | yuzu/configuration/configure_audio: Specify string conversions explicitlyLioncash2019-05-191-3/+3
* | | Merge pull request #2468 from lioncash/deductionHexagon122019-05-191-1/+1
|\ \ \
| * | | yuzu: Remove explicit types from locks where applicableLioncash2019-05-141-1/+1
* | | | Merge pull request #2492 from lioncash/debuggerHexagon122019-05-193-17/+20
|\ \ \ \
| * | | | yuzu/debugger/graphics/graphics_breakpoints: Specify string conversions explicitlyLioncash2019-05-191-1/+1
| * | | | yuzu/debugger/profiler: Specify string conversions explicitlyLioncash2019-05-191-2/+2
| * | | | yuzu/debugger/wait_tree: Specify string conversions explicitlyLioncash2019-05-191-14/+17
* | | | | Merge pull request #2486 from lioncash/resetnameSebastian Valle2019-05-191-4/+4
|\ \ \ \ \
| * | | | | core/kernel/object: Rename ResetType enum membersLioncash2019-05-181-4/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #2493 from lioncash/translateSebastian Valle2019-05-191-2/+2
|\ \ \ \ \
| * | | | | yuzu/applets/profile_select: Mark header string as translatableLioncash2019-05-191-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #2476 from ReinUsesLisp/fix-compatHexagon122019-05-191-0/+1
|\ \ \ \ \
| * | | | | yuzu/bootmanager: Explicitly enable deprecated OpenGL features on compatReinUsesLisp2019-05-171-0/+1
| | |/ / / | |/| | |
* | | | | yuzu/util: Remove unused spinbox.cpp/.hLioncash2019-05-193-366/+0
| |/ / / |/| | |
* | | | Merge pull request #2457 from lioncash/aboutbunnei2019-05-173-11/+23
|\ \ \ \
| * | | | yuzu/main: Move window title updating logic to its own functionLioncash2019-05-092-7/+19
| * | | | yuzu/about_dialog: Specify string conversions explicitlyLioncash2019-05-091-4/+4
| | |/ / | |/| |
* | | | qt/configure_graphics: Shadow options at runtimeReinUsesLisp2019-05-171-2/+6
| |/ / |/| |
* | | Merge pull request #2458 from lioncash/hotkeybunnei2019-05-091-2/+0
|\ \ \
| * | | yuzu/hotkeys: Remove unnecessary constructorLioncash2019-05-091-2/+0
| |/ /
* | | Merge pull request #2456 from lioncash/qualifierbunnei2019-05-091-3/+3
|\ \ \
| * | | yuzu/compatdb: Remove unnecessary qualifiersLioncash2019-05-091-3/+3
| |/ /
* / / configure_dialog: Remove the Whats This? button from the dialogLioncash2019-05-091-0/+4
|/ /
* | Merge pull request #2416 from lioncash/waitbunnei2019-04-251-7/+4
|\ \
| * | kernel/thread: Unify wait synchronization typesLioncash2019-04-171-7/+4
* | | Merge pull request #2424 from FernandoS27/compatbunnei2019-04-254-1/+17
|\ \ \
| * | | Allow picking a Compatibility Profile for OpenGL.Fernando Sahmkow2019-04-204-1/+17
* | | | Merge pull request #2228 from DarkLordZach/applet-manager-p1bunnei2019-04-255-3/+111
|\ \ \ \ | |/ / / |/| | |
| * | | web_browser: Make OpenPage non-constZach Hilman2019-04-173-7/+7
| * | | main: Add GMainWindow hooks for Error displayZach Hilman2019-04-172-0/+8
| * | | main: Switch to AppletManager for frontendZach Hilman2019-04-171-3/+9
| * | | qt: Add dialog implementation of Error appletZach Hilman2019-04-173-0/+94
| * | | web_browser: Make OpenPage constZach Hilman2019-04-172-4/+4
| |/ /
* | | yuzu/bootmanager: Replace unnnecessary constructor initializer list member of GGLContextLioncash2019-04-171-2/+2
* | | yuzu/bootmanager: Remove unnecessary includesLioncash2019-04-171-1/+0
* | | yuzu/bootmanager: Resolve constructor initializer list warningsLioncash2019-04-171-2/+1
|/ /
* | Merge pull request #2405 from lioncash/qtbunnei2019-04-172-1/+7
|\ \
| * | CMakeLists: Define QT_USE_QSTRINGBUILDER for the Qt targetLioncash2019-04-152-1/+7
* | | Merge pull request #2376 from lioncash/constbunnei2019-04-173-12/+12
|\ \ \ | |/ / |/| |
| * | configure_hotkeys: Pass the dialog as a parent to SequenceDialog()Lioncash2019-04-101-1/+1
| * | configure_hotkeys: Avoid dialog memory leak within Configure()Lioncash2019-04-101-3/+3
| * | configure_hotkeys: Mark member variables as const where applicable in Configure()Lioncash2019-04-101-7/+7
| * | configure_hotkeys: Make comparison check a little more self-documentingLioncash2019-04-101-1/+2
| * | configure_dialog: Amend constructor initializer list orderLioncash2019-04-101-1/+1
| * | configure_hotkey: Remove unnecessary includeLioncash2019-04-101-1/+0
| * | configure_hotkey: Make IsUsedKey() a const member functionLioncash2019-04-102-2/+2
* | | Merge pull request #2357 from zarroboogs/force-30fps-modebunnei2019-04-143-0/+12
|\ \ \
| * | | added a toggle to force 30fps modezarroboogs2019-04-093-0/+12
* | | | Merge pull request #2017 from jroweboy/glwidgetbunnei2019-04-144-84/+172
|\ \ \ \
| * | | | bootmanager: Bypass input focus issuesReinUsesLisp2019-03-254-55/+78
| * | | | bootmanager: Bypass resizing issueReinUsesLisp2019-03-251-7/+12
| * | | | bootmanager: Delete container to avoid crash on game restartingReinUsesLisp2019-03-252-14/+10
| * | | | QT: Hide GLWidget immediately after showing.James Rowe2019-01-221-0/+2
| * | | | QT Frontend: Migrate to QOpenGLWindowJames Rowe2019-01-223-21/+83
* | | | | Fix Clang FormatFreddyFunk2019-04-122-5/+10
* | | | | ui_settings: Rename game directory variablesFreddyFunk2019-04-115-20/+20
* | | | | Merge pull request #2353 from lioncash/surfacebunnei2019-04-105-622/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | yuzu/debugger: Remove graphics surface viewerLioncash2019-04-065-622/+0
| | |/ / | |/| |
* | | | Merge pull request #1957 from DarkLordZach/title-providerbunnei2019-04-106-89/+97
|\ \ \ \
| * | | | game_list: Register content with ContentProviderZach Hilman2019-03-276-89/+97
* | | | | Merge pull request #2132 from FearlessTobi/port-4437bunnei2019-04-1023-208/+426
|\ \ \ \ \
| * | | | | yuzu: Make hotkeys configurable via the GUIAdityarup Laha2019-03-1623-208/+426
* | | | | | yuzu/loading_screen: Resolve runtime Qt string formatting warningsLioncash2019-04-091-1/+6
| |_|/ / / |/| | | |
* | | | | yuzu/debugger/graphics_surface: Display error messages for file I/O errorsLioncash2019-04-061-7/+25
* | | | | yuzu/debugger/graphics_surface: Tidy up SaveSurfaceLioncash2019-04-061-15/+14
* | | | | yuzu/debugger/graphics_surface: Clean up connection overload deductionLioncash2019-04-061-12/+10
* | | | | yuzu/debugger/graphics_surface: Fill in missing surface format listingsLioncash2019-04-061-43/+84
* | | | | Merge pull request #2331 from lioncash/cachebunnei2019-04-051-9/+6
|\ \ \ \ \
| * | | | | yuzu/main: Use QStringLiteral where applicable within OnTransferableShaderCacheOpenFile()Lioncash2019-04-041-2/+2
| * | | | | yuzu/main: Tidy up the error dialog string in OnTransferableShaderCacheOpenFile()Lioncash2019-04-041-3/+2
| * | | | | yuzu/main: Remove unnecessary string concatenation in OnTransferableShaderCacheOpenFile()Lioncash2019-04-041-1/+1
| * | | | | yuzu/main: Make open_target a QStringLioncash2019-04-041-4/+2
| * | | | | yuzu/main: Use static variant of QFile's exists()Lioncash2019-04-041-1/+1
* | | | | | yuzu/main: Remove unnecessary includesLioncash2019-04-041-5/+8
|/ / / / /
* | | | | Merge pull request #2095 from FreddyFunk/open-transferable-shader-cachebunnei2019-04-044-0/+44
|\ \ \ \ \
| * | | | | Use QString instead of std::string where applicableunknown2019-02-081-17/+11
| * | | | | Use constexpr char array instead of string where applicableMat M2019-02-081-1/+1
| * | | | | frontend: Open transferable shader cache for a selected game in the gamelistunknown2019-02-084-0/+50
* | | | | | Merge pull request #2323 from lioncash/includebunnei2019-04-032-4/+6
|\ \ \ \ \ \
| * | | | | | yuzu/debugger/profiler: Remove unnecessary includesLioncash2019-04-032-4/+6
* | | | | | | yuzu/applets/software_keyboard: Use QDialogButtonBox standard buttons instead of custom buttonsLioncash2019-04-031-7/+7
* | | | | | | yuzu/applets/profile_select: Use QDialogButtonBox standard buttons instead of custom buttonsLioncash2019-04-031-4/+1
|/ / / / / /
* | | | | | Merge pull request #2301 from FearlessTobi/remove-amiibo-settingbunnei2019-04-013-24/+0
|\ \ \ \ \ \
| * | | | | | core/yuzu: Remove enable_nfc settingfearlessTobi2019-03-293-24/+0
| | |_|/ / / | |/| | | |
* | | | | | general: Use deducation guides for std::lock_guard and std::unique_lockLioncash2019-04-015-7/+7
* | | | | | Merge pull request #2266 from FernandoS27/arbitrationbunnei2019-03-291-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add CondVar Thread State.Fernando Sahmkow2019-03-201-0/+4
* | | | | | gpu: Move GPUVAddr definition to common_types.bunnei2019-03-212-2/+2
* | | | | | Merge pull request #2239 from FearlessTobi/port-4684bunnei2019-03-211-3/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | frontend: qt: fix a freeze where if you click on entry in the game list too fast, citra will hangliushuyu2019-03-151-3/+1
* | | | | | video_core: Refactor to use MemoryManager interface for all memory access.bunnei2019-03-161-3/+2
| |_|/ / / |/| | | |
* | | | | Merge pull request #2048 from FearlessTobi/port-3924bunnei2019-03-162-203/+250
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | citra_qt: Settings (configuration) reworkzhupengfei2019-03-072-203/+250
* | | | Merge pull request #2187 from FearlessTobi/port-sdl-thingsbunnei2019-03-131-1/+0
|\ \ \ \
| * | | | Input: Remove global variables from SDL InputJames Rowe2019-03-021-1/+0
* | | | | Merge pull request #2196 from DarkLordZach/web-applet-escbunnei2019-03-072-0/+7
|\ \ \ \ \
| * | | | | web_browser: Add shortcut to Enter key to exit appletZach Hilman2019-03-052-0/+7
* | | | | | Merge pull request #2205 from FearlessTobi/docked-undocked-hotkeybunnei2019-03-071-0/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | yuzu: add a hotkey to switch between undocked and docked modefearlessTobi2019-03-061-0/+8
| |/ / / /
* | | | | Merge pull request #2055 from bunnei/gpu-threadbunnei2019-03-074-4/+21
|\ \ \ \ \
| * | | | | bootmanager: Ensure that we have a context for shader loading.bunnei2019-03-071-4/+6
| * | | | | settings: Add new graphics setting for use_asynchronous_gpu_emulation.bunnei2019-03-073-0/+15
* | | | | | Merge pull request #2190 from lioncash/ogl-globalbunnei2019-03-072-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | yuzu: Remove usage of the global telemetry accessorLioncash2019-03-042-3/+3
| | |/ / / | |/| | |
* | | | | yuzu/debugger/wait_tree: Remove use of global CurrentProcess accessorLioncash2019-03-062-5/+6
| |/ / / |/| | |
* | | | Merge pull request #2154 from FearlessTobi/port-4647Mat M2019-03-021-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | citra_qt/main: make SPEED_LIMIT_STEP static constexprfearlessTobi2019-03-021-1/+4
| |/ /
* | | yuzu/compatdb: Remove unused lambda captureLioncash2019-02-271-1/+1
* | | common/vector_math: Move Vec[x] types into the Common namespaceLioncash2019-02-271-1/+1
|/ /
* | loading_screen: Unchunk progress barReinUsesLisp2019-02-071-1/+3
* | gl_shader_cache: Link loading screen with disk shader cache loadReinUsesLisp2019-02-073-1/+19
* | settings: Hide shader cache behind a settingReinUsesLisp2019-02-073-0/+12
* | Merge pull request #2057 from FearlessTobi/port-4586bunnei2019-02-062-7/+15
|\ \
| * | Use QPixmap/QIcon for background color selection buttonxperia642019-01-262-7/+15
* | | Merge pull request #2086 from FearlessTobi/port-4583bunnei2019-02-061-6/+10
|\ \ \
| * | | Fix crash when no files are selectedxperia642019-02-051-6/+6
| * | | Add file extension to screenshot filename if not providedxperia642019-02-051-3/+7
* | | | Merge pull request #2088 from jroweboy/hbunnei2019-02-061-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | QT: Fix the loading screen 'H' switch logo to not glitch outJames Rowe2019-02-061-1/+4
| |/ /
* / / kernel: Remove the Timer classLioncash2019-02-012-30/+0
|/ /
* | Merge pull request #2054 from bunnei/scope-context-refactorbunnei2019-01-241-8/+9
|\ \
| * | frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.bunnei2019-01-241-8/+9
* | | citra_qt: Log settings on launchzhupengfei2019-01-222-0/+4
|/ /
* | Merge pull request #2035 from lioncash/fwd-declbunnei2019-01-217-17/+14
|\ \ | |/ |/|
| * yuzu/configuration/configure_input_player: Forward declare types where applicableLioncash2019-01-172-2/+7
| * yuzu/configuration/configure_touchscreen_advanced: Remove unnecessary header inclusionsLioncash2019-01-171-2/+0
| * yuzu/configuration/configure_per_general: Remove unused header inclusionsLioncash2019-01-172-4/+3
| * yuzu/configuration/configure_debug: Remove unused header inclusionsLioncash2019-01-171-1/+0
| * yuzu/configuration/configure_system: Remove unused header inclusionsLioncash2019-01-171-8/+4
* | Change const char* to const char[]James Rowe2019-01-211-4/+4
* | Fix mingw compile error and warningsJames Rowe2019-01-212-6/+6
* | Add fade out effect to the loading screenJames Rowe2019-01-214-94/+158
* | Set Minimum Size to the same as renderwindowJames Rowe2019-01-211-0/+1
* | Remove blue box around loading screenJames Rowe2019-01-211-1/+0
* | Change the background color of Stage Complete to yuzu blueJames Rowe2019-01-211-1/+1
* | Rename step 1 and step 2 to be a little more descriptiveJames Rowe2019-01-211-6/+6
* | Prevent estimated time from flashing after slow shader compilation startsJames Rowe2019-01-211-1/+1
* | Move progress bar style into constexpr stringsJames Rowe2019-01-211-28/+32
* | Hide progress bar on Prepare stepJames Rowe2019-01-201-7/+8
* | QT: Upgrade the Loading Bar to look much betterJames Rowe2019-01-203-11/+192
* | Merge pull request #2034 from jroweboy/loading-widgetbunnei2019-01-208-10/+258
|\ \
| * | Add a workaround if QMovie isn't availableJames Rowe2019-01-202-1/+20
| * | QT Frontend: Add a Loading screen with progressbarJames Rowe2019-01-208-10/+239
* | | Merge pull request #2032 from lioncash/webbunnei2019-01-201-6/+5
|\ \ \ | |/ / |/| |
| * | yuzu/configuration/configure_web: Remove an unused lambda captureLioncash2019-01-171-5/+4
| * | yuzu/configuration/configure_web: Use an ellipsis with 'Verifying' textLioncash2019-01-171-1/+1
| |/
* | core/frontend/applets/web_browser: Make OpenPage() non-constLioncash2019-01-172-4/+4
* | yuzu/web_browser: std::move std::function instances in OpenPage()Lioncash2019-01-171-2/+2
* | yuzu/web_browser: Make slot functions privateLioncash2019-01-171-2/+1
|/
* Merge pull request #1848 from FreddyFunk/QJsonArraybunnei2019-01-121-2/+2
|\
| * game_list: Remove a reference of a referenceFrederic Laing2018-12-031-2/+2
* | Merge pull request #1959 from DarkLordZach/custom-rtcbunnei2019-01-103-30/+83
|\ \
| * | settings: Fix comment structureZach Hilman2019-01-081-1/+2
| * | settings: Use std::chrono::seconds instead of s64 for RTCZach Hilman2019-01-082-5/+9
| * | qt: Provide UI to edit custom RTC settingsZach Hilman2019-01-082-28/+66
| * | settings: Add custom RTC settingsZach Hilman2019-01-081-2/+12
* | | Merge pull request #1939 from DarkLordZach/web-appletbunnei2019-01-105-0/+331
|\ \ \ | |/ / |/| |
| * | travis: Use correct package for linux Qt5WebEngineZach Hilman2018-12-291-1/+1
| * | web_browser: Add bounds checking to applet interfaceZach Hilman2018-12-293-12/+21
| * | main: Add main window integrations for QtWebBrowserAppletZach Hilman2018-12-283-0/+168
| * | qt: Implement Qt frontend to web browserZach Hilman2018-12-282-0/+154
* | | qt: Move profile manager to own UI tabZach Hilman2019-01-049-427/+565
* | | Removed pulse event typeDavid Marcec2019-01-041-2/+0
* | | Merge pull request #1942 from DarkLordZach/profile-select-game-bootbunnei2019-01-036-0/+32
|\ \ \
| * | | qt: Add setting to prompt for user on game bootZach Hilman2018-12-256-0/+32
* | | | Merge pull request #1941 from DarkLordZach/profile-select-save-databunnei2019-01-031-22/+16
|\ \ \ \
| * | | | qt: Use ProfileSelectionDialog when selecting user for save dataZach Hilman2018-12-251-22/+16
| |/ / /
* | | | Merge pull request #1944 from FearlessTobi/port-4187bunnei2019-01-023-59/+124
|\ \ \ \
| * | | | Qt/Configure: Use sidebar to divide tabs into smaller groupsspycrab2018-12-283-59/+124
| |/ / /
* | | | yuzu/configure_general: Silence truncation warnings in loadConfiguration()Lioncash2019-01-011-2/+2
* | | | yuzu/config: Silence truncation warningsLioncash2019-01-011-1/+1
* | | | kernel: Rename 'default' CPU core to 'ideal' coreLioncash2018-12-281-2/+2
| |/ / |/| |
* | | am: Implement GetSaveDataSize and ExtendSaveDataZach Hilman2018-12-271-3/+3
* | | Merge pull request #1948 from lioncash/translatablebunnei2018-12-271-2/+2
|\ \ \
| * | | configure_per_general: Mark UI strings as translatable in the constructorLioncash2018-12-261-2/+2
* | | | configure_input_simple: Make input profile array constexprLioncash2018-12-261-12/+7
|/ / /
* | | Merge pull request #1849 from encounter/svcSetThreadActivitybunnei2018-12-261-0/+5
|\ \ \ | |/ / |/| |
| * | debugger: Set paused thread colorLuke Street2018-12-041-1/+2
| * | svc: Implement SetThreadActivity (thread suspension)Luke Street2018-12-041-0/+4
* | | Merge pull request #1886 from FearlessTobi/port-4164bunnei2018-12-237-39/+111
|\ \ \
| * | | yuzu, video_core: Screenshot functionalityzhupengfei2018-12-187-39/+111
* | | | Merge pull request #1781 from DarkLordZach/applet-profile-selectbunnei2018-12-235-0/+269
|\ \ \ \
| * | | | applets: Correct event ResetTypes from OneShot to StickyZach Hilman2018-12-031-1/+1
| * | | | qt: Implement GUI dialog frontend for ProfileSelectorZach Hilman2018-12-035-0/+267
| * | | | qt: Register to use Qt ProfileSelector instead of defaultZach Hilman2018-12-031-0/+2
| | |/ / | |/| |
* | | | Merge pull request #1780 from DarkLordZach/controller-profilesbunnei2018-12-2312-66/+401
|\ \ \ \
| * | | | configure_input_simple: Properly signal docked mode changeZach Hilman2018-12-053-33/+31
| * | | | configure_input: Add ConfigureInputSimple as default input UI configZach Hilman2018-12-058-1/+293
| * | | | configure_input: Convert into QDialogZach Hilman2018-12-053-7/+47
| * | | | configure: Use ConfigureInputSimple for Input tabZach Hilman2018-12-051-26/+26
| * | | | ui_settings: Add UI setting for input profile indexZach Hilman2018-12-052-0/+5
* | | | | Fixed uninitialized memory due to missing returns in canaryDavid Marcec2018-12-191-0/+1
* | | | | Merge pull request #1902 from lioncash/audiobunnei2018-12-151-4/+3
|\ \ \ \ \
| * | | | | audio_core: Make g_sink_details internally linkedLioncash2018-12-131-4/+3
* | | | | | Merge pull request #1871 from lioncash/movebunnei2018-12-142-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | yuzu/wait_tree: Pass QString by value and std::move in the initializer list for WaitTreeTextLioncash2018-12-062-2/+2
| |/ / / /
* | | | | Merge pull request #1819 from DarkLordZach/disable-addonsbunnei2018-12-1110-1/+564
|\ \ \ \ \
| * | | | | qt: Add Properties menu to game list right-clickZach Hilman2018-12-048-21/+53
| * | | | | qt: Add UI to display game properties and disable add-onsZach Hilman2018-12-034-0/+501
| * | | | | config: Store and load disabled add-ons listZach Hilman2018-12-031-0/+30
| | |/ / / | |/| | |
* | | | | Merge pull request #1873 from lioncash/constbunnei2018-12-081-9/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | yuzu/game_list_worker: Don't retrieve the file type twice in AddFstEntriesToGameList()Lioncash2018-12-051-5/+9
| * | | | yuzu/game_list_worker: Don't retrieve file type and file type strings twice in MakeGameListEntry()Lioncash2018-12-051-4/+6
| | |/ / | |/| |
* / | | configuration/config: Use an intermediary variable for accessing playersLioncash2018-12-051-43/+38
|/ / /
* | | Merge pull request #1837 from lioncash/mapbunnei2018-12-051-59/+46
|\ \ \
| * | | yuzu/game_list_worker: Move std::string construction after the termination check in callbacksLioncash2018-12-051-7/+7
| * | | yuzu/game_list_worker: Deduplicate game list entry creationLioncash2018-12-021-47/+33
| * | | yuzu/game_list_worker: Tidy up string handling in FillControlMap()Lioncash2018-12-021-6/+7
* | | | kernel/object: Amend handle types to distinguish between readable and writable eventsLioncash2018-12-041-1/+1
| |/ / |/| |
* | | Merge pull request #1842 from lioncash/slotbunnei2018-12-039-14/+12
|\ \ \
| * | | yuzu/configuration: Make slots private where applicableLioncash2018-12-025-7/+2
| * | | yuzu/configuration: Add missing override specifiers to configuration-related classesLioncash2018-12-027-7/+7
| * | | yuzu/configuration/configure_input: Default destructor in the cpp fileLioncash2018-12-022-0/+3
| | |/ | |/|
* | | Merge pull request #1835 from lioncash/cache-globalbunnei2018-12-032-9/+9
|\ \ \
| * | | filesystem: De-globalize registered_cache_unionLioncash2018-12-022-9/+9
| | |/ | |/|
* | | Merge pull request #1803 from DarkLordZach/k-able-eventbunnei2018-12-032-6/+7
|\ \ \ | |_|/ |/| |
| * | kernel/event: Reference ReadableEvent from WritableEventZach Hilman2018-11-292-6/+6
| * | core: Port all current usages of Event to Readable/WritableEventZach Hilman2018-11-292-6/+7
* | | Merge pull request #1795 from ReinUsesLisp/vc-cleanupbunnei2018-12-021-0/+2
|\ \ \
| * | | gl_rasterizer: Remove extension booleansReinUsesLisp2018-11-291-0/+2
* | | | remove border from GameListBartosz Kaszubowski2018-11-301-0/+1
| |_|/ |/| |
* | | configure_input: Amend clang-format discrepanciesLioncash2018-11-301-1/+1
| |/ |/|
* | Merge pull request #1768 from greggameplayer/patch-2bunnei2018-11-291-0/+4
|\ \ | |/ |/|
| * correct clang-formatgreggameplayer2018-11-221-1/+1
| * Automatically disable joycons dockedgreggameplayer2018-11-221-0/+4
* | Merge pull request #1814 from lioncash/ptrbunnei2018-11-281-5/+5
|\ \
| * | file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry()Lioncash2018-11-271-5/+5
* | | yuzu/configure_input_player: Use std::size_t to represent the player index instead of u8Lioncash2018-11-272-3/+3
* | | yuzu/configure_input: Make CallConfigureDialog a non-member template functionLioncash2018-11-273-21/+20
* | | yuzu/configure_input_player: Use a lambda expression instead of std::bindLioncash2018-11-271-1/+1
* | | yuzu/configure_input_player: Amend constructor initializer list orderLioncash2018-11-271-4/+3
* | | yuzu/configure_input: Remove unused function MoveGridElementLioncash2018-11-271-7/+0
* | | yuzu/configure_input*: Move data members after function declarationsLioncash2018-11-272-41/+42
* | | yuzu/configure_input: Remove unnecessary includesLioncash2018-11-273-17/+3
|/ /
* | Merge pull request #1725 from FernandoS27/gl43bunnei2018-11-242-17/+3
|\ \
| * | Removed pre 4.3 ARB extensionsFernandoS272018-11-211-14/+0
| * | Update OpenGL's backend version from 3.3 to 4.3FernandoS272018-11-212-3/+3
| |/
* | Merge pull request #1708 from ogniK5377/res-scalebunnei2018-11-241-47/+47
|\ \
| * | Report resolution scaling support for vi and amDavid Marcec2018-11-161-47/+47
* | | Merge pull request #1747 from DarkLordZach/exefs-lfsbunnei2018-11-243-0/+14
|\ \ \
| * | | patch_manager: Show LayeredExeFS patch in add-ons columnZach Hilman2018-11-211-1/+1
| * | | settings: Add option to dump ExeFS of games upon launchZach Hilman2018-11-203-0/+14
* | | | yuzu/applets/software_keyboard: Override accept() and reject() instead of providing own differently named member functionsLioncash2018-11-202-8/+8
* | | | yuzu/applets/software_keyboard: std::move std::function instances where applicableLioncash2018-11-201-2/+2
* | | | yuzu/applets/software_keyboard: Make slots private functionsLioncash2018-11-201-2/+1
| |_|/ |/| |
* | | Merge pull request #1667 from DarkLordZach/swkbdbunnei2018-11-205-0/+276
|\ \ \
| * | | software_keyboard: Add max and current length display to dialogZach Hilman2018-11-182-1/+11
| * | | applet: Add operation completed callbackZach Hilman2018-11-184-3/+22
| * | | software_keyboard: Make GetText asynchronousZach Hilman2018-11-184-18/+35
| * | | am: Allow applets to push multiple and different channels of dataZach Hilman2018-11-184-20/+21
| * | | am: Implement text check software keyboard modeZach Hilman2018-11-181-0/+17
| * | | am: Deglobalize software keyboard appletZach Hilman2018-11-184-34/+70
| * | | qt/main: Register Qt Software Keyboard frontend with AMZach Hilman2018-11-182-0/+5
| * | | qt/applets: Provide Qt frontend implementation of software keyboardZach Hilman2018-11-183-0/+171
| |/ /
* | | configure_input: Use Joycons Docked instead of Connected as labelZach Hilman2018-11-191-1/+1
* | | configure_input_player: Set minimum width on controlsZach Hilman2018-11-191-16/+24
* | | configure_input: Properly update UI components on removal of playerZach Hilman2018-11-191-0/+2
* | | configure_input: Make None a controller option instead of checkboxZach Hilman2018-11-1911-152/+148
* | | hid: Use player-defined controller type as PREFERRED_CONTROLLERZach Hilman2018-11-1910-81/+120
* | | qt: Move controller button config to separate dialogZach Hilman2018-11-194-0/+1767
* | | qt: Add UI to configure touchscreen parametersZach Hilman2018-11-194-0/+281
* | | qt: Add UI to configure mouse buttonsZach Hilman2018-11-194-0/+542
* | | configure_input: Add support for multiplayer and controller typesZach Hilman2018-11-193-998/+525
* | | yuzu/config: Add (de-)serialization for multiplayerZach Hilman2018-11-192-21/+331
* | | Merge pull request #1640 from DarkLordZach/game-list-reloadbunnei2018-11-195-1/+28
|\ \ \ | |/ / |/| |
| * | game_list: Only reload game list after relevant settings changedZach Hilman2018-11-045-1/+28
* | | Merge pull request #1678 from FearlessTobi/amiibo-hotkeysbunnei2018-11-171-1/+9
|\ \ \
| * | | yuzu: Add hotkey for Amiibo loadingfearlessTobi2018-11-131-1/+9
* | | | Merge pull request #1632 from DarkLordZach/keys-manager-optimizationsbunnei2018-11-166-119/+166
|\ \ \ \
| * | | | game_list: Make add-ons column optionalZach Hilman2018-11-026-119/+166
* | | | | Fixed switching operation modes when not running a gameDavid Marcec2018-11-161-0/+3
| |_|_|/ |/| | |
* | | | Merge pull request #1618 from DarkLordZach/dump-nsobunnei2018-11-153-1/+24
|\ \ \ \
| * | | | settings: Add setting to control NSO dumpingZach Hilman2018-10-293-1/+24
* | | | | yuzu/configure_system: Mark the entropy mask string as nontranslatableLioncash2018-11-141-1/+1
* | | | | Merge pull request #1679 from DarkLordZach/deterministic-rng-2bunnei2018-11-142-6/+5
|\ \ \ \ \
| * | | | | svc: Use proper random entropy generation algorithmZach Hilman2018-11-132-6/+5
* | | | | | qt: Move Open yuzu Folder action from Help to FileZach Hilman2018-11-131-1/+2
|/ / / / /
* | | | | Merge pull request #1670 from DarkLordZach/deterministic-rngbunnei2018-11-133-100/+160
|\ \ \ \ \
| * | | | | svc: Return random seed for svcGetInfo RandomEntropyZach Hilman2018-11-131-3/+6
| * | | | | settings: Add config option to set RNG seedZach Hilman2018-11-123-100/+157
* | | | | | Merge pull request #1650 from FreddyFunk/castbunnei2018-11-131-1/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | yuzu/main: Fix compiler warningFrederic Laing2018-11-061-1/+2
* | | | | | Merge pull request #1674 from FearlessTobi/fullscreen-fixJames Rowe2018-11-121-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | yuzu: Add a missing "!" to fix the stuck-in-fullscreen bugTobias2018-11-121-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #1652 from FreddyFunk/static-castbunnei2018-11-111-1/+1
|\ \ \ \ \
| * | | | | configure_system: Fix compiler warningFrederic Laing2018-11-061-1/+1
| | |/ / / | |/| | |
* | | | | Renamed CheckIfOperationChanged to OnDockedModeChangedDavid Marcec2018-11-082-21/+23
* | | | | FixupsDavid Marcec2018-11-072-11/+16
* | | | | Ability to switch between docked and undocked mode in-gameDavid Marcec2018-11-071-1/+25
|/ / / /
* | | | Merge pull request #1441 from CarlKenner/DebuggerLogbunnei2018-11-051-0/+3
|\ \ \ \
| * | | | logging: Add DebuggerBackend for logging to Visual StudioCarl Kenner2018-10-071-0/+3
* | | | | Merge pull request #1639 from DarkLordZach/open-yuzu-folderbunnei2018-11-053-0/+13
|\ \ \ \ \
| * | | | | qt: Add help option to open yuzu folderZach Hilman2018-11-033-0/+13
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1625 from FernandoS27/astcbunnei2018-11-051-3/+3
|\ \ \ \ \
| * | | | | Fix ASTC Decompressor to support depth parameterFernandoS272018-11-021-3/+3
| * | | | | Fix ASTC formatsFernandoS272018-11-011-1/+1
* | | | | | Fix quickstart linkDharmin K Shah2018-11-041-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #1615 from lioncash/inputbunnei2018-11-024-24/+111
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | configure_system: Contrain profile usernames to 32 charactersLioncash2018-10-314-24/+111
| | |/ / | |/| |
* | | | Merge pull request #1604 from FearlessTobi/port-4369bunnei2018-11-012-2/+29
|\ \ \ \ | |_|_|/ |/| | |
| * | | compatdb: Use a seperate endpoint for testcase submissionfearlessTobi2018-10-282-2/+29
* | | | Merge pull request #1624 from lioncash/boostbunnei2018-10-301-1/+0
|\ \ \ \
| * | | | general: Remove unused boost inclusions where applicableLioncash2018-10-301-1/+0
* | | | | Merge pull request #1595 from FreddyFunk/castbunnei2018-10-301-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | configure_system: Fix compiler warningFrederic Laing2018-10-281-1/+1
| | |/ / | |/| |
* / | | global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-306-15/+16
|/ / /
* | | configure_system: Make GetIcon() return the scaled 64x64 iconLioncash2018-10-271-14/+7
* | | configure_system: Move entry formatting for the user account list entries to its own functionLioncash2018-10-271-18/+22
* | | configure_system: Display errors to the user if file operations fail when setting user imagesLioncash2018-10-271-24/+46
|/ /
* | Merge pull request #1569 from lioncash/amiibobunnei2018-10-261-14/+35
|\ \
| * | yuzu/main: Notify user of loading errors with Amiibo dataLioncash2018-10-241-14/+35
* | | configure_system: Make the file selector text translatableLioncash2018-10-251-1/+1
* | | configure_system: Make GetAccountUsername() an internal functionLioncash2018-10-252-25/+28
* | | configure_system: Default initialize member variablesLioncash2018-10-251-4/+5
* | | configure_system: Simplify UUID generation call in AddUser()Lioncash2018-10-251-2/+1
* | | configure_system: Amend function casingLioncash2018-10-252-6/+6
* | | configure_system: Add missing override specifier on the destructorLioncash2018-10-251-1/+1
* | | configure_system: Make public slots privateLioncash2018-10-251-7/+5
* | | Merge pull request #1575 from lioncash/qstringbunnei2018-10-251-4/+9
|\ \ \
| * | | game_list_worker: Use QString's formatting instead of fmt in FormatPatchNameVersions()Lioncash2018-10-241-4/+9
* | | | Merge pull request #1570 from lioncash/optionalbunnei2018-10-252-5/+5
|\ \ \ \
| * | | | profile_manager: Use std::optional instead of boost::optionalLioncash2018-10-242-5/+5
| |/ / /
* | | | Merge pull request #1558 from lioncash/ptrbunnei2018-10-252-13/+14
|\ \ \ \
| * | | | yuzu/configuration/config: Use a std::unique_ptr for qt_config instead of a raw pointerLioncash2018-10-242-8/+8
| * | | | yuzu/configuration/config: Reorganize member variable and function layoutLioncash2018-10-241-6/+7
| | |/ / | |/| |
* | | | Merge pull request #1571 from lioncash/debug-translatebunnei2018-10-242-15/+20
|\ \ \ \
| * | | | graphic_breakpoints: Correct translation of strings in BreakpointModel's data() functionLioncash2018-10-242-15/+20
| | |/ / | |/| |
* | | | Merge pull request #1568 from lioncash/dirbunnei2018-10-241-4/+3
|\ \ \ \
| * | | | game_list: Use QFileInfo instead of common's file functionsLioncash2018-10-241-4/+3
* | | | | Merge pull request #1567 from lioncash/translatebunnei2018-10-241-5/+5
|\ \ \ \ \
| * | | | | game_list: Make game list column headers translatableLioncash2018-10-241-5/+5
| |/ / / /
* | | | | Merge pull request #1566 from lioncash/strbunnei2018-10-241-4/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | bootmanager: Use QStringLiteral instead of std::string to represent the window titleLioncash2018-10-241-4/+2
| |/ / /
* | | | configure_system: Clear current username before overwritingZach Hilman2018-10-242-5/+15
* | | | profile_manager: Create save data if it doesn't exist on useZach Hilman2018-10-242-5/+5
* | | | acc: Fix account UUID duplication errorZach Hilman2018-10-243-61/+56
* | | | configure_system: Clear selection after user deleteZach Hilman2018-10-241-11/+17
* | | | profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman2018-10-245-87/+177
* | | | qt: Allow user to select emu user on open save dataZach Hilman2018-10-241-3/+24
* | | | qt: Add Profile Manager UI to system settingsZach Hilman2018-10-243-76/+350
* | | | settings: Add users and current_user settings and remove usernameZach Hilman2018-10-241-2/+32
| |/ / |/| |
* | | Added Amiibo support (#1390)David2018-10-246-30/+86
* | | Merge pull request #1515 from DarkLordZach/dlc-lfsbunnei2018-10-242-11/+68
|\ \ \
| * | | qt: Add support for dumping a DLC Data RomFSZach Hilman2018-10-182-11/+68
* | | | Merge pull request #1542 from lioncash/projectbunnei2018-10-241-4/+4
|\ \ \ \
| * | | | CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIRLioncash2018-10-201-4/+4
* | | | | Merge pull request #1540 from lioncash/handlebunnei2018-10-241-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | kernel/process: Make the handle table per-processLioncash2018-10-201-2/+2
| |/ / /
* | | | Merge pull request #1543 from lioncash/targetbunnei2018-10-231-1/+1
|\ \ \ \
| * | | | CMakeLists: Use target_compile_definitions instead of add_definitions to define YUZU_ENABLE_COMPATIBILITY_REPORTINGLioncash2018-10-201-1/+1
| |/ / /
* / / / qt: Move Reinitialize Keys to Tools menuZach Hilman2018-10-211-1/+7
|/ / /
* / / config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.bunnei2018-10-163-7/+7
|/ /
* | Merge pull request #1502 from lioncash/uniquebunnei2018-10-161-4/+5
|\ \
| * | core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash2018-10-151-4/+5
* | | file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicableLioncash2018-10-162-9/+12
* | | Merge pull request #1487 from lioncash/maybe-unusedbunnei2018-10-161-1/+1
|\ \ \
| * | | yuzu/main: Apply the [[maybe_unused]] attribute to the parameter of SetDiscordEnabled()Lioncash2018-10-131-1/+1
* | | | crypto: Various crypto fixes for quickstart guideZach Hilman2018-10-151-2/+6
| |/ / |/| |
* | | Merge pull request #1490 from lioncash/bootbunnei2018-10-141-14/+12
|\ \ \
| * | | yuzu/main: Simplify OnMenuLoadFile()Lioncash2018-10-131-14/+12
| |/ /
* | | Merge pull request #1491 from lioncash/referencebunnei2018-10-141-4/+4
|\ \ \
| * | | filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by referenceLioncash2018-10-131-4/+4
| |/ /
* / / Propagate depth and depth_block on modules using decodersFernandoS272018-10-131-2/+3
|/ /
* | Merge pull request #1409 from DarkLordZach/key-derivationbunnei2018-10-133-0/+94
|\ \
| * | partition_data_manager: Rename system files for hekateZach Hilman2018-10-072-17/+19
| * | qt: Add rederive keyset menu optionZach Hilman2018-10-073-49/+89
| * | qt: Add key derivation progress bar on initial setupZach Hilman2018-10-071-0/+52
* | | Merge pull request #1464 from lioncash/uniquebunnei2018-10-101-6/+5
|\ \ \
| * | | patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptrLioncash2018-10-091-6/+5
* | | | implemented touch in Qt and SDLNeatNit2018-10-092-8/+73
|/ / /
* / / qt: Add UI option to configure argumentsZach Hilman2018-10-073-0/+27
|/ /
* | Merge pull request #1396 from DarkLordZach/packed-updatesbunnei2018-10-071-5/+15
|\ \
| * | romfs_factory: Extract packed update setter to new functionZach Hilman2018-10-051-3/+2
| * | patch_manager: Add support for NSP packed updatesZach Hilman2018-10-051-1/+8
| * | game_list: Add XCI update versioning to game listZach Hilman2018-10-051-4/+8
* | | Merge pull request #1446 from bunnei/fast_fermi_copybunnei2018-10-071-0/+2
|\ \ \
| * | | yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image.bunnei2018-10-061-0/+2
| | |/ | |/|
* / | citra_qt/configuration: misc input tab improvementszhupengfei2018-10-063-18/+100
|/ /
* | qt: Update telemetry linksLioncash2018-10-062-2/+2
* | Merge pull request #1332 from FearlessTobi/port-web-backendbunnei2018-10-0617-16/+911
|\ \
| * | Review comments - part 5fearlessTobi2018-10-022-6/+4
| * | Review comments -part 4fearlessTobi2018-10-021-0/+4
| * | Review comments - part 3fearlessTobi2018-10-022-4/+4
| * | Address a bunch of review commentsfearlessTobi2018-10-025-5/+8
| * | Port web_service from CitrafearlessTobi2018-10-0217-16/+906
* | | Merge pull request #1440 from lioncash/arraybunnei2018-10-063-5/+10
|\ \ \
| * | | ui_settings: Place definition of the theme array within the cpp fileLioncash2018-10-043-5/+10
| |/ /
* | | Merge pull request #1439 from lioncash/threadbunnei2018-10-051-21/+26
|\ \ \ | |_|/ |/| |
| * | kernel/thread: Make all instance variables privateLioncash2018-10-041-21/+26
| |/
* | Merge pull request #1415 from DarkLordZach/ipsbunnei2018-10-041-4/+3
|\ \
| * | patch_manager: Use strings for patch type instead of enumZach Hilman2018-10-011-4/+3
| |/
* | Merge pull request #1428 from lioncash/qtbunnei2018-10-041-21/+23
|\ \
| * | configure_graphics: Make functions internally linked where applicableLioncash2018-10-031-21/+23
| |/
* | Merge pull request #1431 from lioncash/audiobunnei2018-10-042-16/+34
|\ \
| * | configure_audio: Move combo box index setting to their own functionsLioncash2018-10-032-11/+25
| * | configure_audio: Use QString::fromStdString() for converting audio device namesLioncash2018-10-031-3/+3
| * | configure_audio: Add disambiguation comment for the volume percentage stringLioncash2018-10-032-4/+8
| |/
* / configure_input: Make analog mapping strings translatableLioncash2018-10-031-3/+3
|/
* Merge pull request #1403 from DarkLordZach/install-sysnandbunnei2018-10-011-4/+14
|\
| * qt: Install System TitleTypes to System NANDZach Hilman2018-09-271-4/+14
* | kernel/process: Make data member variables privateLioncash2018-09-301-2/+2
* | Merge pull request #1360 from FearlessTobi/port-3979bunnei2018-09-273-35/+51
|\ \
| * | game_list: move SearchField to game_list_p.h and fix untranslated textzhupengfei2018-09-213-35/+51
* | | yuzu/main: Resolve precedence bug within CalculateRomFSEntrySize()Lioncash2018-09-261-1/+1
* | | yuzu/main: Move functions stored into static std::function instances out of OnGameListDumpRomFS()Lioncash2018-09-261-42/+42
* | | vfs/etc: Append std:: to size_t usagesLioncash2018-09-261-7/+7
| |/ |/|
* | Merge pull request #1365 from DarkLordZach/lfsbunnei2018-09-254-3/+160
|\ \
| * | fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-1/+1
| * | qt: Add UI elements for LayeredFS and related toolsZach Hilman2018-09-224-3/+160
| |/
* / game_list: Add Qt SmoothTransformation to picture scalingZach Hilman2018-09-221-1/+1
|/
* Merge pull request #1371 from lioncash/fwd-armbunnei2018-09-211-0/+1
|\
| * arm_interface: Replace kernel vm_manager include with a forward declarationLioncash2018-09-211-0/+1
* | game_list: Handle plurals within setFilterResult() betterLioncash2018-09-201-9/+1
|/
* Merge pull request #1326 from FearlessTobi/port-4182bunnei2018-09-175-6/+7
|\
| * Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-155-6/+7
* | Merge pull request #1335 from lioncash/copybunnei2018-09-171-5/+5
|\ \
| * | game_list_p: Amend typo in GameListItemCompat's constructor parameterLioncash2018-09-171-4/+4
| * | game_list_p: Take map iterator contents by const referenceLioncash2018-09-171-1/+1
* | | Merge pull request #1336 from lioncash/antialiasbunnei2018-09-171-1/+2
|\ \ \ | |_|/ |/| |
| * | yuzu/util: Antialias game list compatibility pixmapsLioncash2018-09-171-1/+2
| |/
* / kernel/thread: Include thread-related enums within the kernel namespaceLioncash2018-09-131-29/+29
|/
* Use ARB_multi_bind for uniform buffers (#1287)ReinUsesLisp2018-09-131-0/+2
* Merge pull request #1302 from lioncash/configbunnei2018-09-132-36/+74
|\
| * yuzu/configure_gamelist: Make combo box strings translatableLioncash2018-09-122-21/+47
| * yuzu/configure_gamelist: Use std::array instead of std::vector for translatable stringsLioncash2018-09-121-6/+9
| * yuzu/configure_gamelist: Move combo box initializtion to their own functionsLioncash2018-09-122-23/+32
* | Merge pull request #1163 from FearlessTobi/add-audio-stretchingbunnei2018-09-133-0/+16
|\ \
| * | Add audio stretching supportfearlessTobi2018-09-083-0/+16
* | | Merge pull request #1301 from lioncash/qtbunnei2018-09-121-4/+4
|\ \ \ | |_|/ |/| |
| * | game_list: Resolve variable shadowing within LoadCompatibilityList()Lioncash2018-09-121-3/+3
| * | game_list: Use QJsonValueRef() within LoadCompatibilityList()Lioncash2018-09-121-2/+2
* | | Merge pull request #1278 from tech4me/bg-color-fixbunnei2018-09-123-0/+38
|\ \ \
| * | | Port Citra #4047 & #4052: add change background color supporttech4me2018-09-093-0/+38
* | | | gl_rasterizer: Use ARB_texture_storage.Markus Wick2018-09-111-0/+2
| |/ / |/| |
* | | Port #4141 from citra: Joystick hotplug support (#1275)Tobias2018-09-112-12/+11
* | | Remove multicore configure_general.uiMysticExile2018-09-101-7/+0
* | | remove multicore in configure_general.cppMysticExile2018-09-101-3/+0
* | | game_list: Make CompatibilityList parameter of NavigateToGamedbEntryRequested() a const referenceLioncash2018-09-103-3/+5
* | | yuzu: Move compatibility list specifics to their own source filesLioncash2018-09-1010-33/+54
|/ /
* / yuzu: fix title bar displayPengfei Zhu2018-09-081-2/+2
|/
* Merge pull request #1246 from degasus/instanced_renderingbunnei2018-09-081-0/+2
|\
| * gl_rasterizer: Use baseInstance instead of moving the buffer points.bunnei2018-09-081-0/+2
* | yuzu: Move GameListWorker to its own source filesLioncash2018-09-075-286/+324
|/
* Better Title Bar DisplayCaptV0rt3x2018-09-072-3/+3
* frontend: Set swap interval to 0fearlessTobi2018-09-061-0/+1
* bktr: Fix bucket overlap errorZach Hilman2018-09-041-0/+2
* patch_manager: Centralize Control-type NCA parsingZach Hilman2018-09-042-25/+15
* game_list: Fix version display on non-NAND titlesZach Hilman2018-09-041-22/+19
* game_list: Use friendly game versionsZach Hilman2018-09-041-13/+32
* bktr: Fix missing includes and optimize styleZach Hilman2018-09-041-2/+2
* main: Make game updates installableZach Hilman2018-09-041-1/+5
* game_list: Display patch names and versions on listZach Hilman2018-09-042-0/+27
* game_list: Use RegisteredCacheUnion for installedZach Hilman2018-09-042-4/+2
* main: Only show DRD deprecation warning onceZach Hilman2018-09-041-3/+13
* qt: Add deprecation warnings for DRD formatZach Hilman2018-09-041-0/+10
* registration: Fix NSP installation errorsZach Hilman2018-09-041-1/+1
* qt: Add UI support for NSP filesZach Hilman2018-09-042-2/+3
* registration: Add support for installing NSP filesZach Hilman2018-09-041-6/+18
* Merge pull request #1223 from DarkLordZach/custom-nand-sd-dirsbunnei2018-09-044-0/+71
|\
| * qt: Add message about not moving contents on dir changeZach Hilman2018-09-042-6/+23
| * qt: Add UI options to change NAND/SD dirsZach Hilman2018-09-043-0/+36
| * settings: Save and load NAND/SD dirs from configZach Hilman2018-09-041-0/+18
* | file_sys: Replace includes with forward declarations where applicableLioncash2018-09-042-1/+2
* | vfs_real: Forward declare IOFileLioncash2018-09-025-1/+13
|/
* citra_qt: Display the unsupported GL extensions in the popupfearlessTobi2018-09-012-8/+10
* core/core: Replace includes with forward declarations where applicableLioncash2018-08-317-19/+93
* Merge pull request #1195 from FearlessTobi/port-gamelist-compatbunnei2018-08-318-3/+174
|\
| * Show game compatibility within yuzufearlessTobi2018-08-298-3/+174
* | kernel: Eliminate kernel global stateLioncash2018-08-291-1/+3
* | Merge pull request #1193 from lioncash/privbunnei2018-08-281-2/+2
|\ \ | |/ |/|
| * gpu: Make memory_manager privateLioncash2018-08-281-2/+2
* | Fix two stupid errors made in #1141fearlessTobi2018-08-282-1/+2
|/
* yuzu: Fix stick UI direction orderfearlessTobi2018-08-281-2/+2
* Merge pull request #1174 from lioncash/debugbunnei2018-08-272-1/+3
|\
| * debug_utils: Remove unused includesLioncash2018-08-252-1/+3
* | Merge pull request #1094 from DarkLordZach/nax0Mat M2018-08-254-16/+15
|\ \
| * | game_list: Add SD registration loading to game listZach Hilman2018-08-232-12/+12
| * | qt: Make default row data title name and title idZach Hilman2018-08-231-2/+2
| * | filesystem: Add CreateFactories methods to fsZach Hilman2018-08-231-2/+1
* | | Merge pull request #1065 from DarkLordZach/window-titleZach Hilman2018-08-241-0/+11
|\ \ \ | |_|/ |/| |
| * | qt: Add filename and title id to window title while runningZach Hilman2018-08-231-0/+11
| |/
* / Port #4013 from Citra: "Init logging sooner so we dont miss some logs on startup" (#1142)Tobias2018-08-241-11/+11
|/
* Swap "Plus" with "Minus" on the controller GUI (#1150)literalmente-game2018-08-231-8/+8
* config: Fixed icon size get set to 0tech4me2018-08-221-1/+1
* Merge pull request #1136 from tech4me/masterbunnei2018-08-224-7/+41
|\
| * qt/main: Port part of citra(#3411), open savedata workstech4me2018-08-214-7/+41
* | Merge pull request #840 from FearlessTobi/port-3353bunnei2018-08-224-11/+64
|\ \
| * | Port #3353 from CitrafearlessTobi2018-08-214-11/+64
* | | Merge pull request #1141 from FearlessTobi/port-3902bunnei2018-08-222-0/+18
|\ \ \
| * | | Port #3902 from Citra: "Add restart hotkey & menu option"fearlessTobi2018-08-212-0/+18
| | |/ | |/|
* / | Port #4056 from Citra: "Add Clear Recent Files menu action"fearlessTobi2018-08-212-0/+14
|/ /
* / service/filesystem: Use forward declarations where applicableLioncash2018-08-213-0/+6
|/
* game_list: Avoid uninitialized variables when retrieving program IDLioncash2018-08-201-2/+2
* Added check to see if ARB_texture_mirror_clamp_to_edge is supportedDavid Marcec2018-08-191-0/+2
* qt/main: Unindent code in OnMenuInstallToNAND()Lioncash2018-08-161-70/+70
* qt/main: Make installation dialog text within OnMenuInstallToNAND() translatableLioncash2018-08-161-14/+15
* qt/main: Get rid of compilation warningsLioncash2018-08-161-4/+8
* Merge pull request #1005 from DarkLordZach/registered-fmtbunnei2018-08-165-22/+228
|\
| * registration: Add support for force overwrite of installedZach Hilman2018-08-122-31/+58
| * game_list: Split game list scans to multiple functionsZach Hilman2018-08-122-9/+16
| * qt: Use custom RawCopy with progress bar for installsZach Hilman2018-08-121-2/+28
| * game_list: Populate control data from installed NANDZach Hilman2018-08-122-31/+35
| * file_sys: Comply to style guidelinesZach Hilman2018-08-121-20/+20
| * qt: Add 'Install to NAND' option to menuZach Hilman2018-08-123-0/+97
| * game_list: Modify game list to scan installed titlesZach Hilman2018-08-121-0/+45
* | loader: Make ResultStatus directly compatible with fmtLioncash2018-08-151-1/+4
|/
* core: Namespace EmuWindowLioncash2018-08-121-1/+1
* Merge pull request #970 from DarkLordZach/loader-errorsbunnei2018-08-122-63/+18
|\
| * game_list: Reorder error checksZach Hilman2018-08-101-2/+1
| * loader: Add more descriptive errorsZach Hilman2018-08-102-63/+19
* | qt/game_list: Resolve truncation warning within GameListItemPath's constructorLioncash2018-08-111-4/+4
* | gt/game_list: Use std::array in GameListItemPath's data() functionLioncash2018-08-111-7/+8
* | qt/game_list: Remove redundant base class constructor from initializer listLioncash2018-08-111-3/+1
* | textures: Refactor out for Texture/Depth FormatFromPixelFormat.bunnei2018-08-101-2/+4
|/
* vfs: Fix documentationZach Hilman2018-08-091-0/+2
* vfs: Fix typo in VfsFilesystem docsZach Hilman2018-08-091-3/+4
* file_util: Use enum instead of bool for specifing path behaviorZach Hilman2018-08-091-1/+1
* core: Port core to VfsFilesystem for file accessZach Hilman2018-08-095-9/+17
* Merge pull request #850 from DarkLordZach/icon-metabunnei2018-08-0811-13/+356
|\
| * configure_gamelist: Use explicit QVariant constructorZach Hilman2018-08-071-2/+4
| * loader: Add icon and title support to XCIZach Hilman2018-08-071-2/+3
| * Use const where applicableZach Hilman2018-08-072-5/+5
| * Avoid parsing RomFS to directory in NCAZach Hilman2018-08-0711-13/+353
* | qt/hotkey: Get rid of global hotkey map instanceLioncash2018-08-078-119/+159
|/
* Merge pull request #947 from lioncash/encodingbunnei2018-08-071-13/+17
|\
| * game_list: Remove unnecessary conversion to std::string in ValidateEntry()Lioncash2018-08-061-8/+10
| * game_list: Use QString::fromStdString() where applicable instead of c_str()Lioncash2018-08-061-5/+7
* | GDBStub works with both Unicorn and Dynarmic now (#941)Hedges2018-08-071-7/+0
* | Merge pull request #943 from lioncash/declbunnei2018-08-071-7/+7
|\ \
| * | game_list: Join declarations and assignments in onTextChanged()Lioncash2018-08-061-7/+7
| |/
* | Merge pull request #946 from lioncash/compressbunnei2018-08-071-10/+8
|\ \
| * | qt/main: Avoid sign conversions in UpdateRecentFiles()Lioncash2018-08-061-4/+6
| * | qt/main: Collapse if statement in UpdateRecentFiles()Lioncash2018-08-061-6/+2
| |/
* | Merge pull request #944 from lioncash/menubunnei2018-08-071-2/+8
|\ \
| * | qt: Don't show error dialog when canceling the Load Folder dialogLioncash2018-08-061-2/+8
| |/
* | Merge pull request #942 from lioncash/defaultbunnei2018-08-0714-24/+26
|\ \
| * | qt/game_list_p: Remove redundant base class constructor invocationsLioncash2018-08-061-1/+2
| * | qt: Add missing override specifiers where applicableLioncash2018-08-065-7/+9
| * | qt: Default destructors where applicableLioncash2018-08-069-16/+15
| |/
* | Merge pull request #940 from lioncash/privatebunnei2018-08-071-1/+1
|\ \
| * | kernel/event: Make data members privateLioncash2018-08-061-1/+1
| |/
* / qt/main: Better file-existence checking within OnMenuRecentFile() and UpdateUITheme()Lioncash2018-08-061-8/+6
|/
* Merge pull request #912 from lioncash/global-varbunnei2018-08-051-2/+2
|\
| * video_core: Eliminate the g_renderer global variableLioncash2018-08-041-2/+2
* | Merge pull request #849 from DarkLordZach/xcibunnei2018-08-043-11/+45
|\ \ | |/ |/|
| * Fix merge conflicts with opus and update docsZach Hilman2018-08-011-3/+3
| * Use more descriptive error codes and messagesZach Hilman2018-08-011-10/+41
| * Make XCI comply to review and style guidelinesZach Hilman2018-08-011-14/+1
| * Remove files that are not usedZach Hilman2018-08-013-1/+17
* | Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)David2018-08-033-3/+38
* | Merge pull request #892 from lioncash/globalbunnei2018-08-031-1/+1
|\ \
| * | video_core: Make global EmuWindow instance part of the base renderer classLioncash2018-08-021-1/+1
| |/
* | Merge pull request #894 from lioncash/objectbunnei2018-08-031-1/+1
|\ \
| * | kernel: Move object class to its own source filesLioncash2018-08-021-1/+1
| |/
* / yuzu: Use Qt 5 signal/slots where applicableLioncash2018-08-037-46/+49
|/
* audio_core: Add configuration settings.bunnei2018-08-017-5/+284
* Merge pull request #859 from FearlessTobi/port-3837bunnei2018-07-302-3/+4
|\
| * Port #3837 from Citra: "Add build date in about dialog"fearlessTobi2018-07-292-3/+4
* | Port #3769 from Citra: "Update Dark theme to latest version"Tobias2018-07-301-1/+1
* | Merge pull request #860 from FearlessTobi/port-3911bunnei2018-07-305-6/+3
|\ \
| * | Port #3911 from Citra: "Optimize settings application"fearlessTobi2018-07-295-6/+3
| |/
* / Port #3913 from Citra: "citra_qt: Remove obsolete application attribute"fearlessTobi2018-07-291-1/+0
|/
* Merge pull request #839 from FearlessTobi/actually-port-3594bunnei2018-07-271-0/+16
|\
| * Port #3594 from CitrafearlessTobi2018-07-261-0/+16
* | Merge pull request #837 from lioncash/privbunnei2018-07-271-3/+3
|\ \
| * | kernel/timer: Make data members private where applicableLioncash2018-07-261-3/+3
| |/
* / Port #3665 from CitrafearlessTobi2018-07-261-0/+2
|/
* wait_tree: Add missing switch case for WaitTreeThread::GetText()Lioncash2018-07-251-0/+4
* wait_tree: Silence warning about all code paths not returning a valueLioncash2018-07-241-0/+3
* Frontend: Check for more required OpenGL extensions during startup.Subv2018-07-221-0/+12
* file_util: Use a u64 to represent number of entriesLioncash2018-07-221-1/+1
* file_util: Use an enum class for GetUserPath()Lioncash2018-07-213-9/+13
* gpu: Rename Get3DEngine() to Maxwell3D()Lioncash2018-07-211-3/+3
* thread: Convert ThreadStatus into an enum classLioncash2018-07-201-22/+22
* Merge pull request #684 from lioncash/nonmemberbunnei2018-07-192-2/+1
|\
| * game_list: Make ContainsAllWords an internally linked non-member functionLioncash2018-07-182-2/+1
* | Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-1/+3
|/
* Merge pull request #681 from lioncash/constbunnei2018-07-182-5/+7
|\
| * game_list: Upper-case containsAllWords to ContainsAllWords()Lioncash2018-07-182-3/+3
| * game_list: Make containsAllWords a const member functionLioncash2018-07-182-4/+6
* | Merge pull request #679 from lioncash/ctorbunnei2018-07-181-4/+1
|\ \
| * | game_list: Remove unnecessary QString initialization in KeyReleaseEaterLioncash2018-07-181-4/+1
| |/
* / settings: Turn docked mode off by default.bunnei2018-07-181-1/+1
|/
* OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.bunnei2018-07-142-1/+7
* yuzu - Fix duplicate logsJames Rowe2018-07-122-2/+7
* Merge pull request #634 from FearlessTobi/port-viewport-fixbunnei2018-07-101-6/+7
|\
| * Port #3505 from CItrafearlessTobi2018-07-071-6/+7
* | Revert "Virtual Filesystem (#597)"bunnei2018-07-081-3/+1
|/
* Virtual Filesystem (#597)Zach Hilman2018-07-061-1/+3
* Add configurable logging backendsJames Rowe2018-07-038-3/+145
* Update clang formatJames Rowe2018-07-031-2/+1
* Rename logging macro back to LOG_*James Rowe2018-07-032-8/+8
* settings: Add a configuration for use_accurate_framebuffers.bunnei2018-06-273-0/+12
* yuzu: Remove SSBOs check from Qt frontend.bunnei2018-06-261-2/+0
* Merge pull request #579 from SciresM/masterbunnei2018-06-221-0/+4
|\
| * Kernel/Arbiters: Mostly implement SignalToAddressMichael Scire2018-06-211-1/+1
| * Kernel/Arbiters: Implement WaitForAddressMichael Scire2018-06-211-0/+4
* | Add support for decrypted NCA files (#567)Zach Hilman2018-06-211-1/+1
|/
* Bug fixes, testing, and review changesZach Hilman2018-06-142-7/+20
* Add 'Load Folder' menu optionZach Hilman2018-06-143-0/+17
* Add support for main files in file pickerZach Hilman2018-06-141-0/+2
* Recognize main files in game listZach Hilman2018-06-141-2/+17
* Qt: Removed the Registers widget.Subv2018-06-136-292/+0
* qt: add check for GL extension supportBreadFish642018-06-042-0/+27
* Qt/WaitTree: Display the callstack for each thread in the wait tree widget.Subv2018-05-192-0/+37
* thread: Rename mask to affinity_masks.bunnei2018-05-111-1/+2
* wait_tree: Add ideal core and affinity mask.bunnei2018-05-111-0/+2
* wait_tree: Show all threads on all schedulers.bunnei2018-05-111-6/+14
* core: Add a configuration setting for use_multi_core.bunnei2018-05-113-0/+12
* core: Implement multicore support.bunnei2018-05-112-3/+3
* string_util: Remove StringFromFormat() and related functionsLioncash2018-04-301-2/+4
* frontends: Move logging macros over to new fmt-capable onesLioncash2018-04-272-8/+7
* memory_manager: Make GpuToCpuAddress return an optional.bunnei2018-04-241-4/+4
* memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses.bunnei2018-04-241-2/+2
* Merge pull request #370 from Subv/sync_primitivesbunnei2018-04-232-82/+47
|\
| * Qt: Update the WaitTree widget to show info about the current mutex of each thread.Subv2018-04-212-82/+47
* | GPU: Implement the RGB10_A2 RenderTarget format, it will use the same format as the A2BGR10 texture format.Subv2018-04-231-0/+2
|/
* Implement Pull #3528 from citra: use nvidia graphics automatically on laptops with optimus (with AMD support) (#271)N00byKing2018-04-191-0/+9
* Fix the stuck in fullscreen bug (Original PR: citra-emu/citra#3611)adityaruplaha2018-04-141-2/+4
* Prevent crash from uninitialized telemetryJames Rowe2018-04-071-2/+1
* core, main.h: Abort on 32Bit ROMs (#309)N00byKing2018-04-061-1/+6
* Merge pull request #262 from daniellimws/fmtlib-macrosbunnei2018-04-031-1/+1
|\
| * Change "yuzu starting..." to be logged with the new macroDaniel Lim Wee Soong2018-03-221-1/+1
* | Merge pull request #267 from N00byKing/patch-1bunnei2018-04-031-13/+13
|\ \
| * | main.cpp: Replace Citra with yuzu Wiki LinksN00byKing2018-03-251-4/+4
| * | main.cpp: Update Dialog from citra to yuzuN00byKing2018-03-251-11/+11
* | | Port citra-emu/citra#3610 to yuzuN00byKing2018-03-302-3/+7
* | | Remove whitespacesN00byKing2018-03-301-1/+1
* | | Add Dark theme, Icon themingN00byKing2018-03-307-0/+75
* | | Merge pull request #286 from N00byKing/citratoyuzuagainbunnei2018-03-281-5/+2
|\ \ \
| * | | main.h: Add pragma once, remove ifndefN00byKing2018-03-271-5/+2
* | | | config: Use simplified checkbox (from Citra) for CPU JIT.bunnei2018-03-273-31/+22
* | | | config: Rename is_docked to use_docked_mode to be consistent with other config bools.bunnei2018-03-273-6/+6
* | | | configure_general: Cleanup naming.bunnei2018-03-271-14/+14
* | | | qt: Add config option for is_docked.bunnei2018-03-272-0/+23
* | | | config: Add setting for whether the system is docked or not.bunnei2018-03-271-0/+8
* | | | graphics_surface: Remove superfluous cast.bunnei2018-03-271-2/+1
* | | | graphics_surface: Fix merge conflicts.bunnei2018-03-271-3/+3
|/ / /
* | | GPU: Make the debug_context variable a member of the frontend instead of a global.Subv2018-03-253-4/+16
* | | Frontend: Updated the surface view debug widget to work with Maxwell surfaces.Subv2018-03-241-19/+23
* | | Frontend: Allow opening the Surface View widget in the Qt frontend.Subv2018-03-242-0/+8
* | | Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.Subv2018-03-2410-4/+913
|/ /
* | CMake: Set EMU_ARCH_BITS in CMakeLists.txtN00byKing2018-03-211-1/+0
* | thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.bunnei2018-03-191-3/+3
* | Merge pull request #213 from Hexagon12/dynarmic-defaultbunnei2018-03-081-1/+1
|\ \
| * | pls, that was easyHexagon122018-02-141-1/+1
* | | Removes the use of QKeySequence::Cancel (#186)Vishal Sharma2018-02-271-1/+2
| |/ |/|
* | kernel: Use Scheduler class for threading.bunnei2018-02-181-1/+2
|/
* debugger: Fix wait_tree crash.bunnei2018-02-141-1/+1
* Format: Run the new clang format on everythingJames Rowe2018-01-215-9/+39
* Merge pull request #104 from RiverCityRansomware/resizedConfigWindowbunnei2018-01-191-1/+1
|\
| * Port citra #3336 - Resizes the configuration window to not be so stretched outRiver City Ransomware2018-01-181-1/+1
* | qt: Migrate to Qt 5 signal/slot connection syntax where applicableLioncash2018-01-195-31/+31
* | ui: Rename almost all classes in configuration_input.ui (#99)Evgeni Danailov2018-01-181-66/+66
|/
* Merge pull request #84 from lioncash/cmakebunnei2018-01-181-60/+65
|\
| * CMakeLists: Derive the source directory grouping from targets themselvesLioncash2018-01-181-60/+65
* | Merge pull request #88 from lioncash/includebunnei2018-01-181-0/+1
|\ \
| * | hotkeys: Add missing <QTreeWidgetItem> includeLioncash2018-01-181-0/+1
| |/
* | Merge pull request #87 from lioncash/overridebunnei2018-01-181-1/+1
|\ \
| * | game_list: Add missing override specifier for KeyReleaseEater's eventFilter functionLioncash2018-01-181-1/+1
| |/
* | Merge pull request #86 from lioncash/doxygenbunnei2018-01-181-2/+2
|\ \
| * | game_list: Amend doxygen parameter identifiers for containsAllWords()Lioncash2018-01-181-2/+2
| |/
* / bootmanager: Minor tidiness/correctness changesLioncash2018-01-182-7/+6
|/
* Implement Pull #3306 from citra: citra_qt: Drop Qt 5 version checks in code (#41)N00byKing2018-01-171-13/+1
* Merge pull request #42 from N00byKing/3295bunnei2018-01-171-5/+1
|\
| * Update CMakeLists.txtN00byKing2018-01-161-5/+1
* | Merge pull request #57 from nkatz565/fix-trbunnei2018-01-171-1/+2
|\ \
| * | Fixed formattingnoah katz2018-01-171-2/+2
| * | Fix non translated string (same as Citra PR 2949)noah katz2018-01-171-1/+1
| |/
* | Merge pull request #45 from FearlessTobi/patch-1bunnei2018-01-161-6/+6
|\ \
| * | Implement Pull #3030 from CitraTobias2018-01-161-6/+6
| |/
* | Merge pull request #43 from N00byKing/3052bunnei2018-01-161-1/+1
|\ \
| * | Update game_list.cppN00byKing2018-01-161-1/+1
| |/
* | Merge pull request #53 from nkatz565/nk-fixlabelsbunnei2018-01-161-25/+52
|\ \
| * | Use static functions instead of lambdasmuemart2018-01-161-49/+46
| * | Add translation support for button labelsmuemart2018-01-161-14/+15
| * | Add button labels for sdl joystick mappingsmuemart2018-01-161-17/+46
| |/
* / clang-formatMerryMage2018-01-1610-24/+21
|/
* Implement Pull #3333 from citra: citra_qt: Pause emulation on CoreError (#39)N00byKing2018-01-162-0/+2
* Merge pull request #24 from nkatz565/nk-inputsbunnei2018-01-163-190/+276
|\
| * Adding meumart's Citra SDL Joystick support. Citra PR #3116muemart2018-01-163-190/+276
* | Merge citra-emu PR#3159 by FearlessTobi(citra-qt : Fix a bug in our fullscreen implementation)goaaats2018-01-162-15/+31
* | Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)goaaats2018-01-165-1/+57
|/
* Merge pull request #20 from Andrix44/fixesbunnei2018-01-153-68/+6
|\
| * Clanggit rebase -i fixesunknown2018-01-151-10/+2
| * Clang formatunknown2018-01-152-4/+10
| * Change default log level to infounknown2018-01-151-1/+1
| * Update the internal resolution settingsunknown2018-01-152-65/+5
* | configure_input: update w/ Switch buttonsshinyquagsire232018-01-153-90/+221
|/
* qt: Update about dialog to show license for GPLv2 only.bunnei2018-01-141-1/+1
* Remove Surface Viewer stubJannik Vogel2018-01-143-13/+0
* Implement "About" dialogspycrab2018-01-146-3/+245
* yuzu qt copy windows deps renamedJames Rowe2018-01-141-2/+2
* Minor cleanupMerryMage2018-01-144-13/+13
* macOS: Update Info.plistMerryMage2018-01-141-34/+34
* Add new icons and fix up the linux paths for installJames Rowe2018-01-131-3/+1
* Fix build on macOS and linuxMerryMage2018-01-131-3/+5
* config: Default log filter to trace.bunnei2018-01-131-1/+1
* Removing unused settings and yuzu rebrandingJames Rowe2018-01-1314-427/+68
* Remove gpu debugger and get yuzu qt to compileJames Rowe2018-01-1339-3171/+46
* Massive removal of unused modulesJames Rowe2018-01-1368-0/+10017