8376 Commits (fc193b0050165e17b081b60edfd298f9626b82b3)

Author SHA1 Message Date
Hexagon12 7ba80865a9 Added predicate comparison LessEqualWithNan (#1736) 7 years ago
Zach Hilman 1bf2d163e3 am: Return StubApplet instead of nullptr when AppletId not found 7 years ago
Zach Hilman e66f2db880 debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot) 7 years ago
Lioncash 7128bf879f core: Relocate CPU core management to its own class 7 years ago
bunnei e48ea86186 macro_interpreter: Implement AddWithCarry and SubtractWithBorrow. 7 years ago
bunnei 985ee6c596 audout_u: Add support for multiple IAudioOut streams. 7 years ago
bunnei e17f9a1ed9 maxwell_3d: Implement alternate blend equations. 7 years ago
Lioncash db0cee0b0a common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter 7 years ago
Lioncash 1eb9558dd8 common/thread: Make Barrier's 'count' member non-const 7 years ago
Lioncash e5a57346ea common/thread: Initialize class member variables where applicable 7 years ago
Lioncash 6459301aa3 common/thread: Group non-member functions together 7 years ago
Lioncash 814e65334e common/thread: Remove SleepCurrentThread() 7 years ago
Lioncash c8c46d0278 common/thread: Remove unused CurrentThreadId() 7 years ago
Lioncash aa5e7037ec common: Remove bit_set.h 7 years ago
Zach Hilman 9217befd9f applets: Add StubApplet 7 years ago
ReinUsesLisp d0cbabb0cd gl_shader_decompiler: Fix register overwriting on texture calls 7 years ago
Lioncash f1a863e583 kernel/handle_table: Move private static functions into the cpp file 7 years ago
Lioncash 6fac9e5b31 kernel/handle_table: Restrict handle table size to 1024 entries 7 years ago
Lioncash 6c9a6a08ee kernel/handle_table: Default destructor in the cpp file 7 years ago
FernandoS27 1d41ebf29e Properly Implemented TXQ Instruction 7 years ago
bunnei a9b2d1bb73 nvhost_ctrl_gpu: Implement IoctlGetGpuTime. 7 years ago
FernandoS27 d79f3473ae Use default values for unknown framebuffer pixel format 7 years ago
Lioncash 7a14d90f97 common: Remove dependency on xbyak 7 years ago
Lioncash 2c80a3e089 common/math_util: Simplify std::make_signed usages to std::make_signed_t 7 years ago
Lioncash fb1339a385 common/math_util: Make Rectangle's constructors constexpr 7 years ago
Lioncash 60d2e259bb common/math_util: Remove unnecessary static from PI 7 years ago
Lioncash b3577fccc1 common/math_util: Remove unused IntervalsIntersect() function 7 years ago
ReinUsesLisp 5ca514e539 gl_shader_decompiler: Remove UNREACHABLE when setting RZ 7 years ago
ReinUsesLisp 6f4dcefc6a gl_shader_decompiler: Use UNIMPLEMENTED instead of LOG+UNREACHABLE when applicable 7 years ago
bunnei 953c140eca maxwell_3d: Initialize rasterizer color mask registers as enabled. 7 years ago
Lioncash 4bf9e0d35d am: Correct build failure 7 years ago
Lioncash 843a440afc file_sys/card_image: Provide named members for the GamecardInfo struct 7 years ago
Lioncash dd8172d440 common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional assertions 7 years ago
Lioncash 6567d76590 common/assert: Make the UNIMPLEMENTED macro properly assert 7 years ago
Lioncash 7bdf580058 kernel/process: Move <random> include to the cpp file 7 years ago
Lioncash 323618c33b am/applets: Make the applet data broker part of the applet itself. 7 years ago
Lioncash 646c9eeca5 am/applets: Replace includes with forward declarations where applicable 7 years ago
Lioncash e784b733d9 am/applets: Relocate comments above the relevant data member in AppletDataBroker 7 years ago
FernandoS27 76f57ab562 Implemented Fast Layered Copy 7 years ago
Lioncash fa7a76d1e0 kernel/resource_limit: Clean up interface 7 years ago
Lioncash 5508ceb0eb lm: Implement SetDestination by doing nothing 7 years ago
Zach Hilman a52a226ded software_keyboard: Fix erroneous extra PushNormalData 7 years ago
Zach Hilman 3b90729c00 software_keyboard: Return correct result code on user cancel operation 7 years ago
Zach Hilman 0660384309 applet: Add AppletDataBroker to manage HLE to AM service interaction 7 years ago
Zach Hilman 0e6547f499 software_keyboard: Use correct offset for inital text string 7 years ago
Lioncash 0067bc137f kernel/shared_memory: Make Map() and Unmap() take the target process by reference rather than as a pointer 7 years ago
Lioncash a356495312 kernel/shared_memory: Add a const qualified member function overload for GetPointer() 7 years ago
Lioncash ee329d2bdf kernel/shared_memory: Use 64-bit types for offset and size in CreateForApplet 7 years ago
Lioncash 5833b84689 kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32 7 years ago
Lioncash d997cf19e0 kernel/shared_memory: Make data members private 7 years ago