Liam
|
a9ace6856d
kernel: remove KWritableEvent
|
3 лет назад |
german77
|
a7d9be1384
core: Replace all instances of ResultCode with Result
|
4 лет назад |
Morph
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
4 лет назад |
bunnei
|
c73841500a
core: hle: Remove global HLE lock.
|
4 лет назад |
Morph
|
fadcee14f8
service: Replace service event creation with ServiceContext::CreateEvent
|
4 лет назад |
Morph
|
12c1766997
general: Replace RESULT_SUCCESS with ResultSuccess
|
5 лет назад |
bunnei
|
2e8d6fe9a0
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
|
5 лет назад |
bunnei
|
ab704acab8
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
|
5 лет назад |
bunnei
|
addc0bf037
hle: kernel: Migrate KEvent to KAutoObject.
|
5 лет назад |
bunnei
|
5e5933256b
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
|
5 лет назад |
bunnei
|
ff3c7c068b
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
|
5 лет назад |
bunnei
|
3f942c01f0
hle: kernel: Rename WritableEvent to KWritableEvent.
|
5 лет назад |
bunnei
|
e86a7e3691
hle: kernel: Rename ReadableEvent to KReadableEvent.
|
5 лет назад |
Lioncash
|
98f4c5e7b8
general: Use template deduction guides for lock_guard
|
5 лет назад |
Lioncash
|
f00a54f508
bcat/backend: Make formatting of passphrase consistent in NullBackend::SetPassphrase()
|
6 лет назад |
Lioncash
|
eefd97e80d
bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear()
|
6 лет назад |
bunnei
|
9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
|
6 лет назад |
bunnei
|
b0ab803ce8
kernel: events: Remove ResetType::Automatic.
|
6 лет назад |
Lioncash
|
cc1d7048b5
bcat: Remove use of global system accessors
|
6 лет назад |
Lioncash
|
7e77d1593f
bcat: Take std::function instance by value in NullBackend's constructor
|
6 лет назад |
Lioncash
|
81adf46d1d
bcat: In-class initialize ProgressServiceBackend's impl member
|
6 лет назад |
Lioncash
|
3fcd2180e4
bcat: Make ProgressServiceBackend's constructor take a std::string_view
|
6 лет назад |
Lioncash
|
f2fa16b609
bcat: Make ProgressServiceBackend's GetEvent() const
|
6 лет назад |
Zach Hilman
|
bcf1eafb8b
boxcat: Implement events global field
|
7 лет назад |
Zach Hilman
|
2d410ddf4d
bcat: Implement DeliveryCacheProgressImpl structure
|
7 лет назад |
Zach Hilman
|
b8ce87103d
bcat: Add backend function for BCAT Indirect (launch parameter)
|
7 лет назад |
Zach Hilman
|
2c0b75a744
bcat: Add backend class to generify the functions of BCAT
|
7 лет назад |