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
2020-01-18
core/memory: Create a special MapMemoryRegion for physical memory.
Markus Wick
2020-01-18
core/hle: Simplify PhysicalMemory usage in vm_manager.
Markus Wick
2020-01-18
core/loaders: Simplify PhysicalMemory usage.
Markus Wick
2020-01-11
core/kernel: Fix GetTotalPhysicalMemoryUsed.
Markus Wick
2020-01-07
Merge pull request #3272 from bunnei/vi-close-layer
bunnei
2020-01-06
Merge pull request #3261 from degasus/page_table
bunnei
2020-01-06
Merge pull request #3257 from degasus/no_busy_loops
bunnei
2020-01-05
Merge pull request #2945 from FernandoS27/fix-bcat
bunnei
2020-01-04
service: vi: Implement CloseLayer.
bunnei
2020-01-03
Merge pull request #3247 from FernandoS27/remap-fix
bunnei
2020-01-02
yuzu: Remove Maxwell debugger
ReinUsesLisp
2020-01-01
core/memory + arm/dynarmic: Use a global offset within our arm page table.
Markus Wick
2019-12-30
video_core: Block in WaitFence.
Markus Wick
2019-12-25
NvServices: Correct Ioctl Remap.
Fernando Sahmkow
2019-12-12
Merge pull request #3214 from lioncash/svc-func
bunnei
2019-12-11
Kernel: Correct behavior of Address Arbiter threads. (#3165)
Fernando Sahmkow
2019-12-11
kernel/svc: Correct function signature of SignalProcessWideKey
Lioncash
2019-12-10
Merge pull request #3201 from lioncash/dump
bunnei
2019-12-07
kernel: Remove unnecessary includes
Lioncash
2019-12-07
kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew
Lioncash
2019-12-05
CpuCore: Clear exclusive state after doing a run in dynarmic.
Fernando Sahmkow
2019-12-02
telemetry_session: Report renderer backend
ReinUsesLisp
2019-12-02
telemetry_session: Use temporary to avoid writing the same enum
ReinUsesLisp
2019-11-28
kernel: Implement a more accurate IPC dispatch.
bunnei
2019-11-28
Merge pull request #3169 from lioncash/memory
bunnei
2019-11-28
Merge pull request #3171 from lioncash/internal-link
bunnei
2019-11-28
patch_manager: Adds check for disabled cheats to prevent them from being enab...
Morph
2019-11-27
Merge pull request #3170 from lioncash/enum
bunnei
2019-11-27
filesys/romfs: Remove unused includes
Lioncash
2019-11-27
filesys/romfs: Make ProcessFile and ProcessDirectory internally linked
Lioncash
2019-11-27
file_sys/directory: Make EntryType an enum class
Lioncash
2019-11-26
core/memory; Migrate over SetCurrentPageTable() to the Memory class
Lioncash
2019-11-26
core/memory: Migrate over GetPointerFromVMA() to the Memory class
Lioncash
2019-11-26
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class
Lioncash
2019-11-26
core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class
Lioncash
2019-11-26
core/memory: Migrate over ReadCString() to the Memory class
Lioncash
2019-11-26
core/memory: Migrate over GetPointer()
Lioncash
2019-11-26
core: Prepare various classes for memory read/write migration
Lioncash
2019-11-26
core/memory: Move memory read/write implementation functions into an anonymou...
Lioncash
2019-11-26
core/memory: Migrate over address checking functions to the new Memory class
Lioncash
2019-11-26
core/memory: Migrate over memory mapping functions to the new Memory class
Lioncash
2019-11-26
core/memory: Introduce skeleton of Memory class
Lioncash
2019-11-26
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-11-25
kernel: Fix reference management for client/server session.
bunnei
2019-11-24
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-23
Update svc.cpp
bunnei
2019-11-23
svc: GetSystemTick should return cntpct_el0, not core ticks.
bunnei
[next]