8878 Commits (eea45eb2abb9c852090713a1b8d241e65f808939)

Author SHA1 Message Date
Lioncash a5d7387d47 file_sys/directory: Remove unused DirectoryBackend class 8 years ago
ReinUsesLisp 189c792193 gl_rasterizer: Silent unsafe mix warning 8 years ago
Lioncash 274f074ed5 yuzu/configuration/configure_web: Remove an unused lambda capture 8 years ago
Lioncash 081c5a65d8 yuzu/configuration/configure_web: Use an ellipsis with 'Verifying' text 8 years ago
Lioncash f275ac383c core/frontend/applets/web_browser: Include missing headers 8 years ago
Lioncash ab2f154ff4 core/frontend/applets/web_browser: Make OpenPage() non-const 8 years ago
Lioncash 37cbee5e33 yuzu/web_browser: std::move std::function instances in OpenPage() 8 years ago
Lioncash a44dae2514 yuzu/web_browser: Make slot functions private 8 years ago
Zach Hilman d8094073a2 loader: Propagate NCA logo section to ReadBanner and ReadLogo 8 years ago
Zach Hilman fa4a624cc6 content_archive: Add getter for logo section of NCA 8 years ago
Otávio Pace 9cff0d2ff8 audio_core: remove unnecessary spaces on comments 8 years ago
ReinUsesLisp 4495d76090 gl_rasterizer: Workaround Intel VAO DSA bug 8 years ago
ReinUsesLisp 0bde2e5fc1 gl_global_cache: Add dummy global cache manager 8 years ago
Zach Hilman d73f33373b settings: Fix comment structure 8 years ago
Zach Hilman 63e948f483 settings: Use std::chrono::seconds instead of s64 for RTC 8 years ago
Zach Hilman 921ea45baf time: Use custom RTC settings if applicable for game 8 years ago
Zach Hilman 686e0ad7d0 core: Set custom RTC differential on game boot 8 years ago
Zach Hilman 1f1c7f57a1 qt: Provide UI to edit custom RTC settings 8 years ago
Zach Hilman ac7b60b61b settings: Add custom RTC settings 8 years ago
ReinUsesLisp 33e53c7893 gl_rasterizer: Skip framebuffer configuration if rendertargets have not been changed 8 years ago
ReinUsesLisp 1c8411dc8d gl_rasterizer_cache: Use dirty flags for the depth buffer 8 years ago
ReinUsesLisp 6e932fe118 gl_rasterizer_cache: Use dirty flags for color buffers 8 years ago
ReinUsesLisp 5fec808e30 gl_shader_cache: Use dirty flags for shaders 8 years ago
ReinUsesLisp a17b13ac37 gl_stream_buffer: Use DSA for buffer management 8 years ago
ReinUsesLisp fe889fb55b gl_rasterizer: Use DSA for vertex array objects 8 years ago
ReinUsesLisp 5ba137cdfe gl_state: Drop uniform buffer state tracking 8 years ago
ReinUsesLisp 8536bb5cfe gl_rasterizer_cache: Use GL_STREAM_COPY for PBOs 8 years ago
Lioncash 996c75a63b service/vi: Correct scaling mode conversions 8 years ago
Lioncash a45f62bb1c service/vi: Factor out scaling mode conversions from the IPC function itself 8 years ago
Lioncash 817e2b7b46 service/vi: Unstub IApplicationDisplayService' SetLayerScalingMode() 8 years ago
Lioncash 42e7c66a3d service/vi: Correct reported dimensions from IApplicationDisplayService's GetDisplayResolution() 8 years ago
Zach Hilman fe91364e29 qt: Move profile manager to own UI tab 8 years ago
David Marcec d0aaf94244 Removed pulse event type 8 years ago
David Marcec c7ba3312f4 Return no application area when games try to open an application area 8 years ago
David Marcec a8c8b14c6c Proper no message handling for AM::PopMessage 8 years ago
David Marcec b57e173bac Fixed botw deadlock(and possibly 30 fps games rendering too fast? needs testing to confirm) 8 years ago
Lioncash a12272b695 service/vi: Implement SetDisplayEnabled() 8 years ago
Lioncash 76a6355b56 service/vi: Log more information where applicable 8 years ago
Lioncash 91431c27c8 service/vi: Implement OpenDefaultDisplay in terms of OpenDisplay 8 years ago
Lioncash be02aebfd8 service/vi: Correct initial width and height values 8 years ago
Lioncash 5d9baeccba service/vi: Document unknown DisplayInfo struct members 8 years ago
Lioncash 7187d20b6a yuzu/configure_general: Silence truncation warnings in loadConfiguration() 8 years ago
Lioncash 8611e4d103 yuzu/config: Silence truncation warnings 8 years ago
Lioncash 2935c16688 core/kernel: Remove unnecessary inclusions 8 years ago
Lioncash 669f7ccd9d kernel/svc: Correct misleading error message within CreateThread() 8 years ago
Lioncash d82608d18b kernel/svc: Sanitize core number and thread priorities in CreateThread() 8 years ago
Lioncash d81b00e4ee kernel/process: Rename GetAllowedProcessorMask() and GetAllowedThreadPriorityMask() 8 years ago
Lioncash a847292a78 kernel/svc: Simplify thread core ID sanitizing in CreateThread 8 years ago
Lioncash 3c36de7f43 arm_interface: Make include path relative for arm_interface.h 8 years ago
Lioncash 9dcdcdbc01 arm_interface: Make LogBacktrace() a const member function 8 years ago