yuzu/src/core/hle/kernel
archshift ef24e72b26 Asserts: break/crash program, fit to style guide; log.h->assert.h
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)

Also removed some GEKKO cruft.
2015-02-10 18:30:31 -08:00
..
address_arbiter.cpp Kernel: Stop creating useless Handles during object creation 2015-02-02 15:37:09 -02:00
address_arbiter.h Kernel: Stop creating useless Handles during object creation 2015-02-02 15:37:09 -02:00
event.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
event.h Kernel: Stop creating useless Handles during object creation 2015-02-02 15:37:09 -02:00
kernel.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
kernel.h Kernel: Make WaitObjects share ownership of Threads waiting on them 2015-02-02 15:37:08 -02:00
mutex.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
mutex.h Mutex: Locks should be recursive. 2015-02-09 22:06:09 -05:00
semaphore.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
semaphore.h Explicitly instantiate constructors/destructors for Kernel objects 2015-02-02 15:37:07 -02:00
session.cpp Explicitly instantiate constructors/destructors for Kernel objects 2015-02-02 15:37:07 -02:00
session.h Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
shared_memory.cpp Kernel: Stop creating useless Handles during object creation 2015-02-02 15:37:09 -02:00
shared_memory.h Kernel: Stop creating useless Handles during object creation 2015-02-02 15:37:09 -02:00
thread.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
thread.h Scheduler refactor Pt. 1 2015-02-09 21:47:12 -08:00
timer.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
timer.h Kernel: Stop creating useless Handles during object creation 2015-02-02 15:37:09 -02:00