9949 Commits (6fca6e20c93c42dd24bdc0a52b932340ee04e48c)

Author SHA1 Message Date
Zach Hilman 6fca6e20c9 mii_manager: Fix incorrect loop condition in mii UUID generation code 7 years ago
Zach Hilman ad5e497bff profile_select: Port Service::Account::UUID to Common::UUID 7 years ago
Zach Hilman 9572ff6c55 mii: Implement Delete and Destroy file 7 years ago
Zach Hilman 42c3c73acc mii: Implement IsUpdated command (IPC 0) 7 years ago
Zach Hilman b4759039c0 mii_manager: Cleanup and optimization 7 years ago
Zach Hilman 27878d7520 mii: Implement IDatabaseService commands using MiiManager 7 years ago
Zach Hilman 1ea64ba727 mii: Add MiiManager class to manage Mii database 7 years ago
Zach Hilman c02cb054b7 common: Extract UUID to its own class 7 years ago
Fernando Sahmkow b437d4abd7 Allow picking a Compatibility Profile for OpenGL. 7 years ago
Fernando Sahmkow 02be88825a Apply Position Y Direction 7 years ago
Fernando Sahmkow 54ede7cc0a make ReadBlockunsafe and WriteBlockunsafe, ignore invalid pages. 7 years ago
ReinUsesLisp 42b61daeba gl_state: Fix samplers memory corruption 7 years ago
Lioncash 154995bbe6 kernel/svc: Name supervisor call 0x36 7 years ago
Lioncash f408606b79 service/audctl: Implement GetTargetVolumeMin() and GetTargetVolumeMax() 7 years ago
Zach Hilman 107d725af8 web_browser: Make OpenPage non-const 7 years ago
Zach Hilman 25f33928fc main: Add GMainWindow hooks for Error display 7 years ago
Zach Hilman a8e185742b main: Switch to AppletManager for frontend 7 years ago
Zach Hilman b508e60fe4 qt: Add dialog implementation of Error applet 7 years ago
Zach Hilman 44eb5c65e8 general_backend: Move StubApplet and add backend PhotoViewer 7 years ago
Zach Hilman a8dbc0e299 general_frontend: Add frontend scaffold for PhotoViewer applet 7 years ago
Zach Hilman 93cbd91f56 frontend: Add frontend receiver for Error applet 7 years ago
Zach Hilman 252ac62306 applets: Add Error applet 7 years ago
Zach Hilman fdd0152436 applets: Port current applets to take frontend in constructor 7 years ago
Zach Hilman 663b24e0d2 web_browser: Make OpenPage const 7 years ago
Zach Hilman 4399df50e3 core: Remove specific applets in favor of AppletManager 7 years ago
Zach Hilman a9a140d583 am: Delegate applet creation to AppletManager 7 years ago
Zach Hilman 4803c64bab applets: Add AppletManager class to control lifetime 7 years ago
Lioncash b12ed4aba9 kernel/thread: Unify wait synchronization types 7 years ago
Lioncash 4be897daa0 kernel/svc: Migrate svcCancelSynchronization behavior to a thread function 7 years ago
Lioncash 4be40a434b kernel/wait_object: Make GetHighestPriorityReadyThread() a const member function 7 years ago
Lioncash 69fdfc5296 yuzu/bootmanager: Replace unnnecessary constructor initializer list member of GGLContext 7 years ago
Lioncash 4abe8bb7ee yuzu/bootmanager: Remove unnecessary includes 7 years ago
Lioncash 3318e97f29 yuzu/bootmanager: Resolve constructor initializer list warnings 7 years ago
Lioncash 12cf6b5c64 CMakeLists: Ensure we specify Unicode as the codepage on Windows 7 years ago
Fernando Sahmkow ad686a3c0d Implement IsBlockContinous 7 years ago
Fernando Sahmkow 56c2b0ea86 Apply Const correctness to SwizzleKepler and replace u32 for size_t on iterators. 7 years ago
Fernando Sahmkow 994393bd02 Use ReadBlockUnsafe for fetyching DMA CommandLists 7 years ago
Fernando Sahmkow 86d3cb5fa7 Document unsafe versions and add BlockCopyUnsafe 7 years ago
Fernando Sahmkow cde8e7f605 Use ReadBlockUnsafe for Shader Cache 7 years ago
Fernando Sahmkow b33c627670 Use ReadBlockUnsafe on TIC and TSC reading 7 years ago
Fernando Sahmkow 57051db434 GPU MemoryManager: Implement ReadBlockUnsafe and WriteBlockUnsafe 7 years ago
Fernando Sahmkow 525211db3b Use WriteBlock and ReadBlock. 7 years ago
Fernando Sahmkow 15368c6070 Implement Block Linear copies in Kepler Memory. 7 years ago
ReinUsesLisp 45044529b4 vk_shader_decompiler: Add missing operations 7 years ago
ReinUsesLisp 6ea1afc2bc shader_ir/decode: Fix half float pre-operations and remove MetaHalfArithmetic 7 years ago
ReinUsesLisp 7e58372bb9 gl_shader_decompiler: Fix MrgH0 decompilation 7 years ago
ReinUsesLisp 6d47914b88 shader_ir/decode: Implement half float saturation 7 years ago
ReinUsesLisp 9c4449696a shader_ir/decode: Reduce severity of unimplemented half-float FTZ 7 years ago
ReinUsesLisp a87fe3ea63 renderer_opengl: Implement half float NaN comparisons 7 years ago
ReinUsesLisp b6a805df3b shader_ir: Avoid using static on heap-allocated objects 7 years ago