bunnei
|
7d77a3f88f
hle: service: Acquire and release a lock on requests.
|
5 лет назад |
Lioncash
|
1a954b2a59
service: Eliminate usages of the global system instance
|
5 лет назад |
bunnei
|
7791cc8c2e
hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)
|
5 лет назад |
Lioncash
|
ffdf8c0cb3
service: Remove two usages of the global system accessor
|
6 лет назад |
bunnei
|
9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
|
6 лет назад |
Zach Hilman
|
4b91057688
services: Pass FileSystemController as reference to services that need it
|
7 лет назад |
Zach Hilman
|
db2fdd0352
fsp-srv: Implement OutputAccessLogToSdCard
|
7 лет назад |
Lioncash
|
5b0a9f8ba8
core: Add missing override specifiers where applicable
|
7 лет назад |
Lioncash
|
bd983414f6
core_timing: Convert core timing into a class
|
7 лет назад |
Jens Schmer
|
27a9cc2e63
Fix Service object leak on emulation stop
|
7 лет назад |
Lioncash
|
0149162dba
filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference
|
7 лет назад |
fearlessTobi
|
63c2e32e20
Port #4182 from Citra: "Prefix all size_t with std::"
|
8 лет назад |
Lioncash
|
1242c1ec0a
service: Migrate global named port map to the KernelCore class
|
8 лет назад |
Lioncash
|
cf0a7cd1c1
vfs: Make type hierarchy objects classes instead of structs
|
8 лет назад |
Zach Hilman
|
4b471f0554
core: Port core to VfsFilesystem for file access
|
8 лет назад |
Lioncash
|
bf45092c61
kernel: Move object class to its own source files
|
8 лет назад |
Lioncash
|
1d755abce4
core: Make converting constructors explicit where applicable
|
8 лет назад |
Lioncash
|
659a612368
core: Relocate g_service_manager to the System class
|
8 лет назад |
James Rowe
|
096be16636
Format: Run the new clang format on everything
|
8 лет назад |
bunnei
|
1247c53786
yuzu: Update license text to be consistent across project.
|
8 лет назад |
bunnei
|
dcdaac8a0b
kernel: Fix implementation of ConvertSessionToDomain.
|
8 лет назад |
bunnei
|
3597650f22
service: Return proper result code for IPC::CommandType::Close.
|
8 лет назад |
bunnei
|
03bf0739a4
service: Add CreatePort function (that does not register/install).
|
8 лет назад |
bunnei
|
960a1416de
hle: Initial implementation of NX service framework and IPC.
|
8 лет назад |
Yuri Kunde Schlesner
|
84c497292a
Service: Add new ServiceFramework framework for writing HLE services
|
9 лет назад |
Yuri Kunde Schlesner
|
d96a9e0c11
Service: Remove unnecessary includes from service.h
|
9 лет назад |
Yuri Kunde Schlesner
|
23ec6b3d8f
Service: Make service registration part of the sm implementation
|
9 лет назад |
Yuri Kunde Schlesner
|
e626a520ca
HLE: Move SessionRequestHandler from Service:: to Kernel::
|
9 лет назад |
Yuri Kunde Schlesner
|
be031989ee
Kernel: Move HandleTable to a separate file
|
9 лет назад |
Lectem
|
8baae9d982
IPC helpers example
|
9 лет назад |