8709 Commits (05db48b3f85c408cb2488f3a120797d6fff8a98f)
 

Author SHA1 Message Date
Lioncash 2752183883 xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptr 7 years ago
Lioncash 45195a51a7 nax: Avoid re-parsing NAX data with GetFileType() 7 years ago
Lioncash c8c4105659 nax: Avoid unnecessary calls to AsNCA() in IdentifyType() 7 years ago
Lioncash f272261c21 xts_archive: Ensure NAX's type member is always initialized 7 years ago
Lioncash 92a98a8b19 xts_archive: Amend initializer order of NAX's constructor 7 years ago
tech4me 189cf0da7b Update MinGWCross.cmake to lowercase 7 years ago
tech4me a8f54f96fc travis: running mingw build on travis ci 7 years ago
David 0432af5ad1 Reworked incorrect nifm stubs (#1355) 7 years ago
bunnei 52fb86c65c
Merge pull request #1356 from degasus/hotfix 7 years ago
bunnei 8dff92c5f6
Merge pull request #1359 from ogniK5377/nes 7 years ago
bunnei 5fbc354261
Merge pull request #1353 from ogniK5377/remove-MakeBuilder 7 years ago
David Marcec cbc7ad8f6d Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevision 7 years ago
Zach Hilman 9bba103791 yuzu-cmd: Add call to CreateFactories 7 years ago
Zach Hilman dfaea55be5 savedata_factory: Add TemporaryStorage SaveDataType 7 years ago
Markus Wick f465e4aaf2 gl_rasterizer: Fix StartAddress handling with indexed draw calls. 7 years ago
David Marcec 08819ec70a Removed MakeBuilder as it's not needed anymore 7 years ago
David Marcec 6a0612f2bf Removed the use of rp.MakeBuilder 7 years ago
Lioncash ab6dfa4fa5
ring_buffer: Use std::atomic_size_t in a static assert 7 years ago
Lioncash c51f8563a6
ring_buffer: Use std::hardware_destructive_interference_size to determine alignment size for avoiding false sharing 7 years ago
bunnei b33ce787b7
Merge pull request #1348 from ogniK5377/GetImageSize 7 years ago
bunnei d85130d7be
Merge pull request #1319 from lioncash/audio 7 years ago
bunnei c9942fe46e
Merge pull request #1351 from ogniK5377/GetDefaultDisplayResolution 7 years ago
bunnei bf957d5345
Merge pull request #1341 from lioncash/dependency 7 years ago
bunnei c768535463
Merge pull request #1346 from lioncash/svc 7 years ago
bunnei e9abbcae85
Merge pull request #1350 from ogniK5377/Six-Axis-Stub 7 years ago
bunnei bd88d4108f
Merge pull request #1342 from lioncash/trunc 7 years ago
bunnei 0284cbe7ec
Merge pull request #1279 from FernandoS27/csetp 7 years ago
bunnei 6415f81bb8
Merge pull request #1299 from FernandoS27/texture-sanatize 7 years ago
Philippe Babin 9155c8daeb Invalid default value of username in yuzu_cmd (#1334) 7 years ago
bunnei 733c47623b
Merge pull request #1343 from lioncash/mutex 7 years ago
bunnei c2cf784376
Merge pull request #1344 from lioncash/arm 7 years ago
bunnei c7a4bf5074
Merge pull request #1345 from lioncash/write 7 years ago
David Marcec de9604d63e Added ActivateGesture 7 years ago
David Marcec 1a2d33eeb4 Implemented GetDefaultDisplayResolution 7 years ago
David Marcec a8b1c7763b Added StopSixAxisSensor 7 years ago
David Marcec 717889e93c Stubbed ActivateConsoleSixAxisSensor & StartConsoleSixAxisSensor 7 years ago
David Marcec 528e5cee67 Implemented GetImageSize 7 years ago
Lioncash f85ab0a123 svc_wrap: Convert the PARAM macro into a function 7 years ago
Lioncash ead2a4eeb4 arm_dynarmic: Correct ExclusiveWrite128()'s operation 7 years ago
Lioncash b51e7e0288 arm_interface: Remove ARM11-isms from the CPU interface 7 years ago
Lioncash 71b48cb00f kernel/mutex: Replace ResultCode construction for invalid addresses with the named variant 7 years ago
Lioncash b6867602ca kernel/svc: Handle error cases for svcArbitrateLock() and svcArbitrateUnlock() 7 years ago
FernandoS27 567a5524b9 Implemented Internal Flags 7 years ago
Lioncash 9a8dbba1e5 gl_shader_decompiler: Avoid truncation warnings within LD_A and ST_A code 7 years ago
bunnei fafc80d72e
Merge pull request #1290 from FernandoS27/shader-header 7 years ago
Lioncash 4a84986bc3 core/core_cpu: Replace exclusive monitor include with forward declaration 7 years ago
FernandoS27 e4bb759c4b Implemented I2I.CC on the NEU control code, used by SMO 7 years ago
FernandoS27 e2ac8fb36d Implemented CSETP 7 years ago
FernandoS27 aac77bbd18 Implemented Control Codes 7 years ago
Lioncash f7308a6c25 time_stretch: Remove unused <array> include 7 years ago