summaryrefslogtreecommitdiffstats
path: root/src/yuzu/main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: hid: Create abstracted pad structuregerman772024-01-121-1/+1
* service: set: Rename filesgerman772024-01-071-1/+1
* hid_core: Move hid to it's own subprojectNarr the Reg2024-01-051-2/+2
* Fix Wayland appIdReilly Brogan2023-12-301-0/+4
* yuzu: Make language persistent and remove symbols_pathNarr the Reg2023-12-191-3/+3
* core: Use single instance of profile managergerman772023-12-101-10/+9
* file_sys: handle null romfsLiam2023-12-021-5/+0
* Merge pull request #11946 from flodavid/gamemodeliamwhite2023-11-291-0/+30
|\
| * yuzu: create linux group in general settingsflodavid2023-11-251-44/+20
| * yuzu: integrate gamemode support on linuxxcfrg2023-11-251-0/+54
* | Merge pull request #12160 from german77/mouse_constrainliamwhite2023-11-271-44/+0
|\ \
| * | yuzu: Constrain mouse in render window when emulatedNarr the Reg2023-11-251-44/+0
* | | Merge pull request #12156 from german77/firmwarevsliamwhite2023-11-261-2/+37
|\ \ \ | |_|/ |/| |
| * | yuzu: Display firmware versionNarr the Reg2023-11-241-2/+37
| |/
* / config: Unify config handling under frontend_commont8952023-11-211-51/+61
|/
* Merge pull request #12011 from Macj0rdan/controller-appletNarr the Reg2023-11-201-8/+33
|\
| * Implemented qlaunch version of the controller appletFrozenAra2023-11-191-8/+33
* | Merge pull request #11792 from boludoz/new-shortcutliamwhite2023-11-191-198/+227
|\ \ | |/ |/|
| * 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-051-20/+107
| |\
| * | Reverted dirty code in main.boludoz2023-10-191-6/+2
| * | TODO: Implement shortcut creation for Apple.boludoz2023-10-181-2/+6
| * | 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-181-6/+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-161-51/+53
| * | Some improvements (suggestions)boludoz2023-10-161-82/+76
| * | Less code, simpler, better.boludoz2023-10-161-2/+14
| * | Typing and formatting errors fixed.boludoz2023-10-161-13/+11
| * | Unnecessary feature removedboludoz2023-10-151-12/+4
| * | Improved shortcut: add games in applist for Windows, question for start game at fullscreen & better unicode support for some Windows path funcs.boludoz2023-10-151-185/+305
* | | Merge pull request #11990 from german77/audioliamwhite2023-11-131-6/+6
|\ \ \
| * | | yuzu: Make mute audio persistentNarr the Reg2023-11-101-6/+6
| | |/ | |/|
* | | yuzu: Keep homebrew on the recently played listgerman772023-11-111-4/+5
* | | 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 #11885 from liamwhite/stop-nagging-meliamwhite2023-11-041-3/+9
|\ \ \ | |/ / |/| |
| * | qt: remove duplicate exit confirmation settingLiam2023-10-311-3/+9
* | | romfs: fix extraction of single-directory rootLiam2023-11-011-1/+1
|/ /
* | Merge pull request #11903 from Macj0rdan/scrollable-volume-buttonliamwhite2023-10-301-1/+29
|\ \
| * | Implemented wheel event for volume control in VolumeButtonFrozenAra2023-10-291-1/+29
| |/
* | Fix macOS buildTermynat0r2023-10-301-3/+3
* | Merge pull request #11689 from liamwhite/breakpadliamwhite2023-10-301-13/+6
|\ \
| * | qt: implement automatic crash dump supportLiam2023-10-081-13/+6
* | | kernel: update KProcessLiam2023-10-221-1/+1
| |/ |/|
* | Merge pull request #11159 from flodavid/master_bisliamwhite2023-10-141-41/+74
|\ \
| * | yuzu: Enable to use controller to restart a gameflodavid2023-10-121-17/+24
| * | yuzu: Use new setting method for stop emulationFlorian2023-10-121-3/+5
| * | yuzu: Enable to use controller to close a gameflodavid2023-10-121-31/+55
* | | Improvement in Directory Path Detection for Shortcuts (#11749)DanielSvoboda2023-10-131-30/+38
|/ /
* | Merge pull request #11650 from german77/lle_albumFernando S2023-10-101-0/+25
|\ \
| * | yuzu: Allow to launch album applet from firmwareNarr the Reg2023-10-021-0/+25
| |/
* | Merge pull request #11705 from FearlessTobi/windows-scliamwhite2023-10-081-21/+64
|\ \
| * | yuzu: Add desktop shortcut support for WindowsFearlessTobi2023-10-081-21/+64
| |/
* | Merge pull request #10519 from mdmrk/masterliamwhite2023-10-081-1/+24
|\ \
| * | Address review commentsLiam2023-08-281-7/+4
| * | yuzu-qt: Track play timeMario2023-08-271-0/+26
* | | yuzu: Fix mute when in background settingNarr the Reg2023-10-041-0/+1
| |/ |/|
* | 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-011-2/+42
* | Qt: Remove ability to install xci filesCharles Lombardo2023-09-271-7/+4
* | yuzu: Add button to boot mii edit from firmwaregerman772023-09-241-0/+42
* | debug: Add renderdoc capture hotkeyGPUCode2023-09-141-0/+6
* | Merge pull request #11486 from liamwhite/system-verificationliamwhite2023-09-131-0/+104
|\ \
| * | qt: add verification for installed contentsLiam2023-09-121-0/+104
* | | Merge pull request #11473 from liamwhite/fix-launch-paramliamwhite2023-09-131-4/+10
|\ \ \ | |/ / |/| |
| * | am: Implement UserChannel parametersFearlessTobi2023-09-101-4/+10
* | | Merge pull request #11450 from lat9nq/no-vk-device-fixliamwhite2023-09-101-1/+10
|\ \ \
| * | | 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
* | | | Merge pull request #11456 from liamwhite/worse-integrity-verificationliamwhite2023-09-101-0/+50
|\ \ \ \ | |_|/ / |/| | |
| * | | core: implement basic integrity verificationLiam2023-09-061-0/+50
| |/ /
* / / qt: measure romfs dump completion by bytes readLiam2023-09-031-26/+50
|/ /
* | Merge pull request #11381 from liamwhite/romfs-dumpliamwhite2023-09-021-50/+70
|\ \
| * | qt: ensure packed update nca is applied to the correct baseLiam2023-08-291-0/+7
| * | qt: fix romfs dumping for multiprogram applicationsLiam2023-08-291-50/+63
| |/
* | 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-271-8/+9
|\ \ | |/ |/|
| * 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-231-5/+4
| * general: Convert use_docked_mode to an enumerationlat9nq2023-08-221-7/+9
* | yuzu/main: Ensure NCAs are registered in content provider when launching from CLIFearlessTobi2023-08-241-0/+38
|/
* vfs: expand support for NCA readingLiam2023-08-151-6/+12
* settings,opengl,yuzu-qt: Fix AA, Filter maximumslat9nq2023-07-211-6/+5
* settings,general: Rename non-confirming enumslat9nq2023-07-211-7/+7
* 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
* yuzu: Fix clang formatgerman772023-06-271-10/+11
* Merge pull request #9663 from EBADBEEF/disable-controller-appletNarr the Reg2023-06-271-0/+1
|\
| * qt: add option to disable controller appletEBADBEEF2023-01-231-0/+1
* | Only use SDL wakelock on Linuxzeltermann2023-06-241-50/+8
* | 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 #10486 from lat9nq/vk-device-find-onceliamwhite2023-06-181-2/+6
|\ \ \ | |/ / |/| |
| * | yuzu-qt: Load Vulkan device info at startuplat9nq2023-06-061-2/+6
* | | qt: use larger buffer for update installLiam2023-06-111-1/+1
* | | Merge pull request #10614 from xcfrg/shader-backend-status-barliamwhite2023-06-091-1/+7
|\ \ \
| * | | yuzu: add opengl shader backend info in status barxcfrg2023-06-041-1/+7
| |/ /
* / / Issue a reload if the system language changedKeve12272023-06-031-1/+2
|/ /
* | Merge pull request #10352 from grimkor/add-context-menu-status-bar-settingsliamwhite2023-06-011-71/+110
|\ \
| * | add context menu for filter and anti-aliasing status buttonsgrimkor2023-05-241-71/+110
* | | yuzu: Disable game list while game is runninggerman772023-05-291-0/+4
* | | qt: add menu item to remove cache storageLiam2023-05-271-0/+20
|/ /
* | Merge pull request #10107 from grimkor/allow-fully-customised-hotkeysliamwhite2023-05-161-5/+13
|\ \
| * | Allow fully customisable controller hotkeysgrimkor2023-05-101-5/+13
* | | Merge pull request #10097 from german77/nfp_fullbunnei2023-05-071-3/+3
|\ \ \
| * | | service: nfc: Merge device interfaces and create the device managerNarr the Reg2023-05-061-3/+3
| |/ /
* / / qt: warn on inoperable keysLiam2023-05-011-0/+33
|/ /
* | Merge pull request #10006 from german77/profile_selectliamwhite2023-04-011-6/+24
|\ \
| * | service: am: Improve profile select appletNarr the Reg2023-03-291-6/+24
* | | applet: controller: Implement cancel buttongerman772023-03-301-3/+4
|/ /
* | Merge pull request #9505 from liamwhite/request-exitliamwhite2023-03-291-46/+100
|\ \
| * | qt: implement RequestExit for appletsLiam2023-03-251-46/+100
* | | qt: Fix log softlockNarr the Reg2023-03-271-2/+2
|/ /
* | general: fix spelling mistakesLiam2023-03-121-2/+2
* | main: (Windows) Set the current timer resolution to the maximumMorph2023-03-051-0/+9
* | Merge pull request #9815 from german77/qt-mouseliamwhite2023-02-181-0/+8
|\ \
| * | input_common: Split mouse input into individual devicesNarr the Reg2023-02-161-0/+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-171-0/+4
|/ /
* | Merge pull request #9796 from liamwhite/currentliamwhite2023-02-151-3/+3
|\ \
| * | general: rename CurrentProcess to ApplicationProcessLiam2023-02-141-3/+3
* | | 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-141-3/+3
| * | | add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-3/+3
* | | | 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
|/ /
* | main: Re-add QtWebEngine zoom factorMorph2023-02-101-0/+2
* | Merge pull request #4949 from Morph1984/hidpi-temp-fixliamwhite2023-02-071-6/+63
|\ \
| * | main: Convert to device independent coordinates for scalingMorph2023-01-261-6/+11
| * | 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-071-24/+81
|\ \ \
| * | | remove disambiguation argument from mute textJonas Gutenschwager2023-02-041-1/+1
| * | | add volume quicksetting with volume sliderJonas Gutenschwager2023-01-191-24/+81
| | |/ | |/|
* | | Merge pull request #9539 from Wollnashorn/opengl-fsrliamwhite2023-01-281-9/+0
|\ \ \ | |_|/ |/| |
| * | video_core/opengl: Add FSR upscaling filter to the OpenGL rendererWollnashorn2023-01-261-9/+0
| |/
* | main: Only set AA_DisableWindowContextHelpButton below Qt6Morph2023-01-261-1/+3
* | main: Globally disable the "?" button on dialogsMorph2023-01-251-2/+4
|/
* Merge pull request #9565 from MonsterDruide1/tas-multiplayer-lengthsliamwhite2023-01-101-3/+24
|\
| * TAS: Show all script lengths for multiplayerMonsterDruide12023-01-071-3/+24
* | qt: additional fixes for reentrant shutdownLiam2023-01-071-3/+7
|/
* video_core/vulkan: Driver pipeline cache will now be deleted with the shader cacheWollnashorn2023-01-051-1/+19
* qt: prevent reentrant shutdownLiam2022-12-241-4/+11
* Merge pull request #9476 from liamwhite/async-shutdownliamwhite2022-12-241-14/+49
|\
| * qt: use main window as close overlay parentLiam2022-12-221-3/+2
| * qt: continue event loop during game closeLiam2022-12-201-14/+50
* | qt: exit properly on guest-initiated closeLiam2022-12-221-0/+9
|/
* Merge pull request #9463 from liamwhite/manager-eventsliamwhite2022-12-201-78/+4
|\
| * qt: use _exit instead of exit on SIGINTLiam2022-12-171-1/+1
| * EmuThread: refactorLiam2022-12-171-77/+3
* | yuzu: Remember last selected directorygerman772022-12-181-0/+3
|/
* Merge pull request #9454 from liamwhite/wayland-eglMai2022-12-171-1/+2
|\
| * qt: handle wayland-egl platform nameLiam2022-12-161-1/+2
* | Merge pull request #8605 from devsnek/graceful-shutdownliamwhite2022-12-161-5/+6
|\ \
| * | emu_thread: properly force shutdown for unresponsive guest programsLiam2022-12-131-2/+4
| * | let games gracefully exitGus Caplan2022-12-131-3/+2
* | | Merge pull request #6769 from lat9nq/create-shortcut-2liamwhite2022-12-161-0/+181
|\ \ \ | |_|/ |/| |
| * | main: Address review feedbacklat9nq2022-12-141-19/+33
| * | yuzu qt: Create shortcuts on Linuxlat9nq2022-12-131-0/+167
* | | wayland: Always use exclusive fullscreenAlexander Orzechowski2022-12-131-4/+9
|/ /
* / yuzu: Make unlimited frame rate non persistent between game bootsNarr the Reg2022-12-131-0/+3
|/
* video_core: Integrate SMAALiam2022-12-081-0/+3
* Merge pull request #9273 from ameerj/per-game-profileliamwhite2022-12-041-6/+12
|\
| * config: Custom profile detection fixesameerj2022-11-291-0/+1
| * Configuration: Add per-game input profilesameerj2022-11-201-6/+11
* | Merge pull request #9344 from liamwhite/nullbunnei2022-12-031-21/+31
|\ \
| * | video_core: add null backendLiam2022-11-291-21/+31
* | | Merge pull request #9289 from liamwhite/fruit-companyliamwhite2022-12-031-0/+6
|\ \ \
| * | | general: fix compile for Apple ClangLiam2022-11-231-0/+6
* | | | Merge pull request #9322 from german77/pump_eventsliamwhite2022-11-301-0/+12
|\ \ \ \
| * | | | input_common: Pump sdl events from main threadgerman772022-11-271-0/+12
| |/ / /
* | / / yuzu/main: Merge variable declaration into ifdefLioncash2022-11-281-2/+1
| |/ / |/| |
* | | Merge pull request #8829 from Docteh/qt6_0002liamwhite2022-11-271-0/+3
|\ \ \ | |/ / |/| |
| * | qt: Add Qt version to LogRuntimesKyle Kienapfel2022-11-181-0/+1
| * | Qt6: Disable IR Sensor when compiling with Qt6Kyle Kienapfel2022-11-181-0/+2
* | | Merge pull request #9238 from german77/cabinet_appletbunnei2022-11-201-0/+23
|\ \ \ | |/ / |/| |
| * | general: Address review commentsgerman772022-11-141-7/+7
| * | yuzu: Implement cabinet applet frontendgerman772022-11-131-1/+22
| * | service: am: Implement cabinet applet backendgerman772022-11-131-0/+2
* | | Merge pull request #9229 from Docteh/achy_breaky_heartMorph2022-11-181-0/+3
|\ \ \ | |_|/ |/| |
| * | Add break for default casesKyle Kienapfel2022-11-141-0/+3
* | | 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-111-0/+14
|\ \ | |/ |/|
| * yuzu/main: Change to 8_GiB instead of magic numberTobias2022-11-111-1/+1
| * yuzu/compatdb: Rework compatibility submission systemFearlessTobi2022-11-101-0/+14
* | 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 #9180 from Docteh/remove_stuffMai2022-11-111-17/+29
|\ \ \ | |/ / |/| |
| * | UI: split up strings relating to content removalKyle Kienapfel2022-11-051-17/+29
| |/
* / Qt: enable recent Linux features on more UnicesJan Beich2022-11-041-13/+13
|/
* 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-191-0/+1
|/
* fix a tiny spelling mistakeKyle Kienapfel2022-10-151-1/+1
* 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
* | 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-011-2/+10
|\ \ | |/ |/|
| * yuzu: Multiple room UI improvementsgerman772022-09-101-0/+8
| * ldn: Initial implementationFearlessTobi2022-09-091-2/+2
* | Merge pull request #8940 from german77/silencebunnei2022-09-281-2/+2
|\ \
| * | yuzu: Silence some clang warningsNarr the Reg2022-09-211-2/+2
* | | yuzu qt: Add option to disable startup Vulkan checklat9nq2022-09-191-1/+2
|/ /
* | Merge pull request #8827 from german77/amiibo_releasebunnei2022-09-171-20/+1
|\ \
| * | core: nfp: Implement amiibo encryptiongerman772022-09-071-20/+1
| |/
* | mini_dump: Address review feedbacklat9nq2022-09-051-2/+3
* | mini_dump: Cleanup and add commentslat9nq2022-09-051-0/+1
* | yuzu: Use a debugger to generate minidumpslat9nq2022-09-051-6/+26
|/
* yuzu/multiplayer: Warn when game is running or no network interface is selectedFearlessTobi2022-08-271-1/+1
* yuzu: Fix crash on shutdownFearlessTobi2022-08-151-2/+1
* Allow audio volume up to 200%Kelebek12022-08-121-6/+4
* Merge pull request #8647 from Docteh/default_darkliamwhite2022-08-121-12/+70
|\
| * review pass on CheckDarkMode functionKyle Kienapfel2022-08-121-3/+3
| * Linux: handle dark system themes nicelyKyle K2022-08-051-12/+70
* | Merge pull request #8499 from Docteh/pluralsbunnei2022-08-101-5/+0
|\ \
| * | Translate english pluralsKyle Kienapfel2022-07-301-5/+0
| |/
* | 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-071-1/+2
* | Controller bugfixes in profile select (#8716)Steve2022-08-051-4/+8
|/
* 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-281-0/+39
* | Merge pull request #8592 from devsnek/sig-handlerssnek2022-07-271-0/+60
* | chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* | network: Move global state into a seperate classFearlessTobi2022-07-251-3/+3
* | yuzu: Hide multiplayer button and room statusFearlessTobi2022-07-251-2/+3
* | yuzu: Add ui files for multiplayer roomsFearlessTobi2022-07-251-1/+38
* | Merge pull request #8564 from lat9nq/dinner-forkbunnei2022-07-251-13/+16
|\ \ | |/ |/|
| * startup_checks: Implement unix side codelat9nq2022-07-101-11/+1
| * yuzu: Simplify broken Vulkan handlinglat9nq2022-07-101-16/+14
| * yuzu: Check Vulkan on startup with a childlat9nq2022-07-101-0/+15
| * yuzu: Rename check_vulkan to startup_checkslat9nq2022-07-101-1/+1
* | yuzu: Hook qt camera to camera drivergerman772022-07-241-0/+9
* | Project AndioKelebek12022-07-221-0/+3
* | implement resume messageGus Caplan2022-07-181-0/+17
* | yuzu: settings: Remove framerate cap and merge unlocked framerate setting.bunnei2022-07-171-5/+2
|/
* main: Eliminate variable shadowingMorph2022-06-141-3/+2
* yuzu: Eliminate variable shadowingMorph2022-06-141-4/+4
* 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-111-0/+29
|\ \
| * | log the MSVC runtime version when running on MSVC buildKyle Kienapfel2022-06-111-0/+29
* | | 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 #8393 from lat9nq/default-vulkanbunnei2022-06-111-1/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | 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-301-5/+5
| * | | yuzu-qt: Attempt to workaround broken Vulkan installationslat9nq2022-05-301-1/+16
| |/ /
* | | Merge pull request #8405 from Docteh/dock_undockMai M2022-06-111-5/+10
|\ \ \
| * | | ui: Status bars dock button becomes dock/undock buttonKyle Kienapfel2022-06-021-5/+10
| |/ /
* | | Merge pull request #8318 from Docteh/cmake-qt56-entryMai M2022-06-111-2/+2
|\ \ \ | |_|/ |/| |
| * | Update some files with Qt 5.15.2 best practices in mindKyle K2022-05-291-2/+2
* | | 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 #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-011-1/+1
|/ /
* / main: Use Common::U16StringFromBufferlat9nq2022-05-161-2/+4
|/
* hotkeys: Trigger actions on a separate threadNarr the Reg2022-04-231-3/+5
* Prevent the mouse cursor from leaving the window when mouse panning is enabledPurple2022-04-191-2/+38
* 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-111-0/+10
* 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-241-5/+5
|\
| * yuzu qt: Save disable_web_applet settinglat9nq2022-03-181-1/+2
| * main: Update Disable Web Applet warninglat9nq2022-03-171-3/+2
| * yuzu: Move disable_web_applet to UISettingslat9nq2022-03-171-2/+2
* | applets: Rename Mii to MiiEditMorph2022-03-221-2/+2
* | yuzu: Reduce unused includesameerj2022-03-201-5/+0
|/
* Merge pull request #7964 from german77/miiiibunnei2022-03-171-0/+2
|\
| * applet: mii: Simple implementation of mii appletgerman772022-03-011-0/+2
* | cpu_detect: Add additional x86 flags and telemetryWunkolo2022-03-111-2/+2
|/
* yuzu: Remove amiibos on drag and dropgerman772022-02-201-0/+10
* Merge pull request #7867 from german77/amiibobunnei2022-02-191-1/+19
|\
| * nfp: Address compiler issuesgerman772022-02-091-2/+1
| * yuzu: Allow to open and remove the amiibogerman772022-02-081-1/+20
* | Merge pull request #7852 from Morph1984/new-uuidbunnei2022-02-111-1/+1
|\ \
| * | profile: Migrate to the new UUID implementationMorph2022-02-051-1/+1
* | | yuzu: Mute audio when in backgroundgerman772022-02-071-4/+14
* | | yuzu: Add docked, GPU accuracy and adapting filter hotkeysgerman772022-02-071-56/+61
| |/ |/|
* | main: Always remove the frameless window flag when restoring UI stateMorph2022-02-041-0/+2
|/
* yuzu: Disable auto repeat on hotkeys againNarr the Reg2022-02-021-0/+1
* yuzu: Add volume up/down hotkeysgerman772022-01-161-1/+11
* yuzu: Remove speed limit hotkeysgerman772022-01-151-19/+0
* 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
* | yuzu: Add controller hotkeysgerman772022-01-071-6/+58
|/
* yuzu: Fix UI elements not updating correctlygerman772022-01-021-2/+2
* main: reword inhibit reasonliushuyu2021-12-221-2/+3
* main: fix wake lock in Flatpak ...liushuyu2021-12-221-0/+51
* 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 #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
* | 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-051-0/+3
|/
* yuzu: Implement basic controller navigationgerman772021-12-021-3/+6
* Merge pull request #7255 from german77/krakenFernando S2021-11-271-16/+23
|\
| * config: Remove vibration configurationgerman772021-11-271-2/+0
| * yuzu: Fix TAS from rebasegerman772021-11-251-3/+4
| * service/hid: Remove includes of core.h and settings.hgerman772021-11-251-1/+1
| * settings: Fix controller preview not displaying the correct controllergerman772021-11-251-0/+3
| * core/hid: Rename NpadType to NpadStyleIndexgerman772021-11-251-1/+1
| * second commit lion reviewgerman772021-11-251-0/+1
| * input_common: Revert deleted TAS functionsgerman772021-11-251-1/+1
| * service/hid: Fix gesture inputgerman772021-11-251-1/+1
| * configuration: Migrate controller settings to emulated controllergerman772021-11-251-5/+6
| * kraken: Fix errors from rebase and format filesgerman772021-11-251-3/+4
| * core: Register HIDgerman772021-11-251-1/+4
| * yuzu: Use new input on main and bootmanagergerman772021-11-251-13/+12
| * input_common: Rewrite keyboardgerman772021-11-251-9/+9
* | Merge pull request #7330 from MightyCreak/simplify-theme-selectionbunnei2021-11-251-23/+25
|\ \ | |/ |/|
| * Replace "Light" theme by "Default"Romain Failliot2021-11-141-23/+25
* | Refactor menu states and shortcuts in GMainWindow. (#7419)Adam Heinermann2021-11-251-228/+169
* | const fixesAdam Heinermann2021-11-221-2/+2
* | Apply clang formatAdam Heinermann2021-11-221-1/+0
* | Added TAS controls to the menu under ToolsAdam Heinermann2021-11-221-29/+71
* | Merge pull request #7369 from Morph1984/amd-fsr-statusbarbunnei2021-11-191-5/+5
|\ \
| * | main: Fix default AA nameMorph2021-11-191-4/+4
| * | 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
| |/
* | Yuzu UI: Add button for Anti AliasFernando Sahmkow2021-11-161-0/+42
* | QtGUI: Add buttton to toggle the filter.FernandoS272021-11-161-0/+56
* | bootmanager: Fix screenshot resolution factor usageameerj2021-11-161-2/+1
* | main: Add resolution scale label in the status barMorph2021-11-161-2/+11
|/
* 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-081-2/+3
* | general: Get the current process program id directly from the systemMorph2021-11-041-2/+2
* | general: Rename GetTitleID to GetProgramIDMorph2021-11-041-2/+2
|/
* yuzu qt: Disable the screensaver with SDL2lat9nq2021-10-301-1/+18
* 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
* | yuzu: Construct system in GMainWindowMorph2021-10-151-77/+76
* | core: Move ResultStatus outside of SystemMorph2021-10-151-11/+11
* | Merge pull request #7185 from Morph1984/make_unique_uiMai M2021-10-151-135/+137
|\ \
| * | main: Use std::unique_ptr for uiMorph2021-10-151-135/+137
| |/
* / main: Slightly refactor NCA entry installation in InstallNCA (#7181)Creak2021-10-151-8/+6
|/
* Merge pull request #6774 from lat9nq/remove-global-yuzuMorph2021-10-141-66/+54
|\
| * discord_impl: Remove global system instanceslat9nq2021-10-071-1/+1
| * game_list: Remove global instances of Core::Systemlat9nq2021-10-071-1/+1
| * yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq2021-10-071-64/+52
* | main: Add option to reset window size to 900pameerj2021-10-111-18/+21
|/
* 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-021-0/+7
|/
* UI: Relocate tas menu and add brief descriptiongerman772021-09-181-6/+15
* input_common/tas: new update methodgerman772021-09-181-2/+1
* input_common/tas: Add swap controllergerman772021-09-181-1/+1
* input_common/tas: overwrite file dialoggerman772021-09-181-1/+10
* input_common/tas: Fallback to simple updateMonsterDruide12021-09-181-13/+8
* config: Move TAS options to it's own menugerman772021-09-181-26/+41
* core: Hacky TAS syncing & load pausingMonsterDruide12021-09-181-6/+21
* main: TAS Playback state labelMonsterDruide12021-09-181-0/+9
* settings: File selector & other settingsMonsterDruide12021-09-181-0/+13
* input_common/tas: Base playback & recording systemMonsterDruide12021-09-181-1/+2
* Merge pull request #6950 from german77/multiplaybunnei2021-09-181-1/+2
|\
| * input_common: Enable steam controllers and 8 player supportgerman772021-09-101-1/+2
* | main: Apply confirm exit setting in exit locked scenariosameerj2021-09-121-11/+9
|/
* logging: Fix log filter during initializationameerj2021-08-241-1/+1
* logging: Simplify and make thread-safeyzct123452021-08-131-17/+2
* main: Avoid stopping emulation when taking a screenshotgerman772021-08-071-5/+2
* Merge pull request #6700 from lat9nq/fullscreen-enumbunnei2021-07-281-4/+4
|\
| * Merge branch 'master' into fullscreen-enumlat9nq2021-07-251-80/+101
| |\
| * | general: Implement FullscreenMode enumerationlat9nq2021-07-231-4/+4
* | | Merge pull request #6696 from ameerj/speed-limit-renamebunnei2021-07-271-9/+9
|\ \ \
| * | | general: Rename "Frame Limit" references to "Speed Limit"ameerj2021-07-241-9/+9
| |/ /
* | | Merge pull request #6697 from ameerj/fps-capbunnei2021-07-261-1/+1
|\ \ \ | |_|/ |/| |
| * | config, nvflinger: Add FPS cap settingameerj2021-07-241-1/+1
| |/
* | Merge pull request #6575 from FernandoS27/new_settingsbunnei2021-07-251-37/+43
|\ \
| * | Update src/yuzu/main.cppFernando S2021-07-091-2/+2
| * | Settings: Eliminate ASYNC & MULTICORE Toggles and add GPU Accuracy Toggle.Fernando Sahmkow2021-07-091-37/+43
* | | Merge pull request #6709 from ameerj/screenshot-pathMorph2021-07-251-1/+1
|\ \ \
| * | | main: Fix screenshot filepath constructionameerj2021-07-251-1/+1
| | |/ | |/|
* | | main: Update Shader Cache menu optionsameerj2021-07-231-12/+47
* | | main: Fix Open Transferable Shader Cache context itemameerj2021-07-231-25/+5
* | | vk_pipeline_cache,shader_notify: Add shader notificationsReinUsesLisp2021-07-231-6/+6
|/ /
* | file_sys: Support load game collection (#6582)Feng Chen2021-07-201-8/+9
* | applets: Append qt_ prefix to Qt frontend appletsMorph2021-07-141-5/+5
* | Merge pull request #6574 from lioncash/i18nbunnei2021-07-131-2/+4
|\ \
| * | qt/main: Make title string more i18n-friendlyLioncash2021-07-081-2/+4
| |/
* / settings: Disable FPS unlimit setting between title launchesameerj2021-07-101-1/+9
|/
* Merge pull request #6539 from lat9nq/default-settingAmeer J2021-07-081-18/+24
|\
| * yuzu qt: Make most UISettings a BasicSettinglat9nq2021-06-291-16/+21
| * general: Make most settings a BasicSettinglat9nq2021-06-281-2/+3
* | Merge pull request #6471 from lat9nq/dump-as-modMorph2021-06-291-3/+8
|\ \
| * | patch_manager: Do not apply LayeredFS mods when dumpingMorph2021-06-281-1/+2
| * | yuzu qt: Add option to dump to SDMC directorylat9nq2021-06-281-2/+6
* | | Merge pull request #6502 from ameerj/vendor-titleMorph2021-06-281-4/+7
|\ \ \ | |/ / |/| |
| * | video_core: Add GPU vendor name to window title barameerj2021-06-211-4/+7
* | | main: Display the instruction set of the running title in the window nameameerj2021-06-281-0/+3
| |/ |/|
* | General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableLioncash2021-06-231-2/+4
* | common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph2021-06-221-12/+12
* | config: Add frame limiter toggle hotkeyameerj2021-06-171-1/+5
|/
* yuzu: main: Ensure enough space is available for RomFS dumpingMorph2021-06-111-0/+12
* yuzu qt: Start games from context menulat9nq2021-06-081-2/+4
* Merge pull request #6362 from lat9nq/reset-to-defaultsbunnei2021-06-051-2/+42
|\
| * yuzu qt: Use lambda and std::function for reset callbacklat9nq2021-06-011-5/+6
| * yuzu: Add settings reset button to general configurationlat9nq2021-06-011-4/+39
| * configuration: Initial work to reset all settingsfearlessTobi2021-06-011-0/+4
* | yuzu qt: Revert some usages of string_viewlat9nq2021-06-031-6/+8
* | Merge pull request #6361 from lat9nq/per-hb-cfgbunnei2021-06-021-7/+14
|\ \ | |/ |/|
| * yuzu qt: Restore const qualifierslat9nq2021-05-261-16/+9
| * yuzu qt: Handle per-game configs for title id 0lat9nq2021-05-261-7/+21
* | Merge pull request #6346 from lat9nq/apply-config-pgcAmeer J2021-05-271-17/+23
|\ \ | |/ |/|
| * yuzu qt: Add an Apply button to configuration dialogslat9nq2021-05-251-17/+23
* | common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-108/+111
* | settings: Forbid docked mode on handheldgerman772021-05-241-4/+16
|/
* 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
* | yuzu/main: Fix version info in logging and about dialogMorph2021-05-171-6/+7
* | main: Prevent installing base titles into NANDMorph2021-05-161-3/+19
* | main: Add title's version to window name on EA/mainlineameerj2021-05-151-11/+6
|/
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-1/+1
* Merge pull request #6257 from Morph1984/fix-use-after-free-webappletbunnei2021-04-301-3/+5
|\
| * applets/web: Fix a use-after-free when passing in the URL stringMorph2021-04-281-3/+5
* | yuzu: main: Silence type conversion warning on MSVCMorph2021-04-281-1/+1
|/
* applets/swkbd: Implement the Qt Software Keyboard frontendMorph2021-04-151-0/+112
* error: Make the error code as the title text of the OverlayDialogMorph2021-04-151-3/+3
* overlay_dialog: Add an overlay text dialog that accepts controller inputMorph2021-04-151-1/+5
* main: Move meta type registration into its own functionMorph2021-04-151-7/+51
* applets: Remove the previous software keyboard applet implementationMorph2021-04-151-23/+0
* Merge pull request #6199 from lioncash/log-nsbunnei2021-04-151-2/+4
|\
| * common/log: Move Log namespace into the Common namespaceLioncash2021-04-151-2/+4
* | common: Move settings to common from core.bunnei2021-04-151-6/+6
|/
* configure_graphics: Add Borderless Windowed fullscreen modeMorph2021-04-061-6/+48
* yuzu/main: Add user command line argumentgerman772021-03-271-0/+28
* Merge pull request #5327 from AniLeo/masterbunnei2021-03-121-0/+9
|\
| * qt: Set DISPLAY env var when not presentAni2021-03-071-0/+9
* | inputCommon: Mouse fixesgerman772021-02-281-8/+11
* | yuzu: Various frontend improvements to avoid crashes and improve experience on Linux.bunnei2021-02-141-7/+3
* | yuzu: Create screenshot path before capturelat9nq2021-02-121-0/+5
* | Merge pull request #5869 from german77/mousePanningbunnei2021-02-111-5/+19
|\ \
| * | Add mouse panninggerman2021-02-081-5/+19
* | | Refresh debug controller settingsgerman2021-02-061-3/+4
* | | Add controller window and single joycon top viewgerman2021-02-061-0/+6
|/ /
* | hle: kernel: Allocate a dummy KThread for each host thread, and use it for scheduling.bunnei2021-01-291-2/+0
* | renderer_opengl: Avoid precompiled cache and force NV GL cache directoryReinUsesLisp2021-01-211-0/+3
* | Merge pull request #5229 from Morph1984/fullscreen-optbunnei2021-01-111-3/+39
|\ \ | |/ |/|
| * yuzu/main: Add basic command line argumentsMorph2020-12-251-3/+39
* | Merge pull request #5261 from gal20/hide_mouse_patchbunnei2021-01-051-15/+12
|\ \
| * | yuzu/main: fix mouse not showing on move and port citra-emu/citra#5476gal202020-12-311-15/+12
| |/
* | main: Resolve error string not displayingLioncash2021-01-031-2/+3
* | 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-021-1/+1
* | core: settings: Untangle multicore from asynchronous GPU.bunnei2020-12-291-10/+3
|/
* cmake: Always enable VulkanReinUsesLisp2020-12-251-10/+0
* Merge pull request #5217 from lat9nq/save-on-bootbunnei2020-12-231-16/+24
|\
| * yuzu/main: Save settings when starting guestlat9nq2020-12-221-16/+24
* | yuzu/main: Improve menubar access keyslat9nq2020-12-231-3/+3
* | Add option to reset window size to 1080pgerman2020-12-231-2/+19
* | applets/web: Implement the online web browser appletMorph2020-12-181-6/+10
* | applets/web: Fix keyboard to emulated controller inputMorph2020-12-181-1/+1
* | main: Add the ability to disable the web appletMorph2020-12-181-0/+24
* | main, applets/web: Re-add progress dialog for RomFS extractionMorph2020-12-181-15/+43
* | applets/web: Implement the Qt web browser applet frontendMorph2020-12-181-2/+108
* | applets: Remove the previous web browser applet implementationMorph2020-12-181-154/+0
|/
* file_sys: Consolidate common Title ID operationsMorph2020-12-081-4/+3
* Disable web applet and warning when compiling for Linux on CIlat9nq2020-11-301-0/+2
* core: Eliminate remaining usages of the global system instanceLioncash2020-11-271-17/+19
* savedata_factory: Eliminate usage of the global system instanceLioncash2020-11-271-2/+2
* frontend: yuzu (qt): Register a callback for ExecuteProgram.bunnei2020-11-251-5/+19
* patch_manager: Remove usages of the global system instanceLioncash2020-11-181-12/+20
* general: Fix compiler warnings on linux and miscellaneous changesMorph2020-11-161-0/+1
* input_common: Add VibrationDevice and VibrationDeviceFactoryMorph2020-11-161-0/+3
* settings: Preparation for per-game input settingsMorph2020-11-161-10/+13
* config: Migrate config files into config/customMorph2020-11-161-1/+27
* applets/controller: Auto accept a valid single player configurationMorph2020-11-161-0/+1
* input_profiles: Implement input profilesMorph2020-11-161-1/+1
* Don't ask for profile when there's only one.Kewlan2020-10-221-16/+10
* main: Allow applets to display on top while fullscreenMorph2020-09-261-6/+8
* game_list: Make game list function naming consistentLioncash2020-09-231-7/+8
* crypto/key_manager: Remove dependency on the global system accessorLioncash2020-09-141-2/+4
* main: Apply settings after applet configuration is complete.Morph2020-09-041-0/+4
* Project Mjölnir: Part 2 - Controller AppletMorph2020-09-041-8/+27
* yuzu/main: Amend lifetime issues with InputSubsystemLioncash2020-08-291-2/+2
* input_common: Eliminate most global stateLioncash2020-08-271-5/+6
* common/telemetry: Migrate namespace into the Common namespaceLioncash2020-08-181-1/+1
* Merge pull request #4381 from Morph1984/fix-open-folder-installed-titlebunnei2020-08-181-9/+18
|\
| * 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-051-8/+6
* | Merge pull request #4535 from lioncash/fileutilbunnei2020-08-181-30/+32
|\ \
| * | common/fileutil: Convert namespace to Common::FSLioncash2020-08-161-30/+32
| |/
* / main: Add an option to modify the currrent game's configurationlat9nq2020-08-161-20/+35
|/
* yuzu: Resolve C++20 deprecation warnings related to lambda capturesLioncash2020-08-031-2/+2
* Merge pull request #4263 from lat9nq/fix-screencaps-2David2020-08-031-9/+20
|\
| * main: Don't use as many string copieslat9nq2020-07-211-6/+8
| * main: rewrite (save as) screenshot savinglat9nq2020-07-211-9/+18
* | 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
* | 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-291-113/+126
* | main: Connect game list remove signals to removal functionsMorph2020-07-291-5/+163
|/
* yuzu: Port translation support from CitraFearlessTobi2020-07-181-0/+42
* async shadersDavid Marcec2020-07-171-6/+26
* 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
* | Add additional empty check for the QStringList returned by the InstallDialogMorph2020-07-101-0/+4
* | Update the install and progress dialogsMorph2020-07-101-66/+52
* | Refactor batch installing filesMorph2020-07-101-185/+214
* | Add support for batch install to NANDMorph2020-07-101-121/+174
|/
* configuration: implement per-game configurations (#4098)lat9nq2020-07-101-42/+74
* Fix ss crash on game menu, fix ss on windowed modeAmeer2020-07-061-1/+1
* 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-011-12/+15
|\ \
| * | Reorder variables to comply with the Auzure build pipelineunknown2020-06-221-2/+2
| * | Add game versio to title barunknown2020-06-081-12/+15
* | | Merge pull request #4166 from VolcaEM/quickstart-faqbunnei2020-07-011-5/+18
|\ \ \
| * | | Update FAQ function name (2/2)VolcaEM2020-06-271-2/+2
| * | | Update function name againVolcaEM2020-06-261-1/+1
| * | | Update function name (2/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-251-5/+15
| |\ \ \
| * | | | Fix typo 2: electric boogalooVolcaEM2020-06-251-1/+1
| * | | | Use QUrl (2/2)VolcaEM2020-06-251-6/+5
| * | | | Fix typoVolcaEM2020-06-251-1/+1
| * | | | Add "Open Quickstart Guide" and "FAQ" buttons to the Help menuVolcaEM2020-06-251-0/+26
| | |/ / | |/| |
* | | | 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-271-3/+6
* | | | | GUI: Make multicore only work with Async and add GUI for multicore.Fernando Sahmkow2020-06-271-2/+27
* | | | | General: Setup yuzu threads' microprofile, naming and registry.Fernando Sahmkow2020-06-271-0/+2
* | | | | Merge pull request #4164 from Kewlan/mute-audio-hotkeybunnei2020-06-271-0/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add a "Mute Audio" hotkeyKewlan2020-06-261-0/+3
| |/ / /
* | | | Merge pull request #4136 from VolcaEM/modsbunnei2020-06-251-0/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Correct function name (2/2)VolcaEM2020-06-211-2/+2
| * | | 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-211-0/+13
| |/ /
* | | main: Append AVX and FMA instructions to cpu stringMorph2020-06-201-1/+14
* | | yuzu/frontend: Remove internal resolution optionMorph2020-06-061-4/+1
|/ /
* | 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 #3665 from bunnei/device-savebunnei2020-05-161-21/+43
|\ \
| * | yuzu: game_list: Fix 'Open Save Data Location' for device saves.bunnei2020-05-111-21/+43
* | | frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)Morph2020-05-151-3/+18
|/ /
* / Menubar: fix mouse tracking bugFearlessTobi2020-05-061-4/+0
|/
* Merge pull request #3637 from FearlessTobi/port-5094bunnei2020-05-041-0/+56
|\
| * yuzu: Option to hide mouse on inactivityFearlessTobi2020-04-201-0/+56
* | 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 #3655 from FearlessTobi/ui-retext-yuzubunnei2020-04-191-44/+18
|\
| * yuzu/main: Add better popup texts and remove duplicated actionsFearlessTobi2020-04-141-44/+18
* | CMakeLists: Specify -Wextra on linux buildsLioncash2020-04-161-4/+4
|/
* Addressed feedback: switched to snake case and fixed clang-format errorsSilverBeamx2020-04-071-2/+2
* Addressed feedback: removed CMake hack in favor of building the necessary strings via the supplied title formatSilverBeamx2020-04-071-1/+7
* Merge pull request #3552 from jroweboy/single-contextRodrigo Locatti2020-04-021-2/+1
|\
| * Frontend/GPU: Refactor context managementJames Rowe2020-03-251-2/+1
* | 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
* | frontent: qt: main: Various updates/refactoring for separate presentation thread.bunnei2020-02-261-25/+24
|/
* Merge pull request #3360 from CJBok/statusbar-buttonsbunnei2020-02-031-6/+90
|\
| * clangCJBok2020-01-291-2/+2
| * minor correctionsCJBok2020-01-291-2/+2
| * GUI: Togglable graphics settings buttons in status barCJBok2020-01-281-7/+91
* | yuzu: Implement Vulkan frontendReinUsesLisp2020-01-291-72/+16
|/
* GUI: add few missing hotkeys to main menuBartosz Kaszubowski2020-01-131-0/+16
* yuzu: Remove Maxwell debuggerReinUsesLisp2020-01-031-11/+0
* gl_rasterizer: Emulate viewport flipping with ARB_clip_controlReinUsesLisp2019-11-071-0/+3
* citra_qt: add amiibo drag and drop supportFearlessTobi2019-11-031-4/+17
* Merge pull request #2910 from FearlessTobi/port-4930bunnei2019-10-101-0/+21
|\
| * yuzu: Pause when in backgroundFearlessTobi2019-09-261-0/+21
* | qt: Fix game name format errorZach Hilman2019-10-061-2/+2
* | qt: Change titlebar formattingZach Hilman2019-10-051-6/+15
|/
* main: Use const on all variable initializationsZach Hilman2019-09-221-2/+2
* qt: Prompt user for confirmation if exit lock is activeZach Hilman2019-09-221-0/+41
* Merge pull request #2430 from DarkLordZach/fs-controllerDavid2019-09-221-14/+27
|\
| * 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
* | Added Host CPU and OS to logpbarilla2019-09-211-0/+8
|/
* 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
* | Separate UserNand and Sdmc directoriesfearlessTobi2019-09-041-3/+5
* | Address more trivial review commentsfearlessTobi2019-09-041-3/+3
* | Address trivial review commentsfearlessTobi2019-09-041-3/+3
* | yuzu: Add support for multiple game directoriesfearlessTobi2019-09-041-24/+61
* | Fix to Windows sleep issuesfearlessTobi2019-09-031-0/+19
|/
* Merge pull request #2772 from lioncash/uiJames Rowe2019-08-171-1/+1
|\
| * yuzu/CMakeLists: Remove qt5_wrap_ui macro usageLioncash2019-08-091-1/+1
* | yuzu/main: Make error messages within OnCoreError more localization-friendlyLioncash2019-07-071-7/+8
|/
* 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
* | 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
|/
* Added missing space between two wordsAlex Subaric2019-06-191-1/+1
* Merge pull request #2521 from lioncash/namingbunnei2019-06-061-18/+23
|\
| * yuzu/configuration: Make function naming consistentLioncash2019-06-051-18/+23
* | 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-051-14/+12
|\ \
| * | yuzu/software_keyboard: Remove unnecessary GetStatus() member functionLioncash2019-05-291-2/+1
| * | profile_select: Remove unnecessary GetStatus() member functionLioncash2019-05-291-8/+6
| * | profile_select: Return int instead of u32 for GetIndex()Lioncash2019-05-291-5/+6
| |/
* | main: Remove extraneous commentZach Hilman2019-05-301-1/+0
* | yuzu: Clear partial/full game list cache when data is updatedZach Hilman2019-05-261-0/+3
|/
* yuzu/main: Specify string conversions where applicableLioncash2019-05-251-115/+145
* yuzu/main: Move window title updating logic to its own functionLioncash2019-05-091-7/+18
* main: Add GMainWindow hooks for Error displayZach Hilman2019-04-171-0/+5
* main: Switch to AppletManager for frontendZach Hilman2019-04-171-3/+9
* Merge pull request #2017 from jroweboy/glwidgetbunnei2019-04-141-1/+14
|\
| * bootmanager: Bypass input focus issuesReinUsesLisp2019-03-251-0/+12
| * QT Frontend: Migrate to QOpenGLWindowJames Rowe2019-01-221-1/+2
* | Fix Clang FormatFreddyFunk2019-04-121-4/+8
* | ui_settings: Rename game directory variablesFreddyFunk2019-04-111-10/+10
* | Merge pull request #2353 from lioncash/surfacebunnei2019-04-101-6/+0
|\ \
| * | yuzu/debugger: Remove graphics surface viewerLioncash2019-04-061-6/+0
* | | Merge pull request #1957 from DarkLordZach/title-providerbunnei2019-04-101-9/+14
|\ \ \
| * | | game_list: Register content with ContentProviderZach Hilman2019-03-271-9/+14
* | | | Merge pull request #2132 from FearlessTobi/port-4437bunnei2019-04-101-26/+27
|\ \ \ \ | |_|/ / |/| | |
| * | | yuzu: Make hotkeys configurable via the GUIAdityarup Laha2019-03-161-26/+27
| |/ /
* | | 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-041-0/+38
|\ \ \ | |/ / |/| |
| * | 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-081-0/+44
* | | Merge pull request #2196 from DarkLordZach/web-applet-escbunnei2019-03-071-0/+5
|\ \ \
| * | | web_browser: Add shortcut to Enter key to exit appletZach Hilman2019-03-051-0/+5
* | | | 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 #2190 from lioncash/ogl-globalbunnei2019-03-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | yuzu: Remove usage of the global telemetry accessorLioncash2019-03-041-1/+1
| |/ /
* / / citra_qt/main: make SPEED_LIMIT_STEP static constexprfearlessTobi2019-03-021-1/+4
|/ /
* | gl_shader_cache: Link loading screen with disk shader cache loadReinUsesLisp2019-02-071-0/+3
* | 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 #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-221-0/+3
|/
* Add fade out effect to the loading screenJames Rowe2019-01-211-4/+8
* Remove blue box around loading screenJames Rowe2019-01-211-1/+0
* QT Frontend: Add a Loading screen with progressbarJames Rowe2019-01-201-6/+20
* Merge pull request #1939 from DarkLordZach/web-appletbunnei2019-01-101-0/+151
|\
| * travis: Use correct package for linux Qt5WebEngineZach Hilman2018-12-291-1/+1
| * main: Add main window integrations for QtWebBrowserAppletZach Hilman2018-12-281-0/+151
* | Merge pull request #1942 from DarkLordZach/profile-select-game-bootbunnei2019-01-031-0/+16
|\ \
| * | qt: Add setting to prompt for user on game bootZach Hilman2018-12-251-0/+16
| |/
* / qt: Use ProfileSelectionDialog when selecting user for save dataZach Hilman2018-12-251-22/+16
|/
* Merge pull request #1886 from FearlessTobi/port-4164bunnei2018-12-231-0/+28
|\
| * yuzu, video_core: Screenshot functionalityzhupengfei2018-12-181-0/+28
* | Merge pull request #1781 from DarkLordZach/applet-profile-selectbunnei2018-12-231-0/+24
|\ \
| * | qt: Implement GUI dialog frontend for ProfileSelectorZach Hilman2018-12-031-0/+22
| * | qt: Register to use Qt ProfileSelector instead of defaultZach Hilman2018-12-031-0/+2
| |/
* / qt: Add Properties menu to game list right-clickZach Hilman2018-12-041-0/+29
|/
* Merge pull request #1835 from lioncash/cache-globalbunnei2018-12-031-2/+2
|\
| * filesystem: De-globalize registered_cache_unionLioncash2018-12-021-2/+2
* | gl_rasterizer: Remove extension booleansReinUsesLisp2018-11-291-0/+2
|/
* file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry()Lioncash2018-11-271-5/+5
* Removed pre 4.3 ARB extensionsFernandoS272018-11-211-14/+0
* Update OpenGL's backend version from 3.3 to 4.3FernandoS272018-11-211-2/+2
* Merge pull request #1667 from DarkLordZach/swkbdbunnei2018-11-201-0/+31
|\
| * applet: Add operation completed callbackZach Hilman2018-11-181-1/+4
| * software_keyboard: Make GetText asynchronousZach Hilman2018-11-181-3/+3
| * am: Allow applets to push multiple and different channels of dataZach Hilman2018-11-181-6/+8
| * am: Implement text check software keyboard modeZach Hilman2018-11-181-0/+17
| * am: Deglobalize software keyboard appletZach Hilman2018-11-181-1/+6
| * qt/main: Register Qt Software Keyboard frontend with AMZach Hilman2018-11-181-0/+4
* | Merge pull request #1640 from DarkLordZach/game-list-reloadbunnei2018-11-191-1/+7
|\ \ | |/ |/|
| * game_list: Only reload game list after relevant settings changedZach Hilman2018-11-041-1/+7
* | 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 #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 #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-051-0/+6
|\ \ \ \
| * | | | qt: Add help option to open yuzu folderZach Hilman2018-11-031-0/+6
| | |_|/ | |/| |
* / | | Fix quickstart linkDharmin K Shah2018-11-041-1/+1
|/ / /
* | / global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-3/+3
| |/ |/|
* | 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
* | | profile_manager: Use std::optional instead of boost::optionalLioncash2018-10-241-1/+1
* | | acc: Fix account UUID duplication errorZach Hilman2018-10-241-15/+13
* | | profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman2018-10-241-7/+20
* | | qt: Allow user to select emu user on open save dataZach Hilman2018-10-241-3/+24
|/ /
* | Added Amiibo support (#1390)David2018-10-241-12/+43
* | qt: Add support for dumping a DLC Data RomFSZach Hilman2018-10-181-10/+63
* | 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
| |/ /
* / / filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by referenceLioncash2018-10-131-4/+4
|/ /
* | partition_data_manager: Rename system files for hekateZach Hilman2018-10-071-16/+13
* | qt: Add rederive keyset menu optionZach Hilman2018-10-071-49/+82
* | qt: Add key derivation progress bar on initial setupZach Hilman2018-10-071-0/+52
* | yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image.bunnei2018-10-061-0/+2
|/
* qt: Update telemetry linksLioncash2018-10-061-1/+1
* Review comments - part 5fearlessTobi2018-10-021-1/+1
* Review comments - part 3fearlessTobi2018-10-021-1/+1
* Address a bunch of review commentsfearlessTobi2018-10-021-1/+1
* Port web_service from CitrafearlessTobi2018-10-021-14/+68
* 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
* | 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
|/
* fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-1/+1
* qt: Add UI elements for LayeredFS and related toolsZach Hilman2018-09-221-2/+143
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
* Use ARB_multi_bind for uniform buffers (#1287)ReinUsesLisp2018-09-131-0/+2
* gl_rasterizer: Use ARB_texture_storage.Markus Wick2018-09-111-0/+2
* game_list: Make CompatibilityList parameter of NavigateToGamedbEntryRequested() a const referenceLioncash2018-09-101-1/+1
* yuzu: Move compatibility list specifics to their own source filesLioncash2018-09-101-6/+4
* yuzu: fix title bar displayPengfei Zhu2018-09-081-2/+2
* gl_rasterizer: Use baseInstance instead of moving the buffer points.bunnei2018-09-081-0/+2
* Better Title Bar DisplayCaptV0rt3x2018-09-071-2/+2
* bktr: Fix bucket overlap errorZach Hilman2018-09-041-0/+2
* patch_manager: Centralize Control-type NCA parsingZach Hilman2018-09-041-2/+10
* bktr: Fix missing includes and optimize styleZach Hilman2018-09-041-2/+2
* main: Make game updates installableZach Hilman2018-09-041-1/+5
* 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-041-1/+2
* registration: Add support for installing NSP filesZach Hilman2018-09-041-6/+18
* Merge pull request #1223 from DarkLordZach/custom-nand-sd-dirsbunnei2018-09-041-0/+27
|\
| * qt: Add message about not moving contents on dir changeZach Hilman2018-09-041-4/+17
| * qt: Add UI options to change NAND/SD dirsZach Hilman2018-09-041-0/+14
* | file_sys: Replace includes with forward declarations where applicableLioncash2018-09-041-0/+1
* | vfs_real: Forward declare IOFileLioncash2018-09-021-0/+1
|/
* citra_qt: Display the unsupported GL extensions in the popupfearlessTobi2018-09-011-7/+9
* core/core: Replace includes with forward declarations where applicableLioncash2018-08-311-4/+5
* Show game compatibility within yuzufearlessTobi2018-08-291-0/+19
* Fix two stupid errors made in #1141fearlessTobi2018-08-281-1/+1
* Merge pull request #1094 from DarkLordZach/nax0Mat M2018-08-251-2/+1
|\
| * 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
|/
* Merge pull request #1136 from tech4me/masterbunnei2018-08-221-4/+33
|\
| * qt/main: Port part of citra(#3411), open savedata workstech4me2018-08-211-4/+33
* | Merge pull request #840 from FearlessTobi/port-3353bunnei2018-08-221-2/+27
|\ \
| * | Port #3353 from CitrafearlessTobi2018-08-211-2/+27
* | | Merge pull request #1141 from FearlessTobi/port-3902bunnei2018-08-221-0/+10
|\ \ \
| * | | Port #3902 from Citra: "Add restart hotkey & menu option"fearlessTobi2018-08-211-0/+10
| | |/ | |/|
* / | Port #4056 from Citra: "Add Clear Recent Files menu action"fearlessTobi2018-08-211-0/+12
|/ /
* / service/filesystem: Use forward declarations where applicableLioncash2018-08-211-0/+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-161-0/+143
|\
| * registration: Add support for force overwrite of installedZach Hilman2018-08-121-30/+58
| * qt: Use custom RawCopy with progress bar for installsZach Hilman2018-08-121-2/+28
| * game_list: Populate control data from installed NANDZach Hilman2018-08-121-1/+1
| * file_sys: Comply to style guidelinesZach Hilman2018-08-121-20/+20
| * qt: Add 'Install to NAND' option to menuZach Hilman2018-08-121-0/+89
* | loader: Make ResultStatus directly compatible with fmtLioncash2018-08-151-1/+4
|/
* loader: Add more descriptive errorsZach Hilman2018-08-101-59/+17
* vfs: Fix documentationZach Hilman2018-08-091-0/+2
* core: Port core to VfsFilesystem for file accessZach Hilman2018-08-091-4/+6
* Merge pull request #850 from DarkLordZach/icon-metabunnei2018-08-081-0/+1
|\
| * Avoid parsing RomFS to directory in NCAZach Hilman2018-08-071-0/+1
* | qt/hotkey: Get rid of global hotkey map instanceLioncash2018-08-071-40/+44
|/
* 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
| |/
* / 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-041-10/+42
|\ \ | |/ |/|
| * 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-011-0/+14
* | video_core: Make global EmuWindow instance part of the base renderer classLioncash2018-08-021-1/+1
|/
* Merge pull request #860 from FearlessTobi/port-3911bunnei2018-07-301-1/+3
|\
| * Port #3911 from Citra: "Optimize settings application"fearlessTobi2018-07-291-1/+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
* | Port #3665 from CitrafearlessTobi2018-07-261-0/+2
|/
* Frontend: Check for more required OpenGL extensions during startup.Subv2018-07-221-0/+12
* file_util: Use an enum class for GetUserPath()Lioncash2018-07-211-7/+11
* OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.bunnei2018-07-141-0/+3
* yuzu - Fix duplicate logsJames Rowe2018-07-121-2/+0
* Add configurable logging backendsJames Rowe2018-07-031-2/+8
* Rename logging macro back to LOG_*James Rowe2018-07-031-6/+6
* yuzu: Remove SSBOs check from Qt frontend.bunnei2018-06-261-2/+0
* Bug fixes, testing, and review changesZach Hilman2018-06-141-3/+7
* Add 'Load Folder' menu optionZach Hilman2018-06-141-0/+10
* Add support for main files in file pickerZach Hilman2018-06-141-0/+2
* Qt: Removed the Registers widget.Subv2018-06-131-15/+0
* qt: add check for GL extension supportBreadFish642018-06-041-0/+26
* frontends: Move logging macros over to new fmt-capable onesLioncash2018-04-271-6/+4
* 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-301-3/+4
* | | Add Dark theme, Icon themingN00byKing2018-03-301-0/+29
* | | GPU: Make the debug_context variable a member of the frontend instead of a global.Subv2018-03-251-3/+6
* | | Frontend: Allow opening the Surface View widget in the Qt frontend.Subv2018-03-241-0/+6
* | | Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.Subv2018-03-241-0/+9
|/ /
* | CMake: Set EMU_ARCH_BITS in CMakeLists.txtN00byKing2018-03-211-1/+0
* | Removes the use of QKeySequence::Cancel (#186)Vishal Sharma2018-02-271-1/+2
|/
* qt: Migrate to Qt 5 signal/slot connection syntax where applicableLioncash2018-01-191-23/+23
* clang-formatMerryMage2018-01-161-6/+7
* Implement Pull #3333 from citra: citra_qt: Pause emulation on CoreError (#39)N00byKing2018-01-161-0/+1
* Merge citra-emu PR#3159 by FearlessTobi(citra-qt : Fix a bug in our fullscreen implementation)goaaats2018-01-161-15/+29
* Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)goaaats2018-01-161-0/+43
* Remove Surface Viewer stubJannik Vogel2018-01-141-5/+0
* Implement "About" dialogspycrab2018-01-141-0/+9
* Minor cleanupMerryMage2018-01-141-9/+9
* Removing unused settings and yuzu rebrandingJames Rowe2018-01-131-48/+4
* Remove gpu debugger and get yuzu qt to compileJames Rowe2018-01-131-61/+11
* Massive removal of unused modulesJames Rowe2018-01-131-0/+877