summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Collapse)Author
2020-05-15frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)Morph
2020-05-14Merge pull request #3927 from jroweboy/fix-bugbunnei
Frontend: Remove tracking for context wrapper
2020-05-11Frontend: Remove tracking for context wrapperJames Rowe
2020-05-11core: settings: Add a setting for time zone.bunnei
2020-05-06Menubar: fix mouse tracking bugFearlessTobi
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
2020-05-03Merge pull request #3637 from FearlessTobi/port-5094bunnei
Port citra-emu/citra#5094: "yuzu: Option to hide mouse on inactivity"
2020-04-28Merge pull request #3771 from benru/dump-romfs-with-updatesbunnei
Dump RomFS command to include Updates
2020-04-27Merge pull request #3742 from FernandoS27/command-listbunnei
Optimize GPU Command Lists and Introduce Fast GPU Time Option
2020-04-26Merge pull request #3795 from vitor-k/fix-folderbunnei
Fix "Port citra-emu/citra#4956: "Fixes to game list sorting" #3611"
2020-04-26Merge pull request #3791 from Kewlan/hotkey-config-plusbunnei
configuration: Add Restore Default and Clear options to hotkeys
2020-04-25Merge pull request #3761 from Kewlan/stick-modifier-sliderbunnei
configure_input_player: Use slider to edit modifier scale
2020-04-25Fix the mistake in the port and update the comment for clarityVitor Kiguchi
2020-04-24Add Restore Defaults and Clear options to hotkeysKewlan
2020-04-24Merge pull request #3760 from Morph1984/trailing-filedir-separatorbunnei
frontend/filesystem: Add a trailing separator to the string path
2020-04-23Clang Format.Fernando Sahmkow
2020-04-23GPU: Add Fast GPU Time Option.Fernando Sahmkow
2020-04-23Update src/yuzu/main.cpp with missing constBen Russell
Co-Authored-By: Mat M. <mathew1800@gmail.com>
2020-04-23Dump RomFS command to include UpdatesBen Russell
Patch the RomFS with the selected updates before dumping. Previously the resulting RomFS only contained data from the original title. To dump the RomFS without updates the user can disable the update under Properties before choosing Dump RomFS.
2020-04-23Merge pull request #3697 from lioncash/declarationsbunnei
CMakeLists: Enable -Wmissing-declarations on Linux builds
2020-04-23Edit modifier_scale with the deadzone sliderKewlan
2020-04-22Clang format.Fernando Sahmkow
2020-04-22UI: Replasce accurate GPU option for GPU Accuracy LevelFernando Sahmkow
2020-04-22Add a trailing separator to the string pathMorph
Fixes #3643
2020-04-20dynarmic: Add option to disable CPU JIT optimizationsMerryMage
2020-04-20yuzu: Option to hide mouse on inactivityFearlessTobi
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
2020-04-19Merge pull request #3655 from FearlessTobi/ui-retext-yuzubunnei
yuzu/main: Add better popup texts and remove duplicated actions
2020-04-16General: Resolve warnings related to missing declarationsLioncash
2020-04-15CMakeLists: Specify -Wextra on linux buildsLioncash
Allows reporting more cases where logic errors may exist, such as implicit fallthrough cases, etc. We currently ignore unused parameters, since we currently have many cases where this is intentional (virtual interfaces). While we're at it, we can also tidy up any existing code that causes warnings. This also uncovered a few bugs as well.
2020-04-14yuzu/main: Add better popup texts and remove duplicated actionsFearlessTobi
Makes popup texts more compact and clear and also links our quickstart guide now. Also removes OnMenuSelectEmulatedDirectory from the File dropdown, as the action already exists in the Filesystem tab and provides better visual feedback there.
2020-04-11Merge pull request #3611 from FearlessTobi/port-4956bunnei
Port citra-emu/citra#4956: "Fixes to game list sorting"
2020-04-10Merge pull request #3594 from ReinUsesLisp/vk-instancebunnei
yuzu: Drop SDL2 and Qt frontend Vulkan requirements
2020-04-10Merge pull request #3607 from FearlessTobi/input-kmsbunnei
yuzu/configuration: Fix input profiles and a wrong assert
2020-04-09Merge pull request #3623 from ReinUsesLisp/renderdoc-bind-spamFernando Sahmkow
qt/bootmanager: Remove unnecessary glBindFramebuffer
2020-04-08Place SL and SR in the right most column.Kewlan
2020-04-07qt/bootmanager: Remove unnecessary glBindFramebufferReinUsesLisp
Presentation context always has GL_DRAW_FRAMEBUFFER_BINDING as zero. There is no need to bind the default framebuffer constantly. According to Nsight this was using ~0.7ms per frame and it broke renderdoc captures.
2020-04-07Addressed feedback: switched to snake case and fixed clang-format errorsSilverBeamx
2020-04-07Addressed feedback: removed CMake hack in favor of building the necessary ↵SilverBeamx
strings via the supplied title format
2020-04-07yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp
Create Vulkan instances and surfaces from the Vulkan backend.
2020-04-07renderer_vulkan: Query device names from the backendReinUsesLisp
2020-04-06yuzu: Fixes to game list sortingFearlessTobi
Should fix citra-emu/citra#4593. As the issue might not be entirely clear, I'll offer a short explanation from what I understood from it and found from experimentation. Currently yuzu offers the user the option to change the text that's displayed in the "Name" column in the game list. Generally, it is expected that the items are sorted based on the displayed text, but yuzu would sort them by title instead. Made it so that an access to SortRole returns the same as DisplayRole. There shouldn't be any UI changes, only change in behaviour. Also fixes a bug with directory sorting, where having the directories out of order would enable you to try to "move up" to the addDirectory button, which would crash the emulator. Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
2020-04-05yuzu/configuration: Only assert that all buttons exist when we are handling ↵FearlessTobi
the click for a button device This fixes failed assertions that were present in yuzu master code for 18 months.
2020-04-05yuzu/configure_input_simple: Fix "Docked Joycons" controller profileFearlessTobi
This was incorrectly using PlayerIndex 1 when calling the ConfigureDialog.
2020-04-03Merge pull request #3579 from Kewlan/reorder-shoulderbunnei
configuration: Reorder shoulder buttons
2020-04-02Merge pull request #3552 from jroweboy/single-contextRodrigo Locatti
Refactor Context management (Fixes renderdoc on opengl issues)
2020-03-30Frontend: Don't call DoneCurrent if the context isnt already currentJames Rowe
2020-03-29Re-order the shoulder buttons both in the configuration menu, and in the code.Kewlan
2020-03-28Merge pull request #3573 from FearlessTobi/port-5089bunnei
Port citra-emu/citra#5089: "Set render window's focus policy to Qt::StrongFocus"
2020-03-28yuzu: fix the stuck in fullscreen mode bugFearlessTobi
Co-Authored-By: Valentin Vanelslande <vvanelslandedev@gmail.com>
2020-03-27Set render window to also accept focus via tabbing (Qt::StrongFocus) (#5089)Vitor K
2020-03-26Merge pull request #3453 from FearlessTobi/remove-pause-lockbunnei
yuzu: Remove exit lock for game pausing