summaryrefslogtreecommitdiffstats
path: root/src/yuzu (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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