Lioncash
|
e7e939104b
core/memory; Migrate over SetCurrentPageTable() to the Memory class
|
6 年 前 |
Lioncash
|
50a518be69
core/memory: Migrate over GetPointerFromVMA() to the Memory class
|
6 年 前 |
Lioncash
|
e4c381b885
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
|
6 年 前 |
Lioncash
|
b05bfc6036
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
|
6 年 前 |
Lioncash
|
89ef3ef575
core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class
|
6 年 前 |
Lioncash
|
849581075a
core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class
|
6 年 前 |
Lioncash
|
b2165c6b35
core/memory: Migrate over ReadCString() to the Memory class
|
6 年 前 |
Lioncash
|
3f08e8d8d4
core/memory: Migrate over GetPointer()
|
6 年 前 |
Lioncash
|
fc7d0a17b6
core/memory: Move memory read/write implementation functions into an anonymous namespace
|
6 年 前 |
Lioncash
|
e58748fd80
core/memory: Migrate over address checking functions to the new Memory class
|
6 年 前 |
Lioncash
|
323680e5ad
core/memory: Migrate over memory mapping functions to the new Memory class
|
6 年 前 |
Lioncash
|
4c2ed2706e
core/memory: Introduce skeleton of Memory class
|
6 年 前 |
Lioncash
|
f1382cf0e7
core: Remove Core::CurrentProcess()
|
6 年 前 |
Fernando Sahmkow
|
50259d7bdc
Core/Memory: Only FlushAndInvalidate GPU if the page is marked as RasterizerCachedMemory
|
6 年 前 |
Lioncash
|
65c748fbd3
memory: Remove unused includes
|
7 年 前 |
Lioncash
|
f2331a804a
core/cpu_core_manager: Create threads separately from initialization.
|
7 年 前 |
Lioncash
|
abae7577d2
core/memory: Remove GetCurrentPageTable()
|
7 年 前 |
bunnei
|
3ae0de9b53
memory: Check that core is powered on before attempting to use GPU.
|
7 年 前 |
bunnei
|
93da8e0abf
core: Move PageTable struct into Common.
|
7 年 前 |
bunnei
|
10118c71e0
memory: Simplify rasterizer cache operations.
|
7 年 前 |
bunnei
|
2eaf6c41a4
gpu: Use host address for caching instead of guest address.
|
7 年 前 |
bunnei
|
7b574f406b
gpu: Move command processing to another thread.
|
7 年 前 |
Weiyi Wang
|
5159f4eee8
Memory: don't lock hle mutex in memory read/write
|
7 年 前 |
Annomatg
|
ef84c70d22
Speed up memory page mapping (#2141)
|
7 年 前 |
David Marcec
|
fdd649e2ef
Fixed uninitialized memory due to missing returns in canary
|
7 年 前 |
Lioncash
|
15e3d4f357
memory: Convert ASSERT into a DEBUG_ASSERT within GetPointerFromVMA()
|
7 年 前 |
Lioncash
|
d4c1b9d311
vm_manager: Make vma_map private
|
7 年 前 |
heapo
|
ca8ab1bc3b
Call shrink_to_fit after page-table vector resizing to cause crt to actually lower vector capacity. For 36-bit titles saves 800MB of commit.
|
7 年 前 |
Frederic L
|
7a5eda5914
global: Use std::optional instead of boost::optional (#1578)
|
7 年 前 |
Lioncash
|
cf9d6c6f52
kernel/process: Make data member variables private
|
7 年 前 |