David Marcec
6a19c31308
Dont call UNIMPLEMENTED for 'empty services', just return error code
8 years ago
David Marcec
a6eb36e548
Changed .istorage to .romfs
8 years ago
bunnei
67baceaff0
set: GetAvailableLanguageCodes should not return lang_codes size.
8 years ago
bunnei
c114abb301
nvflinger: Signal BufferQueue native handle event.
- This gets BOTW booting.
8 years ago
bunnei
2b621bc1d4
logger: Add Time service logging category.
8 years ago
bunnei
99ff0f523f
logger: Add SET service logging category.
8 years ago
bunnei
18ce7f89f9
logger: Add PCTL service logging category.
8 years ago
bunnei
9f14ebbd89
logger: Add LM service logging category.
8 years ago
bunnei
3aeeee5ae3
logger: Add APM service logging category.
8 years ago
bunnei
e7bad17a87
lm: Ensure log string is non-empty before checking back().
8 years ago
bunnei
aa91ad0445
logger: Add NIFM service logging category.
8 years ago
bunnei
951526d8b8
logger: Add VI service logging category.
8 years ago
bunnei
93ffd1fc30
hid: Stub out several functions.
8 years ago
bunnei
aa035aa7f9
hid: Implement CreateActiveVibrationDeviceList.
8 years ago
bunnei
fac2babc85
logger: Use Service_HID category where applicable.
8 years ago
bunnei
65868fffb2
logger: Use Service_NVDRV category where applicable.
8 years ago
bunnei
ad816bab00
logger: Add AM service logging category.
8 years ago
bunnei
02a31a0771
logger: Add "account" service logging category.
8 years ago
bunnei
fafea3b5fd
acc_u0: Stub out GetLastOpenedUser.
8 years ago
bunnei
23c46db6f7
GetInfo: Implement IsCurrentProcessBeingDebugged.
8 years ago
bunnei
37967da1f2
WaitProcessWideKeyAtomic: Handle case where condition variable was already created.
8 years ago
mailwl
451d4c4336
acc:u0 : stub GetAccountId
8 years ago
bunnei
4a19b608fd
svc: SharedMemory size should be 64-bits and cleanup.
8 years ago
bunnei
9892a119da
ArbitrateLock: Assert that requesting_thread is current_thread.
8 years ago
bunnei
eb3be60fc2
controller: DuplicateSession should return a ClientSession.
8 years ago
mailwl
41ca591e11
Service:nifm: add nifm:a, nifm:s and nifm:u services
8 years ago
mailwl
e974ad29c7
Service/am: Add AppletAE service ( #153 )
* Add AppletAE, step 1: move common interfaces to am.h
* Add AppletAE, step 2
8 years ago
mailwl
be7ef9498d
Services/vi: add vi:s and vi:u services
8 years ago
mailwl
9b3b9fe930
vi::CreateStrayLayer : add padding to request
8 years ago
shinyquagsire23
cd0befbd05
shared_memory: Only mark addresses as invalid if they are within the heap
8 years ago
mailwl
3dbe629396
[WIP] sfdnsres: stub ( #146 )
sfdnsres: Add several stubs
8 years ago
MerryMage
7a23a53396
memory: Replace all memory hooking with Special regions
8 years ago
bunnei
9a0a22e596
time: Implement ISteadyClock::GetCurrentTimePoint.
8 years ago
bunnei
0c455925ed
audout_u: Various cleanups.
8 years ago
bunnei
ca93cbddcb
ResponseBuilder: Use a bit field for customizing instead of always_move_handles.
8 years ago
bunnei
747ae39608
time: Stub GetSystemClockContext function.
8 years ago
bunnei
c943b30b0a
server_session: Fix scenario where all domain handlers are closed.
8 years ago
bunnei
f328cb2c7c
hle: Rename RequestBuilder to ResponseBuilder.
8 years ago
bunnei
427b97e60c
service: Fix all incorrect IPC response headers.
8 years ago
bunnei
2b07c87f0c
ipc_helpers: Make interface domain agnostic and add header validation.
8 years ago
bunnei
a3aadaea60
hle: Integrate Domain handling into ServerSession.
8 years ago
bunnei
4fabdf77d7
hle: Remove Domain and SyncObject kernel objects.
8 years ago
bunnei
2ab0f638f0
handle_table: Remove ConvertSessionToDomain.
8 years ago
st4rk
d37214f8a3
audout:u OpenAudioOut and IAudioOut ( #138 )
* Updated the audout:u and IAudioOut, now it might work with RetroArch without trigger an assert, however it's not the ideal implementation
* Updated the audout:u and IAudioOut, now it might work with RetroArch without trigger an assert, however it's not the ideal implementation
* audout:u OpenAudioOut implementation and IAudioOut cmd 1,2,3,4,5 implementation
* using an enum for audio_out_state as well as changing its initialize to member initializer list
* Minor fixes, added Service_Audio for LOG_*, changed PcmFormat enum to EnumClass
* Minor fixes, added Service_Audio for LOG_*, changed PcmFormat enum to EnumClass
* added missing Audio loggin subclass, minor fixes, clang comment breakline
* Solving backend logging conflict
* minor fix
* Fixed duplicated Service NVDRV in backend.cpp, my bad
8 years ago
gdkchan
7f7e83a76b
Fix time returning epoch time in milliseconds rather than in seconds
8 years ago
Rozlette
82924195f8
logging: add missing NVDRV subclass to macro list
8 years ago
N00byKing
eb8e4f17d3
Correct Spelling
8 years ago
Subv
aec193732c
Services: Added a todo about returning interfaces as domain objects in lm, hid and time.
8 years ago
Subv
fb5f2a653e
Time: Don't create unnecessary ports when retrieving the clock service sessions.
8 years ago
Subv
98ff4642ff
HID: Don't create an unnecessary port in CreateAppletResource.
8 years ago