You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/core
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.
10 years ago
..
arm Asserts: break/crash program, fit to style guide; log.h->assert.h 10 years ago
file_sys FS: Allow multiple instances of the same archive type to be open at once 10 years ago
hle Asserts: break/crash program, fit to style guide; log.h->assert.h 10 years ago
hw Asserts: break/crash program, fit to style guide; log.h->assert.h 10 years ago
loader FS: Allow multiple instances of the same archive type to be open at once 10 years ago
CMakeLists.txt Explicitly instantiate constructors/destructors for Kernel objects 10 years ago
core.cpp arm: Adios armemu 10 years ago
core.h arm: Clean up ARMul_State 10 years ago
core_timing.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 10 years ago
core_timing.h CoreTiming: Ported the CoreTiming namespace from PPSSPP 10 years ago
mem_map.cpp MemMap: Add support for DSP Read & Writes in the memory map 10 years ago
mem_map.h Move VAddr/PAddr typedefs to kernel.h 10 years ago
mem_map_funcs.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 10 years ago
settings.cpp License change 10 years ago
settings.h Merge pull request #526 from purpasmart96/citra_stubs 10 years ago
system.cpp Core: Fixed a crash and removed some unused variables. 10 years ago
system.h License change 10 years ago