9578 Commits (27c96604cfc576e5f2e4eef484d4da85c902cdff)

Author SHA1 Message Date
ReinUsesLisp 0bde2e5fc1 gl_global_cache: Add dummy global cache manager 7 years ago
Zach Hilman d73f33373b settings: Fix comment structure 7 years ago
Zach Hilman 63e948f483 settings: Use std::chrono::seconds instead of s64 for RTC 7 years ago
Zach Hilman 921ea45baf time: Use custom RTC settings if applicable for game 7 years ago
Zach Hilman 686e0ad7d0 core: Set custom RTC differential on game boot 7 years ago
Zach Hilman 1f1c7f57a1 qt: Provide UI to edit custom RTC settings 7 years ago
Zach Hilman ac7b60b61b settings: Add custom RTC settings 7 years ago
ReinUsesLisp 33e53c7893 gl_rasterizer: Skip framebuffer configuration if rendertargets have not been changed 7 years ago
ReinUsesLisp 1c8411dc8d gl_rasterizer_cache: Use dirty flags for the depth buffer 7 years ago
ReinUsesLisp 6e932fe118 gl_rasterizer_cache: Use dirty flags for color buffers 7 years ago
ReinUsesLisp 5fec808e30 gl_shader_cache: Use dirty flags for shaders 7 years ago
ReinUsesLisp a17b13ac37 gl_stream_buffer: Use DSA for buffer management 7 years ago
ReinUsesLisp fe889fb55b gl_rasterizer: Use DSA for vertex array objects 7 years ago
ReinUsesLisp 5ba137cdfe gl_state: Drop uniform buffer state tracking 7 years ago
ReinUsesLisp 8536bb5cfe gl_rasterizer_cache: Use GL_STREAM_COPY for PBOs 7 years ago
Lioncash 996c75a63b service/vi: Correct scaling mode conversions 7 years ago
Lioncash a45f62bb1c service/vi: Factor out scaling mode conversions from the IPC function itself 7 years ago
Lioncash 817e2b7b46 service/vi: Unstub IApplicationDisplayService' SetLayerScalingMode() 7 years ago
Lioncash 42e7c66a3d service/vi: Correct reported dimensions from IApplicationDisplayService's GetDisplayResolution() 7 years ago
Zach Hilman fe91364e29 qt: Move profile manager to own UI tab 7 years ago
David Marcec d0aaf94244 Removed pulse event type 7 years ago
David Marcec c7ba3312f4 Return no application area when games try to open an application area 7 years ago
David Marcec a8c8b14c6c Proper no message handling for AM::PopMessage 7 years ago
David Marcec b57e173bac Fixed botw deadlock(and possibly 30 fps games rendering too fast? needs testing to confirm) 7 years ago
Lioncash a12272b695 service/vi: Implement SetDisplayEnabled() 7 years ago
Lioncash 76a6355b56 service/vi: Log more information where applicable 7 years ago
Lioncash 91431c27c8 service/vi: Implement OpenDefaultDisplay in terms of OpenDisplay 7 years ago
Lioncash be02aebfd8 service/vi: Correct initial width and height values 7 years ago
Lioncash 5d9baeccba service/vi: Document unknown DisplayInfo struct members 7 years ago
Lioncash 7187d20b6a yuzu/configure_general: Silence truncation warnings in loadConfiguration() 7 years ago
Lioncash 8611e4d103 yuzu/config: Silence truncation warnings 7 years ago
Lioncash 2935c16688 core/kernel: Remove unnecessary inclusions 7 years ago
Lioncash 669f7ccd9d kernel/svc: Correct misleading error message within CreateThread() 7 years ago
Lioncash d82608d18b kernel/svc: Sanitize core number and thread priorities in CreateThread() 7 years ago
Lioncash d81b00e4ee kernel/process: Rename GetAllowedProcessorMask() and GetAllowedThreadPriorityMask() 7 years ago
Lioncash a847292a78 kernel/svc: Simplify thread core ID sanitizing in CreateThread 7 years ago
Lioncash 3c36de7f43 arm_interface: Make include path relative for arm_interface.h 7 years ago
Lioncash 9dcdcdbc01 arm_interface: Make LogBacktrace() a const member function 7 years ago
Lioncash fc4f95104d arm_interface: Mark variables as const where applicable in LogBacktrace() 7 years ago
Lioncash 15b2878b20 arm_interface: Remove unnecessary semicolon 7 years ago
ReinUsesLisp dec2113a73 gl_rasterizer_cache: Texture view if shader samples array but OGL is not 7 years ago
Lioncash 27d7f8b625 service/time: Minor cleanup to GetClockSnapshot() 7 years ago
Lioncash 6a13d386c8 service/time: Fill in some structures and remove padding where not necessary 7 years ago
David Marcec 294399740c Moved log backtrace to arm_interface.cpp. Added printing of error code to fatal 7 years ago
Zach Hilman 543cea4c5d travis: Use correct package for linux Qt5WebEngine 7 years ago
Zach Hilman f49f3e509f web_browser: Add bounds checking to applet interface 7 years ago
bunnei 82662f374a gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist. 7 years ago
Zach Hilman fd06e469bb main: Add main window integrations for QtWebBrowserApplet 7 years ago
Zach Hilman 58180e39ff qt: Implement Qt frontend to web browser 7 years ago
Zach Hilman 0cbabc5ee6 core: Add getter and setter for WebBrowserApplet frontend 7 years ago