aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/main.cpp
AgeCommit message (Expand)Author
2018-08-07qt/hotkey: Get rid of global hotkey map instanceLioncash
2018-08-06Merge pull request #946 from lioncash/compressbunnei
2018-08-06Merge pull request #944 from lioncash/menubunnei
2018-08-06qt/main: Avoid sign conversions in UpdateRecentFiles()Lioncash
2018-08-06qt/main: Collapse if statement in UpdateRecentFiles()Lioncash
2018-08-06qt/main: Better file-existence checking within OnMenuRecentFile() and UpdateU...Lioncash
2018-08-06qt: Don't show error dialog when canceling the Load Folder dialogLioncash
2018-08-05Merge pull request #912 from lioncash/global-varbunnei
2018-08-04Merge pull request #849 from DarkLordZach/xcibunnei
2018-08-04video_core: Eliminate the g_renderer global variableLioncash
2018-08-01video_core: Make global EmuWindow instance part of the base renderer classLioncash
2018-08-01Fix merge conflicts with opus and update docsZach Hilman
2018-08-01Use more descriptive error codes and messagesZach Hilman
2018-08-01Make XCI comply to review and style guidelinesZach Hilman
2018-08-01Remove files that are not usedZach Hilman
2018-07-30Merge pull request #860 from FearlessTobi/port-3911bunnei
2018-07-29Port #3913 from Citra: "citra_qt: Remove obsolete application attribute"fearlessTobi
2018-07-29Port #3911 from Citra: "Optimize settings application"fearlessTobi
2018-07-27Merge pull request #839 from FearlessTobi/actually-port-3594bunnei
2018-07-26Port #3594 from CitrafearlessTobi
2018-07-26Port #3665 from CitrafearlessTobi
2018-07-22Frontend: Check for more required OpenGL extensions during startup.Subv
2018-07-21file_util: Use an enum class for GetUserPath()Lioncash
2018-07-14OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.bunnei
2018-07-12yuzu - Fix duplicate logsJames Rowe
2018-07-02Add configurable logging backendsJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-26yuzu: Remove SSBOs check from Qt frontend.bunnei
2018-06-14Bug fixes, testing, and review changesZach Hilman
2018-06-14Add 'Load Folder' menu optionZach Hilman
2018-06-14Add support for main files in file pickerZach Hilman
2018-06-12Qt: Removed the Registers widget.Subv
2018-06-04qt: add check for GL extension supportBreadFish64
2018-04-26frontends: Move logging macros over to new fmt-capable onesLioncash
2018-04-19Implement Pull #3528 from citra: use nvidia graphics automatically on laptops...N00byKing
2018-04-14Fix the stuck in fullscreen bug (Original PR: citra-emu/citra#3611)adityaruplaha
2018-04-07Prevent crash from uninitialized telemetryJames Rowe
2018-04-06core, main.h: Abort on 32Bit ROMs (#309)N00byKing
2018-04-02Merge pull request #262 from daniellimws/fmtlib-macrosbunnei
2018-04-02Merge pull request #267 from N00byKing/patch-1bunnei
2018-03-30Port citra-emu/citra#3610 to yuzuN00byKing
2018-03-30Add Dark theme, Icon themingN00byKing
2018-03-25main.cpp: Replace Citra with yuzu Wiki LinksN00byKing
2018-03-25main.cpp: Update Dialog from citra to yuzuN00byKing
2018-03-24GPU: Make the debug_context variable a member of the frontend instead of a gl...Subv
2018-03-24Frontend: Allow opening the Surface View widget in the Qt frontend.Subv
2018-03-24Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.Subv
2018-03-22Change "yuzu starting..." to be logged with the new macroDaniel Lim Wee Soong
2018-03-21CMake: Set EMU_ARCH_BITS in CMakeLists.txtN00byKing
2018-02-26Removes the use of QKeySequence::Cancel (#186)Vishal Sharma