citra/src/core/hle/service/dlp
GPUCode 5a7f615da1
kernel: Update to use atmosphere macros and correct Result (#7242)
* kernel: Switch to atmosphere style macros

* code: Rename ResultCode to Result

* code: Result constants are lower case

* Address review comments

* core: Remove CASCADE_CODE

* R_TRY replaces completely

* core: Run clang format
2023-12-31 09:01:40 -08:00
..
dlp.cpp Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
dlp.h Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
dlp_clnt.cpp hle: Eliminate need to specify command headers for IPC. (#6678) 2023-07-14 17:32:59 -07:00
dlp_clnt.h Correct exports; add some file serialization; fix service base object serialization 2020-02-13 17:42:07 +08:00
dlp_fkcl.cpp hle: Eliminate need to specify command headers for IPC. (#6678) 2023-07-14 17:32:59 -07:00
dlp_fkcl.h Correct exports; add some file serialization; fix service base object serialization 2020-02-13 17:42:07 +08:00
dlp_srvr.cpp kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
dlp_srvr.h Correct exports; add some file serialization; fix service base object serialization 2020-02-13 17:42:07 +08:00