index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
memory.cpp
Age
Commit message (
Expand
)
Author
2018-09-30
kernel/process: Make data member variables private
Lioncash
2018-09-24
memory: Dehardcode the use of fixed memory range constants
Lioncash
2018-09-24
memory: Dehardcode the use of a 36-bit address space
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-31
gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.
bunnei
2018-08-28
gpu: Make memory_manager private
Lioncash
2018-08-04
renderer_base: Make Rasterizer() return the rasterizer by reference
Lioncash
2018-08-04
video_core: Eliminate the g_renderer global variable
Lioncash
2018-08-03
memory: Remove unused GetSpecialHandlers() function
Lioncash
2018-08-03
core/memory: Get rid of 3DS leftovers
Lioncash
2018-07-18
Merge pull request #690 from lioncash/move
bunnei
2018-07-18
core/memory: Remove unused function GetSpecialHandlers() and an unused variab...
Lioncash
2018-07-18
core/memory, core/hle/kernel: Use std::move where applicable
Lioncash
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-22
Kernel/Arbiters: Fix casts, cleanup comments/magic numbers
Michael Scire
2018-05-10
core: Implement multicore support.
bunnei
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
2018-04-27
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-25
Merge pull request #387 from Subv/maxwell_2d
bunnei
2018-04-25
Memory: Added a missing shortcut for Memory::CopyBlock for the current process.
Subv
2018-04-25
core/memory: Amend address widths in asserts
Lioncash
2018-04-25
core/memory: Move logging macros over to new fmt-capable ones
Lioncash
2018-04-24
gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.
bunnei
2018-03-26
memory: Fix cast for ReadBlock/WriteBlock/ZeroBlock/CopyBlock.
bunnei
2018-03-26
memory: Add RasterizerMarkRegionCached code and cleanup.
bunnei
2018-03-23
Merge pull request #265 from bunnei/tegra-progress-2
bunnei
2018-03-23
memory: Fix typo in RasterizerFlushVirtualRegion.
bunnei
2018-03-23
memory: RasterizerFlushVirtualRegion should also check process image region.
bunnei
2018-03-23
rasterizer: Flush and invalidate regions should be 64-bit.
bunnei
2018-03-22
memory: Port RasterizerFlushVirtualRegion from Citra.
bunnei
2018-03-22
Remove more N3DS References
N00byKing
2018-03-14
core: Move process creation out of global state.
bunnei
2018-02-21
memory: LOG_ERROR when falling off end of page table
MerryMage
2018-02-14
memory: Silence formatting sepecifier warnings
Lioncash
2018-01-27
memory: Replace all memory hooking with Special regions
MerryMage
2018-01-20
memory: Return false for large VAddr in IsValidVirtualAddress
Rozlette
2018-01-12
Remove gpu debugger and get yuzu qt to compile
James Rowe
2018-01-08
fix macos build
MerryMage
2018-01-01
core/video_core: Fix a bunch of u64 -> u32 warnings.
bunnei
2017-10-18
memory: Print addresses as 64-bit.
bunnei
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-01
Memory: Make WriteBlock take a Process parameter on which to operate
Subv
2017-10-01
Memory: Make ReadBlock take a Process parameter on which to operate
Subv
2017-09-30
memory: Log with 64-bit values.
bunnei
2017-09-30
core: Various changes to support 64-bit addressing.
bunnei
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
2017-09-29
Merge pull request #2961 from Subv/load_titles
bunnei
2017-09-26
Merge pull request #2954 from Subv/cache_unmapped_mem
James Rowe
2017-09-26
Memory: Allow IsValidVirtualAddress to be called with a specific process para...
Subv
[next]