summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* gl_rasterizer_cache: Remove usage of Memory::Read/Write functions.Gravatar bunnei2018-10-161-13/+8
* gl_rasterizer_cache: Clamp cached surface size to mapped GPU region size.Gravatar bunnei2018-10-162-19/+37
* memory_manager: Add a method for querying the end of a mapped GPU region.Gravatar bunnei2018-10-162-0/+11
* rasterizer_cache: Reintroduce method for flushing.Gravatar bunnei2018-10-163-0/+23
* gl_rasterizer_cache: Reintroduce code for handling swizzle and flush to guest...Gravatar bunnei2018-10-162-28/+119
* Merge pull request #1443 from DarkLordZach/lower-loader-logs-1Gravatar bunnei2018-10-162-3/+9
|\
| * patch_manager: Move non-Program RomFS patch log to DebugGravatar Zach Hilman2018-10-121-2/+8
| * content_archive: Move get key log to Trace levelGravatar Zach Hilman2018-10-121-1/+1
* | Implement VI ConvertScalingMode (#1475)Gravatar David2018-10-161-1/+49
* | Merge pull request #1502 from lioncash/uniqueGravatar bunnei2018-10-1612-60/+76
|\ \
| * | core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsGravatar Lioncash2018-10-1510-31/+50
| * | core: Make the live Cpu instances unique_ptrs instead of shared_ptrsGravatar Lioncash2018-10-151-9/+9
| * | core: Make the exclusive monitor a unique_ptr instead of a shared_ptrGravatar Lioncash2018-10-155-15/+13
| * | core: Make CPUBarrier a unique_ptr instead of a shared_ptrGravatar Lioncash2018-10-153-11/+10
* | | file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...Gravatar Lioncash2018-10-1612-51/+53
* | | Merge pull request #1473 from lioncash/cmakeGravatar bunnei2018-10-157-199/+214
|\ \ \
| * | | core/CMakeLists: Make all web_service-related libraries privateGravatar Lioncash2018-10-101-1/+1
| * | | web_backend: Make Client use the PImpl idiomGravatar Lioncash2018-10-105-142/+154
| * | | telemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposureGravatar Lioncash2018-10-102-49/+55
| * | | telemetry_json: Add missing override specifier to the destructor of Telemetry...Gravatar Lioncash2018-10-101-1/+1
| * | | telemetry_json: Take std::string parameters by valueGravatar Lioncash2018-10-102-3/+2
| * | | telemetry_json: Remove unnecessary includesGravatar Lioncash2018-10-102-3/+1
| * | | core/CMakeLists: Use target_compile_definitions instead of add_definitions fo...Gravatar Lioncash2018-10-101-1/+1
* | | | Merge pull request #1487 from lioncash/maybe-unusedGravatar bunnei2018-10-151-1/+1
|\ \ \ \
| * | | | yuzu/main: Apply the [[maybe_unused]] attribute to the parameter of SetDiscor...Gravatar Lioncash2018-10-131-1/+1
* | | | | file_sys/control_metadata: Get rid of magic constantsGravatar Lioncash2018-10-151-3/+6
* | | | | Merge pull request #1494 from DarkLordZach/aoc-signature-fixesGravatar bunnei2018-10-153-3/+20
|\ \ \ \ \
| * | | | | aoc: Read DLC base title ID from RegisteredCacheGravatar Zach Hilman2018-10-143-2/+18
| * | | | | aoc: Return size in ListAddOnContentGravatar Zach Hilman2018-10-131-1/+2
| |/ / / /
* | | | | Merge pull request #1499 from lioncash/nroGravatar bunnei2018-10-157-28/+39
|\ \ \ \ \
| * | | | | nso: Return an optional address from LoadModuleGravatar Lioncash2018-10-155-16/+29
| * | | | | nso: Make LoadModule take a VfsFile by const referenceGravatar Lioncash2018-10-143-11/+9
| * | | | | nro: Make LoadNro take a VfsFile by const referenceGravatar Lioncash2018-10-142-6/+6
* | | | | | Merge pull request #1500 from DarkLordZach/key-derivation-6.0.0Gravatar bunnei2018-10-152-4/+8
|\ \ \ \ \ \
| * | | | | | crypto: Various crypto fixes for quickstart guideGravatar Zach Hilman2018-10-142-4/+8
| | |_|_|/ / | |/| | | |
* | | | | | shader_bytecode: Add Control Code enum 0xfGravatar ReinUsesLisp2018-10-151-1/+1
* | | | | | gl_shader_decompiler: Fixup style inconsistenciesGravatar ReinUsesLisp2018-10-151-5/+3
* | | | | | gl_rasterizer: Silence implicit cast warning in glBindBufferRangeGravatar ReinUsesLisp2018-10-151-1/+2
|/ / / / /
* | | | | Merge pull request #1486 from lioncash/fileGravatar bunnei2018-10-144-63/+72
|\ \ \ \ \
| * | | | | partition_data_manager: Reserve and insert data within output vector in Decry...Gravatar Lioncash2018-10-131-20/+16
| * | | | | partition_data_manager: Remove unused std::map instance within DecryptPackage2()Gravatar Lioncash2018-10-131-2/+0
| * | | | | partition_data_manager: Take package2_keys by const referenceGravatar Lioncash2018-10-132-2/+3
| * | | | | partition_data_manager: Move IV data to where it's needed in DecryptPackage2()Gravatar Lioncash2018-10-131-3/+1
| * | | | | partition_data_manager: Remove commented out codeGravatar Lioncash2018-10-131-2/+0
| * | | | | key_manager/partition_data_manager: Silence truncation compiler warningsGravatar Lioncash2018-10-134-10/+15
| * | | | | partition_data_manager: Dehardcode array boundsGravatar Lioncash2018-10-132-7/+12
| * | | | | partition_data_manager: Take VirtualFile by const reference in constructorGravatar Lioncash2018-10-132-2/+2
| * | | | | partition_data_manager: Amend constructor initializer list orderGravatar Lioncash2018-10-131-2/+3
| * | | | | partition_data_manager: Remove unused includesGravatar Lioncash2018-10-132-4/+1
| * | | | | key_manager: Use std::vector's insert() instead of std::copy with a back_inse...Gravatar Lioncash2018-10-131-2/+2