destoer-emu / albion

multi system emulator
BSD 3-Clause "New" or "Revised" License
22 stars 2 forks source link

[N64] Implement most of CP0, couple other fixes #7

Closed TheCurle closed 4 months ago

TheCurle commented 4 months ago

Passes all of the CP0 test ROMS.

SDL2 is downloaded automatically, removing the need for hardcoded paths.

SPDLog is now included, for easier control over log output levels than is afforded by the current write_log function (which can either log or not log), as spdlog allows six different write levels and filtering out log writes that aren't in the current log output level.

Some simple prints are wired in during initialization to demonstrate how spdlog works.

destoer commented 4 months ago

lgtm!