10447 Commits (fc6d46c374b60e48b8bac8cbcefb587432ae0efd)
 

Author SHA1 Message Date
ReinUsesLisp fc6d46c374 video_core: Silent implicit conversion warning 7 years ago
bunnei 1f4ca1e841
Merge pull request #1927 from ReinUsesLisp/shader-ir 7 years ago
bunnei f574d324e7
Merge pull request #2054 from bunnei/scope-context-refactor 7 years ago
bunnei 9be3fedcaa
Merge pull request #2049 from FearlessTobi/port-3928 7 years ago
bunnei 045b0b70b6 frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl. 7 years ago
zhupengfei a94a828b6c citra_qt: Log settings on launch 8 years ago
bunnei d5a4707f65
Merge pull request #2047 from FearlessTobi/patch-3 7 years ago
Tobias a6f473fd01
ISSUE_TEMPLATE: changes to make it more expressive and prevent low-quality issues 7 years ago
bunnei 0fa1ebc349
Merge pull request #2043 from ReinUsesLisp/rt-separate 7 years ago
ReinUsesLisp 9a82dec74a maxwell_3d: Set rt_separate_frag_data to 1 by default 7 years ago
bunnei 839c4a8a1c
Merge pull request #2035 from lioncash/fwd-decl 7 years ago
bunnei 125599c2d5
Merge pull request #2038 from jroweboy/loading-progress-bar 7 years ago
James Rowe 3049ea45d3 Change const char* to const char[] 7 years ago
James Rowe 372245e0b5 Fix mingw compile error and warnings 7 years ago
James Rowe 3ca0af8bb3 Add fade out effect to the loading screen 7 years ago
James Rowe 3740adb6f5 Set Minimum Size to the same as renderwindow 7 years ago
James Rowe aa427bb2a7 Remove blue box around loading screen 7 years ago
James Rowe 636cc2a496 Change the background color of Stage Complete to yuzu blue 7 years ago
James Rowe ea73ffe202 Rename step 1 and step 2 to be a little more descriptive 7 years ago
James Rowe 56541b1ae5 Prevent estimated time from flashing after slow shader compilation starts 7 years ago
James Rowe 4bce57b149 Move progress bar style into constexpr strings 7 years ago
James Rowe 63783db1b3 Hide progress bar on Prepare step 7 years ago
James Rowe e8bd6b1fcc QT: Upgrade the Loading Bar to look much better 7 years ago
bunnei 1c733bf175
Merge pull request #2034 from jroweboy/loading-widget 7 years ago
bunnei 197d0d9d24
Merge pull request #2008 from ReinUsesLisp/dirty-framebuffers 7 years ago
bunnei cbf8bea9d5
Merge pull request #2002 from ReinUsesLisp/dsa-vao-buffer 7 years ago
bunnei eff61c5c42
Merge pull request #2032 from lioncash/web 7 years ago
bunnei f9e69faf4a
Merge pull request #2025 from DarkLordZach/loader-banner-logo 7 years ago
James Rowe 69da267540 Add a workaround if QMovie isn't available 7 years ago
James Rowe 08fcf41b0a QT Frontend: Add a Loading screen with progressbar 7 years ago
bunnei 83f8d1aa2e
Merge pull request #2031 from lioncash/priv 7 years ago
bunnei 966405d64b
Merge pull request #2033 from ReinUsesLisp/fixup-clip-warning 7 years ago
bunnei d0e4e43e3c
Merge pull request #2036 from lioncash/unused-class 7 years ago
Lioncash 96644385ca file_sys/directory: Remove unused DirectoryBackend class 7 years ago
ReinUsesLisp a1b1ea47ed gl_rasterizer: Silent unsafe mix warning 7 years ago
Lioncash faf69a22d4 yuzu/configuration/configure_input_player: Forward declare types where applicable 7 years ago
Lioncash 609e98bc63 yuzu/configuration/configure_touchscreen_advanced: Remove unnecessary header inclusions 7 years ago
Lioncash a0f615f232 yuzu/configuration/configure_per_general: Remove unused header inclusions 7 years ago
Lioncash ac754a57d2 yuzu/configuration/configure_debug: Remove unused header inclusions 7 years ago
Lioncash 3629fcf3e6 yuzu/configuration/configure_system: Remove unused header inclusions 7 years ago
Lioncash 549164d425 yuzu/configuration/configure_web: Remove an unused lambda capture 7 years ago
Lioncash b8b87ec01f yuzu/configuration/configure_web: Use an ellipsis with 'Verifying' text 7 years ago
Lioncash 5961928543 core/frontend/applets/web_browser: Include missing headers 7 years ago
Lioncash a661025637 core/frontend/applets/web_browser: Make OpenPage() non-const 7 years ago
Lioncash 66978a772d yuzu/web_browser: std::move std::function instances in OpenPage() 7 years ago
Lioncash e4fa77ef6a yuzu/web_browser: Make slot functions private 7 years ago
ReinUsesLisp a63d7c49fc shader_ir: Fixup clang build 7 years ago
Zach Hilman b273b19576 loader: Propagate NCA logo section to ReadBanner and ReadLogo 7 years ago
Zach Hilman 318bf7c8e3 content_archive: Add getter for logo section of NCA 7 years ago
ReinUsesLisp 1e40a4b343 gl_shader_decompiler: replace std::get<> with std::get_if<> for macOS compatibility 7 years ago