summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Expand)Author
2019-03-20Merge pull request #2239 from FearlessTobi/port-4684bunnei
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei
2019-03-15Merge pull request #2048 from FearlessTobi/port-3924bunnei
2019-03-15frontend: qt: fix a freeze where if you click on entry in the game list too f...liushuyu
2019-03-13Merge pull request #2187 from FearlessTobi/port-sdl-thingsbunnei
2019-03-07Merge pull request #2196 from DarkLordZach/web-applet-escbunnei
2019-03-07Merge pull request #2205 from FearlessTobi/docked-undocked-hotkeybunnei
2019-03-07citra_qt: Settings (configuration) reworkzhupengfei
2019-03-07Merge pull request #2055 from bunnei/gpu-threadbunnei
2019-03-06bootmanager: Ensure that we have a context for shader loading.bunnei
2019-03-06Merge pull request #2190 from lioncash/ogl-globalbunnei
2019-03-06settings: Add new graphics setting for use_asynchronous_gpu_emulation.bunnei
2019-03-06yuzu: add a hotkey to switch between undocked and docked modefearlessTobi
2019-03-05yuzu/debugger/wait_tree: Remove use of global CurrentProcess accessorLioncash
2019-03-04web_browser: Add shortcut to Enter key to exit appletZach Hilman
2019-03-04yuzu: Remove usage of the global telemetry accessorLioncash
2019-03-02Merge pull request #2154 from FearlessTobi/port-4647Mat M
2019-03-02Input: Remove global variables from SDL InputJames Rowe
2019-03-02citra_qt/main: make SPEED_LIMIT_STEP static constexprfearlessTobi
2019-02-27yuzu/compatdb: Remove unused lambda captureLioncash
2019-02-26common/vector_math: Move Vec[x] types into the Common namespaceLioncash
2019-02-06loading_screen: Unchunk progress barReinUsesLisp
2019-02-06gl_shader_cache: Link loading screen with disk shader cache loadReinUsesLisp
2019-02-06settings: Hide shader cache behind a settingReinUsesLisp
2019-02-06Merge pull request #2057 from FearlessTobi/port-4586bunnei
2019-02-06Merge pull request #2086 from FearlessTobi/port-4583bunnei
2019-02-05Merge pull request #2088 from jroweboy/hbunnei
2019-02-05QT: Fix the loading screen 'H' switch logo to not glitch outJames Rowe
2019-02-05Fix crash when no files are selectedxperia64
2019-02-05Add file extension to screenshot filename if not providedxperia64
2019-01-31kernel: Remove the Timer classLioncash
2019-01-26Use QPixmap/QIcon for background color selection buttonxperia64
2019-01-23Merge pull request #2054 from bunnei/scope-context-refactorbunnei
2019-01-23frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.bunnei
2019-01-22citra_qt: Log settings on launchzhupengfei
2019-01-21Merge pull request #2035 from lioncash/fwd-declbunnei
2019-01-21Change const char* to const char[]James Rowe
2019-01-21Fix mingw compile error and warningsJames Rowe
2019-01-21Add fade out effect to the loading screenJames Rowe
2019-01-21Set Minimum Size to the same as renderwindowJames Rowe
2019-01-21Remove blue box around loading screenJames Rowe
2019-01-20Change the background color of Stage Complete to yuzu blueJames Rowe
2019-01-20Rename step 1 and step 2 to be a little more descriptiveJames Rowe
2019-01-20Prevent estimated time from flashing after slow shader compilation startsJames Rowe
2019-01-20Move progress bar style into constexpr stringsJames Rowe
2019-01-20Hide progress bar on Prepare stepJames Rowe
2019-01-20QT: Upgrade the Loading Bar to look much betterJames Rowe
2019-01-20Merge pull request #2034 from jroweboy/loading-widgetbunnei
2019-01-20Merge pull request #2032 from lioncash/webbunnei
2019-01-19Add a workaround if QMovie isn't availableJames Rowe