yuzu/src/core/hle/kernel
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
..
address_arbiter.cpp
address_arbiter.h
event.cpp
event.h
kernel.cpp Kernel: Remove unused g_main_thread variable 2015-05-08 22:12:12 -03:00
kernel.h
mutex.cpp
mutex.h
process.cpp Common: Remove the BIT macro 2015-05-09 18:16:46 -03:00
process.h Process: Rename StaticAddressMapping => AddressMapping 2015-05-08 22:12:10 -03:00
semaphore.cpp
semaphore.h
session.cpp
session.h Memory: Re-organize and rename memory area address constants 2015-05-09 01:29:52 -03:00
shared_memory.cpp
shared_memory.h
thread.cpp Memory: Re-organize and rename memory area address constants 2015-05-09 01:29:52 -03:00
thread.h Kernel: Remove unused g_main_thread variable 2015-05-08 22:12:12 -03:00
timer.cpp
timer.h