index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Expand
)
Author
2021-03-13
Merge pull request #6054 from Morph1984/time-GetClockSnapshot
bunnei
2021-03-10
time: Fix CalculateSpanBetween implementation
Morph
2021-03-10
time: Assign the current time point to the ClockSnapshot
Morph
2021-03-07
common: Fiber: use a reference for YieldTo.
bunnei
2021-03-05
hle: kernel: KThread: Rework dummy threads & fix memory leak.
bunnei
2021-03-05
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
bunnei
2021-03-05
Merge pull request #6034 from Morph1984/mbedtls
bunnei
2021-03-04
Merge pull request #6006 from bunnei/fiber-unique-ptr
bunnei
2021-03-05
aes_util: Remove malformed mbedtls_cipher_finish function call
Morph
2021-03-02
Merge pull request #5815 from comex/net-error-reform
bunnei
2021-03-01
core: Shutdown: Move kernel cleanup to later in shutdown.
bunnei
2021-02-28
[network] Error handling reform
comex
2021-02-28
Merge pull request #6007 from bunnei/ldn-error
bunnei
2021-02-27
Merge pull request #5276 from german77/gestures
Morph
2021-02-27
Implements touch, pan, pinch and rotation gestures
german
2021-02-27
core: hle: ldn: Error out on call to Initialization.
bunnei
2021-02-27
core: Switch to unique_ptr for usage of Common::Fiber.
bunnei
2021-02-27
Merge pull request #5953 from bunnei/memory-refactor-1
bunnei
2021-02-26
Merge pull request #5944 from Morph1984/gc-vibrations
bunnei
2021-02-21
hid: Implement GameCube Controller Vibrations
Morph
2021-02-21
acc: Stub GetNintendoAccountUserResourceCacheForApplication
Morph
2021-02-20
kernel: Fix resource release exception on exit
ameerj
2021-02-18
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-02-18
hle: kernel: Migrate MemoryManager to KMemoryManager.
bunnei
2021-02-18
hle: kernel: Migrate PageLinkedList to KPageLinkedList.
bunnei
2021-02-18
hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.
bunnei
2021-02-18
hle: kernel: Migrate SlabHeap to KSlabHeap.
bunnei
2021-02-18
hle: kernel: Migrate MemoryLayout to KMemoryLayout.
bunnei
2021-02-18
hle: kernel: Migrate AddressSpaceInfo to KAddressSpaceInfo.
bunnei
2021-02-18
hle: kernel: memory_manager: Rename AllocateContinuous to AllocateContinuous.
bunnei
2021-02-18
hle: kernel: KSystemControl does not belong in Memory namespace.
bunnei
2021-02-18
hle: kernel: memory: PageHeap: Migrate to KPageBitmap class.
bunnei
2021-02-18
hle: kernel: Add KPageBitmap class.
bunnei
2021-02-18
hle: kernel: system_control: Add function GenerateRandomU64.
bunnei
2021-02-18
hle: kernel: Add KSpinLock implementation.
bunnei
2021-02-18
core: memory: Add templated GetPointer methods.
bunnei
2021-02-18
hle: kernel: Rename SharedMemory to KSharedMemory.
bunnei
2021-02-18
Merge pull request #4973 from ameerj/nvdec-opt
bunnei
2021-02-15
core: core_timing_util: Optimize core timing math.
bunnei
2021-02-15
Merge pull request #5939 from Morph1984/web_types
LC
2021-02-15
Merge pull request #4940 from german77/nativeGC
bunnei
2021-02-15
core/CMakeLists: Add web_types.h
Morph
2021-02-13
hle: service: ldn: IUserLocalCommunicationService: Improve the stub.
bunnei
2021-02-13
hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is disab...
bunnei
2021-02-13
hle: service: am: IStorageAccessor: Fix out of bounds error handling.
bunnei
2021-02-13
Address PR feedback
ameerj
2021-02-13
nvdec cleanup
ameerj
2021-02-12
kernel: More accurately reserve and release resources
ameerj
2021-02-12
kernel: KScopedReservation implementation
ameerj
2021-02-12
kernel: Unify result codes (#5890)
Chloe
[next]