| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge pull request #1346 from lioncash/svc | 2018-09-18 | 1 | -37/+36 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | svc_wrap: Convert the PARAM macro into a function | 2018-09-18 | 1 | -37/+36 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1350 from ogniK5377/Six-Axis-Stub | 2018-09-18 | 1 | -4/+28 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Added ActivateGesture | 2018-09-19 | 1 | -1/+7 | ||
| | * | | | | | | Added StopSixAxisSensor | 2018-09-19 | 1 | -1/+7 | ||
| | * | | | | | | Stubbed ActivateConsoleSixAxisSensor & StartConsoleSixAxisSensor | 2018-09-19 | 1 | -2/+14 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1342 from lioncash/trunc | 2018-09-18 | 1 | -4/+4 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gl_shader_decompiler: Avoid truncation warnings within LD_A and ST_A code | 2018-09-17 | 1 | -4/+4 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1279 from FernandoS27/csetp | 2018-09-18 | 2 | -21/+133 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Implemented Internal Flags | 2018-09-17 | 1 | -13/+35 | ||
| | * | | | | | | Implemented I2I.CC on the NEU control code, used by SMO | 2018-09-17 | 2 | -14/+18 | ||
| | * | | | | | | Implemented CSETP | 2018-09-17 | 2 | -14/+49 | ||
| | * | | | | | | Implemented Control Codes | 2018-09-17 | 2 | -0/+51 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1299 from FernandoS27/texture-sanatize | 2018-09-18 | 2 | -3/+192 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Added asserts for texture misc modes to texture instructions | 2018-09-17 | 1 | -2/+45 | ||
| | * | | | | | | Added texture misc modes to texture instructions | 2018-09-17 | 1 | -1/+147 | ||
| | |/ / / / / | ||||||
| * | | | | | | Invalid default value of username in yuzu_cmd (#1334) | 2018-09-18 | 3 | -3/+8 | ||
| * | | | | | | Merge pull request #1343 from lioncash/mutex | 2018-09-18 | 2 | -2/+10 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | kernel/mutex: Replace ResultCode construction for invalid addresses with the ... | 2018-09-17 | 1 | -2/+2 | ||
| | * | | | | | | kernel/svc: Handle error cases for svcArbitrateLock() and svcArbitrateUnlock() | 2018-09-17 | 1 | -0/+8 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1344 from lioncash/arm | 2018-09-18 | 7 | -99/+86 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | arm_interface: Remove ARM11-isms from the CPU interface | 2018-09-18 | 7 | -99/+86 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1345 from lioncash/write | 2018-09-18 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | arm_dynarmic: Correct ExclusiveWrite128()'s operation | 2018-09-18 | 1 | -2/+2 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1290 from FernandoS27/shader-header | 2018-09-17 | 3 | -24/+111 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Replace old FragmentHeader for the new Header | 2018-09-11 | 2 | -31/+18 | ||
| | * | | | | Implemented (Partialy) Shader Header | 2018-09-11 | 3 | -2/+102 | ||
| * | | | | | Merge pull request #1311 from FernandoS27/fast-swizzle | 2018-09-17 | 1 | -2/+49 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Optimized Texture Swizzling | 2018-09-14 | 1 | -2/+49 | ||
| * | | | | | | Merge pull request #1312 from lioncash/fwd | 2018-09-17 | 3 | -7/+9 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | service/vi: Replace includes with forward declarations where applicable | 2018-09-13 | 3 | -7/+9 | ||
| * | | | | | | | Merge pull request #1313 from lioncash/error | 2018-09-17 | 1 | -1/+2 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | kernel/errors: Amend error code for ERR_NOT_FOUND | 2018-09-13 | 1 | -1/+2 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1314 from lioncash/cast | 2018-09-17 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | audio_core/time_stretch: Silence truncation warnings in Process() | 2018-09-13 | 1 | -2/+2 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1316 from lioncash/shadow | 2018-09-17 | 1 | -2/+0 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gl_shader_decompiler: Get rid of variable shadowing within LEA instructions | 2018-09-13 | 1 | -2/+0 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1318 from lioncash/errors-sm | 2018-09-17 | 2 | -8/+6 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | services/sm: Amend error code constants | 2018-09-14 | 2 | -8/+6 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1321 from lioncash/audio-shadow | 2018-09-17 | 1 | -4/+4 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | cubeb_sink: Get rid of variable shadowing within CubebSink's constructor | 2018-09-14 | 1 | -4/+4 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1315 from lioncash/size | 2018-09-17 | 2 | -19/+74 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | kernel/svc: Sanitize creation of shared memory via svcCreateSharedMemory() | 2018-09-13 | 1 | -2/+18 | ||
| | * | | | | | | | kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMem... | 2018-09-13 | 1 | -17/+25 | ||
| | * | | | | | | | kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMe... | 2018-09-13 | 1 | -0/+23 | ||
| | * | | | | | | | kernel/svc: Sanitize heap sizes within svcSetHeapSize() | 2018-09-13 | 2 | -0/+8 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1320 from lioncash/name | 2018-09-17 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | cubeb_sink: Correct context name in ListCubebSinkDevices() | 2018-09-14 | 1 | -1/+1 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1328 from FearlessTobi/port-4192 | 2018-09-17 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Port # #4192 from Citra: "svc: change unknown to thread in CreateThread" | 2018-09-15 | 1 | -1/+1 | ||
| | | |_|_|_|_|/ | |/| | | | | | ||||||