[ckernel] split by game version (#1559)

* temp

* split up kprint, other than format

* start kmachine

* split kmachine

* split kscheme

* split klink

* split klisten

* split remaining

* jak2 ckernel gets to nokernel loop
This commit is contained in:
water111
2022-06-26 18:17:11 -04:00
committed by GitHub
parent 3b177d47c0
commit e630b50690
135 changed files with 7733 additions and 3159 deletions
+1
View File
@@ -518,6 +518,7 @@ bool Debugger::write_memory(const u8* src_buffer, int size, u32 goal_addr) {
void Debugger::read_symbol_table() {
// todo: this assumes many things specific to jak 1.
using namespace jak1_symbols;
using namespace jak1;
ASSERT(is_valid() && is_attached() && is_halted());
u32 bytes_read = 0;
u32 reads = 0;