summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Expand)Author
2019-03-02Merge pull request #2154 from FearlessTobi/port-4647Mat M
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
2019-01-19QT Frontend: Add a Loading screen with progressbarJames Rowe
2019-01-17yuzu/configuration/configure_input_player: Forward declare types where applic...Lioncash
2019-01-17yuzu/configuration/configure_touchscreen_advanced: Remove unnecessary header ...Lioncash
2019-01-17yuzu/configuration/configure_per_general: Remove unused header inclusionsLioncash
2019-01-17yuzu/configuration/configure_debug: Remove unused header inclusionsLioncash
2019-01-17yuzu/configuration/configure_system: Remove unused header inclusionsLioncash
2019-01-17yuzu/configuration/configure_web: Remove an unused lambda captureLioncash
2019-01-17yuzu/configuration/configure_web: Use an ellipsis with 'Verifying' textLioncash
2019-01-17core/frontend/applets/web_browser: Make OpenPage() non-constLioncash
2019-01-17yuzu/web_browser: std::move std::function instances in OpenPage()Lioncash
2019-01-17yuzu/web_browser: Make slot functions privateLioncash
2019-01-12Merge pull request #1848 from FreddyFunk/QJsonArraybunnei
2019-01-10Merge pull request #1959 from DarkLordZach/custom-rtcbunnei
2019-01-10Merge pull request #1939 from DarkLordZach/web-appletbunnei
2019-01-07settings: Fix comment structureZach Hilman
2019-01-07settings: Use std::chrono::seconds instead of s64 for RTCZach Hilman
2019-01-07qt: Provide UI to edit custom RTC settingsZach Hilman