aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/main.cpp
AgeCommit message (Expand)Author
2020-06-25Clang-formatVolcaEM
2020-06-25Remove unnecessary newlineVolcaEM
2020-06-25Merge branch 'master' into quickstart-faqVolcaEM
2020-06-25Fix typo 2: electric boogalooVolcaEM
2020-06-25Use QUrl (2/2)VolcaEM
2020-06-25Fix typoVolcaEM
2020-06-25Add "Open Quickstart Guide" and "FAQ" buttons to the Help menuVolcaEM
2020-06-25Merge pull request #4136 from VolcaEM/modsbunnei
2020-06-22Reorder variables to comply with the Auzure build pipelineunknown
2020-06-21Correct function name (2/2)VolcaEM
2020-06-21Clang-formatVolcaEM
2020-06-21Remove unnecessary conversionVolcaEM
2020-06-21Address review comment by LioncashVolcaEM
2020-06-21Add a "Open Mods Page" button to the GUIVolcaEM
2020-06-20main: Append AVX and FMA instructions to cpu stringMorph
2020-06-08Add game versio to title barunknown
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