6932 Commits (232b0d9d2ae89112b9444edd6250629439d8b3c8)

Author SHA1 Message Date
literalmente-game 74e08b4800 Swap "Plus" with "Minus" on the controller GUI (#1150) 7 years ago
Laku b2ca8089ce more fixes 7 years ago
Laku e70a3c5a5d fixes 7 years ago
Lioncash dd35b4b18a renderer_opengl: Namespace OpenGL code 7 years ago
Laku 4877e6c2f6 remove debug logging 7 years ago
Laku 8e8326595f implement lop3 7 years ago
tech4me 8ce02d85e9 config: Fixed icon size get set to 0 7 years ago
OatmealDome ad1220e1b3
maxwell_to_gl: Implement PrimitiveTopology::Lines 7 years ago
David Marcec 15cc34b93e Added missing include for pl:u 7 years ago
David 99fc32428a PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088) 7 years ago
bunnei d63b1d21f1 Revert "Shader: Use the right sampler type in the TEX, TEXS and TLDS instructions." 7 years ago
Lioncash a0e2bd85a5 shader_bytecode: Parenthesize conditional expression within GetTextureType() 7 years ago
Lioncash 29ac15d1b8 vfs: Replace mode.h include with forward declarations where applicable 7 years ago
Lioncash 0057a47e41 audio_core/filter: Add explicit cast to assignment in Process() 7 years ago
Lioncash 5a53d75313 logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFFER_INFO instance 7 years ago
Lioncash 8dd9cb98ce am: Utilize std::array within PopLaunchParameter() 7 years ago
MerryMage 3f4fb4b037 perf_stats: Change MAX_LAG_TIME_US to an appropriate value 7 years ago
Lioncash bfb28c5b3f sdmc_factory: Remove unnecessary core include 7 years ago
fearlessTobi f2d5b100c2 Port #3902 from Citra: "Add restart hotkey & menu option" 7 years ago
fearlessTobi 6923ecee3a Port #4056 from Citra: "Add Clear Recent Files menu action" 7 years ago
Lioncash 36090521ce bit_field: Convert ToBool() into explicit operator bool 7 years ago
tech4me cc71832b19 qt/main: Port part of citra(#3411), open savedata works 7 years ago
Lioncash 523e4be02c renderer_opengl: Use LOG_DEBUG for GL_DEBUG_SEVERITY_NOTIFICATION and GL_DEBUG_SEVERITY_LOW logs 7 years ago
Lioncash 477eee3993 service/filesystem: Use forward declarations where applicable 7 years ago
Lioncash 93a4097e9d gl_stream_buffer: Add missing header guard 7 years ago
Subv e3bddf8137 Shaders: Implement depth writing in fragment shaders. 7 years ago
bunnei 2ae88feea7 shader_bytecode: Replace some UNIMPLEMENTED logs. 7 years ago
bunnei 16db8b9d9f gl_shader_decompiler: Implement Texture3D for TEXS. 7 years ago
bunnei 948002635f gl_shader_decompiler: Implement TextureCube for TEX. 7 years ago
Subv eac3cf301c Shaders: Fixed the coords in TEX with Texture2D. 7 years ago
Subv fc5b489b0f Shaders: Log and crash when using an unimplemented texture type in a texture sampling instruction. 7 years ago
Lioncash 96463d0a55 romfs_factory: Remove unnecessary includes and use forward declarations where applicable 7 years ago
Lioncash b5fb246a99 telemetry_session: Don't allocate std::string instances for program lifetime in GetTelemetryId() and RegenerateTelemetryId() 7 years ago
Lioncash 609cb04f3f acc: Replace profile_manager include with a forward declaration 7 years ago
Lioncash eb88fedc5d acc: Simplify WriteBuffer call within LoadImage() 7 years ago
Lioncash f5b132676f acc: Correct IProfile's constructor initializer list order 7 years ago
Lioncash 0fcdf37917 acc: Remove unused DEFAULT_USER_ID 7 years ago
Lioncash 350f6e0aa4 profile_manager: Use INVALID_UUID in the initializer of last_opened_user 7 years ago
Lioncash 9d8f19d7bf profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData() 7 years ago
Lioncash 38cd4e9c61 profile_manager: Use type aliases for username data, profile data, and user arrays 7 years ago
Lioncash f9a26d468c profile_manager: Take ProfileInfo by const reference where applicable 7 years ago
Lioncash 1277556c69 profile_manager: Make array parameter to CreateNewUser a const reference 7 years ago
Lioncash dfdf4a46fe profile_manager: Remove unnecessary static 7 years ago
Lioncash 69dd37d874 profile_manager: Simplify UUID's two param constructor, operator==, and operator bool 7 years ago
Lioncash f13a66b963 profile_manager: Move UUID generation function to the cpp file 7 years ago
Subv 2b9eee4d1e GPU: Implemented the logic op functionality of the GPU. 7 years ago
Subv f24ab6d9e6 GLState: Allow enabling/disabling GL_COLOR_LOGIC_OP independently from blending. 7 years ago
Lioncash 46ef072cf9 rasterizer_interface: Remove ScreenInfo from AccelerateDraw()'s signature 7 years ago
Subv 6bcdf37d4f GPU: Added registers for the logicop functionality. 7 years ago
Lioncash bc16f7f3cc renderer_base: Make creation of the rasterizer, the responsibility of the renderers themselves 7 years ago