Yuri Kunde Schlesner
|
d72708c1f5
|
Add override keyword through the code.
This was automated using `clang-modernize`.
|
2014-10-26 16:18:05 -02:00 |
|
Lioncash
|
98fa3f7cba
|
Core: Alter the kernel string functions to use std::string instead of const char*.
Most functions already operate on std::strings. This also removes the need to manually null terminate thread names.
|
2014-08-17 23:12:20 -04:00 |
|
bunnei
|
d73d782ba7
|
kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest
|
2014-05-26 21:01:27 -04:00 |
|
bunnei
|
eab6fd01d7
|
- updated service(s) to be KernelObject's
- various cleanups
|
2014-05-18 21:43:29 -04:00 |
|
bunnei
|
772abad778
|
- moved Handle/Result definitions to kernel.h
- added ResetType enum
|
2014-05-18 18:12:29 -04:00 |
|
bunnei
|
a48c6b947d
|
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
|
2014-04-27 18:29:51 -04:00 |
|
bunnei
|
b8851305bd
|
updated service comments
|
2014-04-16 20:46:05 -04:00 |
|
bunnei
|
32c3462047
|
- added stubbed out GSP::Gpu service interface
- various cleanups/refactors to HLE services
|
2014-04-16 00:03:41 -04:00 |
|
bunnei
|
ffabed8c25
|
restructured hle:services completely to use function lookup tables
|
2014-04-15 23:28:03 -04:00 |
|