summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-19arm_dynarmic: Support BKPT instructionMerryMage
2018-09-19externals: Update dynarmic to 171d116MerryMage
2018-09-19xts_archive: Remove unused variables from CalculateHMAC256()Lioncash
2018-09-19xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptrLioncash
2018-09-19nax: Avoid re-parsing NAX data with GetFileType()Lioncash
2018-09-19nax: Avoid unnecessary calls to AsNCA() in IdentifyType()Lioncash
2018-09-19xts_archive: Ensure NAX's type member is always initializedLioncash
2018-09-19xts_archive: Amend initializer order of NAX's constructorLioncash
2018-09-19Update MinGWCross.cmake to lowercasetech4me
2018-09-19travis: running mingw build on travis citech4me
2018-09-19Reworked incorrect nifm stubs (#1355)David
2018-09-19Merge pull request #1356 from degasus/hotfixbunnei
2018-09-19Merge pull request #1359 from ogniK5377/nesbunnei
2018-09-19Merge pull request #1353 from ogniK5377/remove-MakeBuilderbunnei
2018-09-19Fixed GetAccountId stub, Added error code for OpenDirectory and added Activat...David Marcec
2018-09-19yuzu-cmd: Add call to CreateFactoriesZach Hilman
2018-09-19savedata_factory: Add TemporaryStorage SaveDataTypeZach Hilman
2018-09-19gl_rasterizer: Fix StartAddress handling with indexed draw calls.Markus Wick
2018-09-19Removed MakeBuilder as it's not needed anymoreDavid Marcec
2018-09-19Removed the use of rp.MakeBuilderDavid Marcec
2018-09-18ring_buffer: Use std::atomic_size_t in a static assertLioncash
2018-09-18ring_buffer: Use std::hardware_destructive_interference_size to determine ali...Lioncash
2018-09-18Merge pull request #1348 from ogniK5377/GetImageSizebunnei
2018-09-18Merge pull request #1319 from lioncash/audiobunnei
2018-09-18Merge pull request #1351 from ogniK5377/GetDefaultDisplayResolutionbunnei
2018-09-18Merge pull request #1341 from lioncash/dependencybunnei
2018-09-18Merge pull request #1346 from lioncash/svcbunnei
2018-09-18Merge pull request #1350 from ogniK5377/Six-Axis-Stubbunnei
2018-09-18Merge pull request #1342 from lioncash/truncbunnei
2018-09-18Merge pull request #1279 from FernandoS27/csetpbunnei
2018-09-18Merge pull request #1299 from FernandoS27/texture-sanatizebunnei
2018-09-18Invalid default value of username in yuzu_cmd (#1334)Philippe Babin
2018-09-18Merge pull request #1343 from lioncash/mutexbunnei
2018-09-18Merge pull request #1344 from lioncash/armbunnei
2018-09-18Merge pull request #1345 from lioncash/writebunnei
2018-09-19Added ActivateGestureDavid Marcec
2018-09-19Implemented GetDefaultDisplayResolutionDavid Marcec
2018-09-19Added StopSixAxisSensorDavid Marcec
2018-09-19Stubbed ActivateConsoleSixAxisSensor & StartConsoleSixAxisSensorDavid Marcec
2018-09-19Implemented GetImageSizeDavid Marcec
2018-09-18svc_wrap: Convert the PARAM macro into a functionLioncash
2018-09-18arm_dynarmic: Correct ExclusiveWrite128()'s operationLioncash
2018-09-18arm_interface: Remove ARM11-isms from the CPU interfaceLioncash
2018-09-17kernel/mutex: Replace ResultCode construction for invalid addresses with the ...Lioncash
2018-09-17kernel/svc: Handle error cases for svcArbitrateLock() and svcArbitrateUnlock()Lioncash
2018-09-17Implemented Internal FlagsFernandoS27
2018-09-17gl_shader_decompiler: Avoid truncation warnings within LD_A and ST_A codeLioncash
2018-09-17Merge pull request #1290 from FernandoS27/shader-headerbunnei
2018-09-17core/core_cpu: Replace exclusive monitor include with forward declarationLioncash
2018-09-17Implemented I2I.CC on the NEU control code, used by SMOFernandoS27