summaryrefslogtreecommitdiff
path: root/src/yuzu/main.cpp
AgeCommit message (Expand)Author
2020-06-06yuzu/frontend: Remove internal resolution optionMorph
2020-05-27Fix macOS code and change "Swapfile" to "Swap"Morph
2020-05-20crypto: Make KeyManager a singleton classFearlessTobi
2020-05-17main: Log host system memory parametersMorph
2020-05-16Merge pull request #3665 from bunnei/device-savebunnei
2020-05-15frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)Morph
2020-05-11yuzu: game_list: Fix 'Open Save Data Location' for device saves.bunnei
2020-05-06Menubar: fix mouse tracking bugFearlessTobi
2020-05-03Merge pull request #3637 from FearlessTobi/port-5094bunnei
2020-04-23Update src/yuzu/main.cpp with missing constBen Russell
2020-04-23Dump RomFS command to include UpdatesBen Russell
2020-04-20yuzu: Option to hide mouse on inactivityFearlessTobi
2020-04-19Merge pull request #3655 from FearlessTobi/ui-retext-yuzubunnei
2020-04-15CMakeLists: Specify -Wextra on linux buildsLioncash
2020-04-14yuzu/main: Add better popup texts and remove duplicated actionsFearlessTobi
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 str...SilverBeamx
2020-04-02Merge pull request #3552 from jroweboy/single-contextRodrigo Locatti
2020-03-28Merge pull request #3573 from FearlessTobi/port-5089bunnei
2020-03-28yuzu: fix the stuck in fullscreen mode bugFearlessTobi
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
2020-03-24Frontend/GPU: Refactor context managementJames Rowe
2020-02-25frontent: qt: main: Various updates/refactoring for separate presentation thr...bunnei
2020-02-24yuzu: Remove exit lock for game pausingFearlessTobi
2020-02-03Merge pull request #3360 from CJBok/statusbar-buttonsbunnei
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp
2020-01-29clangCJBok
2020-01-29minor correctionsCJBok
2020-01-28GUI: Togglable graphics settings buttons in status barCJBok
2020-01-13GUI: add few missing hotkeys to main menuBartosz Kaszubowski
2020-01-02yuzu: Remove Maxwell debuggerReinUsesLisp
2019-11-07gl_rasterizer: Emulate viewport flipping with ARB_clip_controlReinUsesLisp
2019-11-03citra_qt: add amiibo drag and drop supportFearlessTobi
2019-10-09Merge pull request #2910 from FearlessTobi/port-4930bunnei
2019-10-06qt: Fix game name format errorZach Hilman
2019-10-05qt: Change titlebar formattingZach Hilman
2019-09-26yuzu: Pause when in backgroundFearlessTobi
2019-09-22main: Use const on all variable initializationsZach Hilman
2019-09-21qt: Prompt user for confirmation if exit lock is activeZach Hilman
2019-09-22Merge pull request #2430 from DarkLordZach/fs-controllerDavid
2019-09-21Merge pull request #2883 from ogniK5377/log-gameZach Hilman
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman
2019-09-21Added Host CPU and OS to logpbarilla
2019-09-21Swapped TID and Game name to make it easier to parseDavid Marcec
2019-09-21Log the current title id and game name which is bootingDavid Marcec
2019-09-05Merge pull request #2797 from FearlessTobi/port-4877David
2019-09-05Address review commentsFearlessTobi
2019-09-04Separate UserNand and Sdmc directoriesfearlessTobi
2019-09-04Address more trivial review commentsfearlessTobi