Jonathan Wase
|
d2e9db3748
|
Fixed _savegpr etc. (#54)
* renamed func_XXX to _savegpr_XX
* renamed func_XXX to _restgpr_XX
* renamed func_XXX to _savefpr_XX
* renamed func_XXX to _restfpr_XX
* cleanup functions.h and moved intrisics to mwcc.h
* formatting
* cleanup functions.h
* fix bad-formatting from master
Co-authored-by: Julgodis <>
|
2021-01-02 23:15:12 -05:00 |
Pheenoh
|
609891bc25
|
adjust gameinfo sizing, rename inline register funcs
|
2021-01-02 19:09:04 -05:00 |
Pheenoh
|
458be4d8cb
|
more d_save funcs OK, initial map out of dcomifg_play_c and it's classes
|
2021-01-02 17:47:43 -05:00 |
Pheenoh
|
4c504d078d
|
run clang-format
|
2020-12-26 11:31:49 -05:00 |
Jonathan Wase
|
86f892c3d3
|
JKernel (#20)
* JKRDvdArchive.s split
* JKRMemArchive.s split
* JKRAramArchive.s split
* JKRCompArchive.s split
* JKRDecomp.s split
* JKRDvdRipper.s split
* JKRAramBlock.s split
* JKRAramHeap.s split
* JKRAramPiece.s split
* JKRAramStream.s split
* removed unused .s files
* JKRDvdAramRipper.s split
* JKRAram.s split
* cleanup and making vtables easier to debug
* fixed merge errors
* fixed JKRFileLoader::fetchVolumeName
Co-authored-by: Pheenoh <pheenoh@gmail.com>
|
2020-12-06 15:02:25 -05:00 |