MerryMage
|
cc368de1a0
memory: LOG_ERROR when falling off end of page table
|
8 лет назад |
Lioncash
|
fe0775d2f4
memory: Silence formatting sepecifier warnings
|
8 лет назад |
MerryMage
|
738f91a57d
memory: Replace all memory hooking with Special regions
|
8 лет назад |
Rozlette
|
de7aa3106a
memory: Return false for large VAddr in IsValidVirtualAddress
|
8 лет назад |
James Rowe
|
389979018c
Remove gpu debugger and get yuzu qt to compile
|
8 лет назад |
MerryMage
|
f10a304ecd
fix macos build
|
8 лет назад |
bunnei
|
93480b10ef
core/video_core: Fix a bunch of u64 -> u32 warnings.
|
8 лет назад |
bunnei
|
97d52b9f89
memory: Print addresses as 64-bit.
|
8 лет назад |
bunnei
|
b1d5db1cf6
Merge remote-tracking branch 'upstream/master' into nx
|
8 лет назад |
Subv
|
1f2de7501b
Memory: Make WriteBlock take a Process parameter on which to operate
|
8 лет назад |
Subv
|
811c01e5fe
Memory: Make ReadBlock take a Process parameter on which to operate
|
8 лет назад |
bunnei
|
46297c9653
memory: Log with 64-bit values.
|
8 лет назад |
bunnei
|
f01472a5ff
core: Various changes to support 64-bit addressing.
|
9 лет назад |
Huw Pascoe
|
a13ab958cb
Fixed type conversion ambiguity
|
8 лет назад |
bunnei
|
b07af7dda8
Merge pull request #2961 from Subv/load_titles
|
8 лет назад |
James Rowe
|
5620327e03
Merge pull request #2954 from Subv/cache_unmapped_mem
|
8 лет назад |
Subv
|
35da7f57ef
Memory: Allow IsValidVirtualAddress to be called with a specific process parameter.
|
8 лет назад |
Subv
|
41f6c9f87f
Memory/RasterizerCache: Ignore unmapped memory regions when caching physical regions.
|
8 лет назад |
MerryMage
|
67a70bd9e1
ARM_Interface: Implement PageTableChanged
|
8 лет назад |
MerryMage
|
4e5eb2044a
memory: Remove GetCurrentPageTablePointers
|
8 лет назад |
MerryMage
|
c02bbb7030
memory: Add GetCurrentPageTable/SetCurrentPageTable
|
8 лет назад |
B3n30
|
813837c5cf
Merge pull request #2842 from Subv/switchable_page_table
|
8 лет назад |
Subv
|
f18a176b60
Kernel/Memory: Make IsValidPhysicalAddress not go through the current process' virtual memory mapping.
|
9 лет назад |
Subv
|
214150f00c
Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer.
|
9 лет назад |
Subv
|
6d2734a074
Kernel/Memory: Give each Process its own page table.
|
9 лет назад |
danzel
|
8266064796
Use recursive_mutex instead of mutex to fix #2902
|
9 лет назад |
James Rowe
|
61442d6afb
Merge pull request #2839 from Subv/global_kernel_lock
|
9 лет назад |
Subv
|
f484927ed0
Kernel/Memory: Acquire the global HLE lock when a memory read/write operation falls outside of the fast path, for it might perform an MMIO operation.
|
9 лет назад |
Weiyi Wang
|
045d0b5bbd
Merge pull request #2799 from yuriks/virtual-cached-range-flush
|
9 лет назад |
Yuri Kunde Schlesner
|
d553135748
Memory: Add function to flush a virtual range from the rasterizer cache
|
9 лет назад |