Lioncash
|
26de4bb521
core/memory: Get rid of 3DS leftovers
|
8 лет назад |
Lioncash
|
bf45092c61
kernel: Move object class to its own source files
|
8 лет назад |
Lioncash
|
a2304fad16
kernel: Remove unnecessary includes
|
8 лет назад |
bunnei
|
647364db8f
svc: SharedMemory size should be 64-bits and cleanup.
|
8 лет назад |
James Rowe
|
096be16636
Format: Run the new clang format on everything
|
8 лет назад |
Huw Pascoe
|
a13ab958cb
Fixed type conversion ambiguity
|
8 лет назад |
Emmanuel Gil Peyrot
|
ebdae19fd2
Remove empty newlines in #include blocks.
|
9 лет назад |
Emmanuel Gil Peyrot
|
dc8479928c
Sources: Run clang-format on everything.
|
9 лет назад |
Subv
|
ac2de12ed8
HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block.
|
10 лет назад |
Subv
|
0fb6d2a247
Kernel: Implemented shared memory permissions.
|
10 лет назад |
Subv
|
1bd0cf542f
Kernel/SharedMemory: Properly implemented shared memory support.
|
10 лет назад |
Subv
|
d90d5a0ee6
HLE/SVC: Implement UnmapMemoryBlock.
|
10 лет назад |
Yuri Kunde Schlesner
|
687d973980
Core: Improve APT Shared Font hack
|
11 лет назад |
Emmanuel Gil Peyrot
|
fe909b3b5a
Core: Fix applet includes using iwyu.
|
11 лет назад |
Yuri Kunde Schlesner
|
c96f22490a
Kernel: Capture SharedMemory attributes at creation, not when mapping
|
11 лет назад |
Yuri Kunde Schlesner
|
88a4a808c6
Kernel: Stop creating useless Handles during object creation
|
11 лет назад |
Yuri Kunde Schlesner
|
7725256f64
Explicitly instantiate constructors/destructors for Kernel objects
|
11 лет назад |
Lioncash
|
96c174aed4
shared_memory: Fix assignments in SharedMemory::Map
|
11 лет назад |
Yuri Kunde Schlesner
|
d917a9bf77
Kernel: Mark all appropriate kernel objects as "final"
|
11 лет назад |
Yuri Kunde Schlesner
|
4bb33dfc30
Kernel: Convert SharedMemory to not use Handles
|
11 лет назад |
purpasmart96
|
ebfd831ccb
License change
|
11 лет назад |
bunnei
|
7bae450379
Merge pull request #185 from purpasmart96/mem_perm
|
11 лет назад |
Yuri Kunde Schlesner
|
22c86824a4
Remove duplicated docs/update them for changed parameters.
|
11 лет назад |
Yuri Kunde Schlesner
|
c2588403c0
HLE: Revamp error handling throrough the HLE code
|
11 лет назад |
Emmanuel Gil Peyrot
|
f5d38649c7
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
|
11 лет назад |
purpasmart96
|
66431bceda
Kernel:Add missing permissions in shared memory & svc
|
11 лет назад |
bunnei
|
7ff92c36ed
SharedMemory: Updated MapSharedMemory to use an enum for permissions.
|
12 лет назад |
bunnei
|
e547128185
Kernel: Added support for shared memory objects.
|
12 лет назад |