7401 Commits (d373a65d260f408cb6d009369f4685d546ece888)

Author SHA1 Message Date
greggameplayer b91e2d55f3 correct BC6H 7 years ago
David Marcec c461188f51 Added audren:u#GetAudioRendererState 7 years ago
Zach Hilman 4f183123f5 game_list: Add Qt SmoothTransformation to picture scaling 7 years ago
Lioncash 90746c33c7 gl_state: Remove unused type alias 7 years ago
Valentin Vanelslande 19d9b0778a
Update config.cpp 7 years ago
Lioncash a8f5fd787f shader_bytecode: Lay out the Ipa-related enums better 7 years ago
Lioncash 272517cf7e shader_bytecode: Make operator== and operator!= of IpaMode const qualified 7 years ago
Lioncash ba02dd9ebc gl_stream_buffer: Fix use of bitwise OR instead of logical OR in Map() 7 years ago
Lioncash 48b2eda492 svc: Move most process termination code to its own function within Process 7 years ago
Lioncash acfc801d14 thread/process: Move TLS slot marking/freeing to the process class 7 years ago
David 1db1e013e0 Added support for uncompressed NSOs (#1374) 7 years ago
Subv 8ba21e28cf Logging: Change the TimeStretch::Process log from debug to trace level. 7 years ago
Subv 9cd5c61fcf RasterizerGL: Use the correct framebuffer when clearing via the CLEAR_BUFFERS register. 7 years ago
David Marcec b918925bd5 Revert GetRequestState 7 years ago
Lioncash 05aa4aa01a kernel/thread: Use owner_process when setting the page table in SetupMainThread() 7 years ago
Lioncash 9b8fc2b689 arm_interface: Replace kernel vm_manager include with a forward declaration 7 years ago
Jarek Syrylak 74f966404d Correct endianness of BKPT 7 years ago
MerryMage ef31487624 arm_dynarmic: Halt when BRK encountered 7 years ago
David Marcec 3f49725a51 Fixed submit 7 years ago
David Marcec cfc9fe4460 Added IRequest::Submit 7 years ago
Lioncash e980e90d6e game_list: Handle plurals within setFilterResult() better 7 years ago
David Marcec 583137709f Removed unneeded event clear 7 years ago
David Marcec 335e9d18ae Implemented NTC & IEnsureNetworkClockAvailabilityService 7 years ago
Lioncash 05ef9dfc10 file-sys: Default heavy-weight class destructors in the cpp file 7 years ago
Lioncash 3146502a12 control_metadata: Remove unnecessary else within GetLanguageEntry() 7 years ago
Lioncash 05d49962b6 control_metadata: Move language name array definition to the cpp file 7 years ago
MerryMage 3b4a158230 arm_dynarmic: Support BKPT instruction 7 years ago
Lioncash 2e5f0e5024 xts_archive: Remove unused variables from CalculateHMAC256() 7 years ago
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
David 0432af5ad1 Reworked incorrect nifm stubs (#1355) 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
Philippe Babin 9155c8daeb Invalid default value of username in yuzu_cmd (#1334) 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