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
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
2019-11-23
Merge pull request #3114 from FernandoS27/cond-var
bunnei
2019-11-23
Merge pull request #3130 from FernandoS27/cancel-sync
bunnei
2019-11-21
Merge pull request #3112 from lioncash/skip
bunnei
2019-11-21
Merge pull request #3111 from lioncash/query
bunnei
2019-11-21
Kernel: Optimize condition variable threads management.
Fernando Sahmkow
2019-11-21
Kernel: Correct SignalProcessWideKey
Fernando Sahmkow
2019-11-21
Kernel: Correct behavior of Condition Variables to be more similar to real ha...
Fernando Sahmkow
2019-11-16
Kernel: Correct Cancel Synchronization.
Fernando Sahmkow
2019-11-15
Merge pull request #3091 from lioncash/core-conversion
bunnei
2019-11-14
service/am: Remove unnecessary Skip calls
Lioncash
2019-11-14
am: Stub QueryApplicationPlayStatistics
Lioncash
2019-11-14
Merge pull request #3089 from SciresM/play_statistics
bunnei
2019-11-14
Merge pull request #3093 from lioncash/mbedtls
bunnei
2019-11-14
Merge pull request #3092 from lioncash/util
bunnei
2019-11-13
xts_archive: Remove redundant std::string constructor
Lioncash
2019-11-12
service: Update function tables
Lioncash
2019-11-12
key_manager: Make use of IOFile in WriteKeyToFile()
Lioncash
2019-11-12
core: Migrate off deprecated mbedtls functions
Lioncash
2019-11-12
externals: Update httplib
Lioncash
2019-11-12
service: Resolve sign conversion errors
Lioncash
2019-11-12
perf_stats: Resolve implicit int to double conversion error
Lioncash
2019-11-12
loader; Resolve sign conversion/truncation errors
Lioncash
2019-11-12
gdbstub: Resolve sign conversion errors
Lioncash
2019-11-12
kernel: Resolve sign conversion warnings
Lioncash
[next]