index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-10-15
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-15
core: Make the live Cpu instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-15
core: Make the exclusive monitor a unique_ptr instead of a shared_ptr
Lioncash
2018-10-15
core: Make CPUBarrier a unique_ptr instead of a shared_ptr
Lioncash
2018-10-14
Merge pull request #1486 from lioncash/file
bunnei
2018-10-14
Merge pull request #1490 from lioncash/boot
bunnei
2018-10-14
Merge pull request #1488 from Hexagon12/astc-types
bunnei
2018-10-14
Merge pull request #1491 from lioncash/reference
bunnei
2018-10-14
Merge pull request #1480 from FernandoS27/neue-swizzle
bunnei
2018-10-14
Merge pull request #1492 from lioncash/proc
bunnei
2018-10-14
Stop all threads on svcBreak
David Marcec
2018-10-13
Shorten the implementation of 3D swizzle to only 3 functions
FernandoS27
2018-10-13
svc: Implement svcGetProcessInfo
Lioncash
2018-10-13
Fix a Crash on Zelda BotW and Splatoon 2, and simplified LoadGLBuffer
FernandoS27
2018-10-13
Propagate depth and depth_block on modules using decoders
FernandoS27
2018-10-13
Remove old Swizzle algorithms and use 3d Swizzle
FernandoS27
2018-10-13
Implement Precise 3D Swizzle
FernandoS27
2018-10-13
Implement Fast 3D Swizzle
FernandoS27
2018-10-13
filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...
Lioncash
2018-10-13
yuzu/main: Simplify OnMenuLoadFile()
Lioncash
2018-10-13
Added ASTC 5x4; 8x5
Hexagon12
2018-10-13
partition_data_manager: Reserve and insert data within output vector in Decry...
Lioncash
2018-10-13
partition_data_manager: Remove unused std::map instance within DecryptPackage2()
Lioncash
2018-10-13
partition_data_manager: Take package2_keys by const reference
Lioncash
2018-10-13
partition_data_manager: Move IV data to where it's needed in DecryptPackage2()
Lioncash
2018-10-13
partition_data_manager: Remove commented out code
Lioncash
2018-10-13
key_manager/partition_data_manager: Silence truncation compiler warnings
Lioncash
2018-10-13
partition_data_manager: Dehardcode array bounds
Lioncash
2018-10-13
partition_data_manager: Take VirtualFile by const reference in constructor
Lioncash
2018-10-13
partition_data_manager: Amend constructor initializer list order
Lioncash
2018-10-13
partition_data_manager: Remove unused includes
Lioncash
2018-10-13
key_manager: Use std::vector's insert() instead of std::copy with a back_inse...
Lioncash
2018-10-13
key_manager: Brace long conditional body
Lioncash
2018-10-13
key_manager: Don't assume file seeks and reads will always succeed
Lioncash
2018-10-13
key_manager: Remove unnecessary seek in DeriveSDSeed()
Lioncash
2018-10-12
Merge pull request #1409 from DarkLordZach/key-derivation
bunnei
2018-10-12
Merge pull request #1483 from lioncash/codeset
bunnei
2018-10-12
Merge pull request #1484 from FernandoS27/calculate-size
bunnei
2018-10-12
Merge pull request #1481 from lioncash/typo
bunnei
2018-10-12
Implemented helper function to correctly calculate a texture's size
FernandoS27
2018-10-12
Merge pull request #1467 from ogniK5377/svcbreak-type-fix
bunnei
2018-10-12
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
2018-10-12
Merge pull request #1478 from ogniK5377/remap-invalidhandle-remap
bunnei
2018-10-12
Merge pull request #1482 from lioncash/init
bunnei
2018-10-12
Merge pull request #1479 from ogniK5377/nmap-revamped
bunnei
2018-10-12
thread: Remove unnecessary memset from ResetThreadContext()
Lioncash
2018-10-12
Returned an error before processing other remaps
David Marcec
2018-10-12
Made the minimum alignment more clear
David Marcec
2018-10-12
svc: Fix typos in sanitizing checks for MapMemory/UnmapMemory
Lioncash
2018-10-11
Merge pull request #1474 from ogniK5377/hwopus-decodeinterleavedwithperformance
bunnei
[next]