Yuri Kunde Schlesner
|
e321decf98
Remove SyncRequest from K::Object and create a new K::Session type
|
11 жил өмнө |
Yuri Kunde Schlesner
|
0600e2d8b5
Convert old logging calls to new logging macros
|
11 жил өмнө |
archshift
|
43a682a106
Log the cmd_buff arguments when citra comes across an unimplemented function
|
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
|
12 жил өмнө |
Emmanuel Gil Peyrot
|
f5d38649c7
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
|
11 жил өмнө |
Yuri Kunde Schlesner
|
d72708c1f5
Add `override` keyword through the code.
|
12 жил өмнө |
Lioncash
|
d30747efea
core: Pass string by reference in FetchFromPortName and DeleteService
|
12 жил өмнө |
Lioncash
|
98fa3f7cba
Core: Alter the kernel string functions to use std::string instead of const char*.
|
12 жил өмнө |
bunnei
|
004df76795
Merge branch 'threading' of https://github.com/bunnei/citra
|
12 жил өмнө |
bunnei
|
c95972275e
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
|
12 жил өмнө |
bunnei
|
8cac527c94
Kernel: Updated several member functions to be const
|
12 жил өмнө |
bunnei
|
870c6146e7
service: added a error log messages for unimplemented WaitSynchronization
|
12 жил өмнө |
bunnei
|
c451ad2835
service: cleaned up log messages
|
12 жил өмнө |
bunnei
|
545e6919ce
service: added additional hack to return success on unimplemented service calls
|
12 жил өмнө |
bunnei
|
70af9d620b
service: changed interface to return 0 (no error) when a service method is unimplemented - hack to make apps boot further
|
12 жил өмнө |
bunnei
|
a432dc8f39
kernel: added WaitSynchronization method to Kernel::Object
|
12 жил өмнө |
bunnei
|
58a3adcdd2
kernel: updated SyncRequest to take boolean thread wait result as a parameter
|
12 жил өмнө |
bunnei
|
16fea415d0
service: Renamed Sync to SyncRequest
|
12 жил өмнө |
bunnei
|
0aa582bf89
service: fixed typo that MSVC did not catch as an error
|
12 жил өмнө |
bunnei
|
9bf7ce535a
service: removed redundant include of common_types.h
|
12 жил өмнө |
bunnei
|
143bba2045
renamed "syscall" module to "svc" (more accurate naming)
|
12 жил өмнө |
bunnei
|
44336329ed
- created a Kernel namespace
|
12 жил өмнө |
bunnei
|
112904b832
- renamed NewHandle to CreateHandle
|
12 жил өмнө |
bunnei
|
eab6fd01d7
- updated service(s) to be KernelObject's
|
12 жил өмнө |
bunnei
|
725d240bf7
renamed "UID" to "Handle" where appropriate
|
12 жил өмнө |
bunnei
|
772abad778
- moved Handle/Result definitions to kernel.h
|
12 жил өмнө |
bunnei
|
72622a1b5a
- removed HLE mem "hack" and replaced with kernel mem region
|
12 жил өмнө |
bunnei
|
451a14f98c
fixed weird spacing
|
12 жил өмнө |
bunnei
|
cd0664eb77
- refactored how service functions are called
|
12 жил өмнө |