bunnei
|
647364db8f
svc: SharedMemory size should be 64-bits and cleanup.
|
8 vuotta sitten |
shinyquagsire23
|
96c444d1ff
shared_memory: Only mark addresses as invalid if they are within the heap
|
8 vuotta sitten |
bunnei
|
22659afcd0
shared_memory: Minor fixes and cleanup.
|
8 vuotta sitten |
Subv
|
b18589ecf7
Kernel/SharedMemory: Don't take over and unmap the source memory block when creating a shared memory, just reference it.
|
8 vuotta sitten |
Huw Pascoe
|
a13ab958cb
Fixed type conversion ambiguity
|
8 vuotta sitten |
Yuri Kunde Schlesner
|
326e7c7020
Memory: Make PhysicalToVirtualAddress return a boost::optional
|
9 vuotta sitten |
Yuri Kunde Schlesner
|
2cdb40d709
Kernel: Centralize error definitions in errors.h
|
9 vuotta sitten |
Yuri Kunde Schlesner
|
84fbbe2629
Use negative priorities to avoid special-casing the self-include
|
9 vuotta sitten |
Emmanuel Gil Peyrot
|
ebdae19fd2
Remove empty newlines in #include blocks.
|
9 vuotta sitten |
Yuri Kunde Schlesner
|
396a8d91a4
Manually tweak source formatting and then re-run clang-format
|
9 vuotta sitten |
Emmanuel Gil Peyrot
|
dc8479928c
Sources: Run clang-format on everything.
|
9 vuotta sitten |
Subv
|
ac2de12ed8
HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block.
|
10 vuotta sitten |
Subv
|
d261984f54
Kernel: Account for automatically-allocated shared memories in the amount of used linear heap memory.
|
10 vuotta sitten |
Subv
|
5679d066b5
Kernel/SharedMemory: Log an error when Map fails.
|
10 vuotta sitten |
Subv
|
0fb6d2a247
Kernel: Implemented shared memory permissions.
|
10 vuotta sitten |
Subv
|
1bd0cf542f
Kernel/SharedMemory: Properly implemented shared memory support.
|
10 vuotta sitten |
Subv
|
d90d5a0ee6
HLE/SVC: Implement UnmapMemoryBlock.
|
10 vuotta sitten |
Yuri Kunde Schlesner
|
687d973980
Core: Improve APT Shared Font hack
|
11 vuotta sitten |
Yuri Kunde Schlesner
|
7ada357b2d
Memmap: Re-organize memory function in two files
|
11 vuotta sitten |
Yuri Kunde Schlesner
|
774eea8374
Kernel: Zero-fill shared memory blocks when mapping
|
11 vuotta sitten |
Yuri Kunde Schlesner
|
c96f22490a
Kernel: Capture SharedMemory attributes at creation, not when mapping
|
11 vuotta sitten |
Yuri Kunde Schlesner
|
e1fbac3ca1
Common: Remove common.h
|
11 vuotta sitten |
Gareth Higgins
|
25a43cd2ec
Initialize base address to 0x0
|
11 vuotta sitten |
Yuri Kunde Schlesner
|
88a4a808c6
Kernel: Stop creating useless Handles during object creation
|
11 vuotta sitten |
Yuri Kunde Schlesner
|
7725256f64
Explicitly instantiate constructors/destructors for Kernel objects
|
11 vuotta sitten |
Yuri Kunde Schlesner
|
869ec46683
Kernel: Introduce unique Object ids for debugging
|
11 vuotta sitten |
Lioncash
|
96c174aed4
shared_memory: Fix assignments in SharedMemory::Map
|
11 vuotta sitten |
Yuri Kunde Schlesner
|
4bb33dfc30
Kernel: Convert SharedMemory to not use Handles
|
11 vuotta sitten |
Yuri Kunde Schlesner
|
9a345de2bd
Kernel: Remove useless/duplicated comments; mark functions static
|
11 vuotta sitten |
Yuri Kunde Schlesner
|
8ad41775cc
Kernel: Start using boost::intrusive_ptr for lifetime management
|
11 vuotta sitten |