suyu/src/core
Subv 029ff9f1fd SVC: Implemented GetThreadId.
For now threads are using their Handle value as their Id, it should not really cause any problems because Handle values are unique in Citra, but it should be changed. I left a ToDo there because this is not correct behavior as per hardware.
2014-12-04 00:25:35 -05:00
..
arm Merge pull request #235 from yuriks/dyncom-map 2014-11-30 08:35:03 -05:00
file_sys Fixed formatting and switch statement warnings 2014-11-27 02:59:14 -08:00
hle SVC: Implemented GetThreadId. 2014-12-04 00:25:35 -05:00
hw Fixed formatting and switch statement warnings 2014-11-27 02:59:14 -08:00
loader Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 2014-11-19 09:03:07 +00:00
CMakeLists.txt HLE: Revamp error handling throrough the HLE code 2014-11-24 17:08:36 -02:00
core.cpp Add static to some variables 2014-11-18 20:04:00 -05:00
core.h Core: Changed RunLoop iterations to 1000 (slightly better performance). 2014-11-11 19:54:09 -05:00
core_timing.cpp Remove tabs in all files except in skyeye imports and in generated GL code 2014-11-19 09:04:03 +00:00
core_timing.h Remove extraneous semicolons 2014-11-18 08:27:16 -05:00
mem_map.cpp Add static to some variables 2014-11-18 20:04:00 -05:00
mem_map.h Fix documentation of parameters 2014-11-18 08:31:24 -05:00
mem_map_funcs.cpp Fixed formatting and switch statement warnings 2014-11-27 02:59:14 -08:00
settings.cpp Added configuration file system. 2014-10-07 15:09:37 -07:00
settings.h Merge pull request #159 from SeannyM/enable_log 2014-11-15 12:42:08 +01:00
system.cpp Core: Removed unused directory_file_system and meta_file_system modules. 2014-06-27 16:58:30 -04:00
system.h Remove tabs in all files except in skyeye imports and in generated GL code 2014-11-19 09:04:03 +00:00