mirror of
https://github.com/open-goal/jak-project
synced 2026-08-11 03:26:33 -04:00
[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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user