Commit graph

7 commits

Author SHA1 Message Date
noumidev
6c73fb13c5
Proper handling of SetApplicationCpuTimeLimit with invalid parameters (#353)
* Add NotImplemented error code

* Add proper handling of SetAppCpuTimeLimit with invalid params

Set default time limit to 0

* Add AppCpuTimeLimit tests

* Replace spaces with tab
2023-12-18 20:45:57 +02:00
wheremyfoodat
7883e1fdca Result: Initialize m_value to 0 in default HorizonResult constructor 2023-09-27 16:13:01 +03:00
wheremyfoodat
8995bd2963 clang-format Result headers 2023-09-27 14:33:05 +03:00
wheremyfoodat
aacb7c58e7 clang-format 2023-09-27 14:18:57 +03:00
wheremyfoodat
2f47f15315 Implement RenameFile for ExtSaveData 2023-09-27 14:16:27 +03:00
wheremyfoodat
dcd8e631de [CFG] Add GetCountryCodeID 2023-08-08 18:39:13 +03:00
Mary
122b1b2727 hle: Add proper type for result code
This should clean up all HLE errorcode in the codebase.

I didn't removed Rust::Result as this should be a cleanup for another
iteration.
2023-06-16 20:09:37 +02:00