summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added IRequest::SubmitGravatar David Marcec2018-09-211-1/+8
* Merge pull request #1358 from DarkLordZach/temp-storageGravatar bunnei2018-09-201-4/+7
|\
| * savedata_factory: Add TemporaryStorage SaveDataTypeGravatar Zach Hilman2018-09-191-4/+7
* | Merge pull request #1363 from lioncash/controlGravatar bunnei2018-09-202-14/+17
|\ \
| * | control_metadata: Remove unnecessary else within GetLanguageEntry()Gravatar Lioncash2018-09-191-8/+8
| * | control_metadata: Move language name array definition to the cpp fileGravatar Lioncash2018-09-192-6/+9
* | | Merge pull request #1361 from lioncash/naxGravatar bunnei2018-09-204-19/+26
|\ \ \
| * | | xts_archive: Remove unused variables from CalculateHMAC256()Gravatar Lioncash2018-09-191-3/+0
| * | | xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptrGravatar Lioncash2018-09-192-3/+3
| * | | nax: Avoid re-parsing NAX data with GetFileType()Gravatar Lioncash2018-09-192-13/+19
| * | | nax: Avoid unnecessary calls to AsNCA() in IdentifyType()Gravatar Lioncash2018-09-191-4/+8
| * | | xts_archive: Ensure NAX's type member is always initializedGravatar Lioncash2018-09-191-1/+1
| * | | xts_archive: Amend initializer order of NAX's constructorGravatar Lioncash2018-09-191-2/+2
| |/ /
* | | Removed unneeded event clearGravatar David Marcec2018-09-201-1/+0
* | | Implemented NTC & IEnsureNetworkClockAvailabilityServiceGravatar David Marcec2018-09-201-3/+100
|/ /
* | Reworked incorrect nifm stubs (#1355)Gravatar David2018-09-191-3/+10
* | Merge pull request #1356 from degasus/hotfixGravatar bunnei2018-09-191-6/+7
|\ \
| * | gl_rasterizer: Fix StartAddress handling with indexed draw calls.Gravatar Markus Wick2018-09-191-6/+7
* | | Merge pull request #1359 from ogniK5377/nesGravatar bunnei2018-09-193-7/+12
|\ \ \
| * | | Fixed GetAccountId stub, Added error code for OpenDirectory and added Activat...Gravatar David Marcec2018-09-193-7/+12
| |/ /
* | | Removed MakeBuilder as it's not needed anymoreGravatar David Marcec2018-09-191-7/+0
* | | Removed the use of rp.MakeBuilderGravatar David Marcec2018-09-196-27/+26
|/ /
* | Merge pull request #1348 from ogniK5377/GetImageSizeGravatar bunnei2018-09-181-1/+9
|\ \
| * | Implemented GetImageSizeGravatar David Marcec2018-09-191-1/+9
* | | Merge pull request #1319 from lioncash/audioGravatar bunnei2018-09-185-43/+59
|\ \ \
| * | | time_stretch: Remove unused <array> includeGravatar Lioncash2018-09-171-1/+0
| * | | stream: Replace includes with forward declarations where applicableGravatar Lioncash2018-09-172-3/+7
| * | | audio_renderer: Replace includes with forward declarations where applicableGravatar Lioncash2018-09-172-39/+52
* | | | Merge pull request #1351 from ogniK5377/GetDefaultDisplayResolutionGravatar bunnei2018-09-182-1/+18
|\ \ \ \
| * | | | Implemented GetDefaultDisplayResolutionGravatar David Marcec2018-09-192-1/+18
| | |/ / | |/| |
* | | | Merge pull request #1341 from lioncash/dependencyGravatar bunnei2018-09-182-2/+6
|\ \ \ \
| * | | | core/core_cpu: Replace exclusive monitor include with forward declarationGravatar Lioncash2018-09-172-2/+6
| | |/ / | |/| |
* | | | Merge pull request #1346 from lioncash/svcGravatar bunnei2018-09-181-37/+36
|\ \ \ \
| * | | | svc_wrap: Convert the PARAM macro into a functionGravatar Lioncash2018-09-181-37/+36
| |/ / /
* | | | Merge pull request #1350 from ogniK5377/Six-Axis-StubGravatar bunnei2018-09-181-4/+28
|\ \ \ \
| * | | | Added ActivateGestureGravatar David Marcec2018-09-191-1/+7
| * | | | Added StopSixAxisSensorGravatar David Marcec2018-09-191-1/+7
| * | | | Stubbed ActivateConsoleSixAxisSensor & StartConsoleSixAxisSensorGravatar David Marcec2018-09-191-2/+14
| | |/ / | |/| |
* | | | Merge pull request #1342 from lioncash/truncGravatar bunnei2018-09-181-4/+4
|\ \ \ \
| * | | | gl_shader_decompiler: Avoid truncation warnings within LD_A and ST_A codeGravatar Lioncash2018-09-171-4/+4
| | |/ / | |/| |
* | | | Merge pull request #1279 from FernandoS27/csetpGravatar bunnei2018-09-182-21/+133
|\ \ \ \
| * | | | Implemented Internal FlagsGravatar FernandoS272018-09-171-13/+35
| * | | | Implemented I2I.CC on the NEU control code, used by SMOGravatar FernandoS272018-09-172-14/+18
| * | | | Implemented CSETPGravatar FernandoS272018-09-172-14/+49
| * | | | Implemented Control CodesGravatar FernandoS272018-09-172-0/+51
| |/ / /
* | | | Merge pull request #1299 from FernandoS27/texture-sanatizeGravatar bunnei2018-09-182-3/+192
|\ \ \ \
| * | | | Added asserts for texture misc modes to texture instructionsGravatar FernandoS272018-09-171-2/+45
| * | | | Added texture misc modes to texture instructionsGravatar FernandoS272018-09-171-1/+147
| |/ / /
* | | | Invalid default value of username in yuzu_cmd (#1334)Gravatar Philippe Babin2018-09-183-3/+8
* | | | Merge pull request #1343 from lioncash/mutexGravatar bunnei2018-09-182-2/+10
|\ \ \ \