1
0
Fork 0
forked from suyu/suyu
suyu/src/core/hle
Yuri Kunde Schlesner b700b55696 Common: Remove the BIT macro
When the macro was introduced in 326ec51261
it wasn't noticed that it conflicted in name with a heavily used macro
inside of dyncom. This causes some compiler warnings. Since it's only
lightly used, it was opted to simply remove the new macro.
2015-05-09 18:16:46 -03:00
..
kernel Common: Remove the BIT macro 2015-05-09 18:16:46 -03:00
service Memory: Re-organize and rename memory area address constants 2015-05-09 01:29:52 -03:00
config_mem.cpp Clean-up includes 2015-05-06 23:45:06 -03:00
config_mem.h HLE: Properly initialize and shutdown remaining modules. 2015-05-01 18:27:05 -04:00
coprocessor.cpp License change 2014-12-20 21:20:24 -08:00
function_wrappers.h Thread: Implement priority boost for starved threads. 2015-04-09 19:05:21 -04:00
hle.cpp HLE: Clean up SVC dispatch mechanism 2015-05-06 00:24:39 -03:00
hle.h Move typedefs from kernel.h to more appropriate places 2015-05-06 23:45:05 -03:00
result.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
shared_page.cpp Clean-up includes 2015-05-06 23:45:06 -03:00
shared_page.h HLE: Properly initialize and shutdown remaining modules. 2015-05-01 18:27:05 -04:00
svc.cpp Fix printf format warning 2015-05-07 15:45:22 -03:00
svc.h HLE: Clean up SVC dispatch mechanism 2015-05-06 00:24:39 -03:00