mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-08-06 15:48:49 +00:00
Finished: Pikuma Linking multiple files (not applying to codebase only watched)
This commit is contained in:
@@ -7,8 +7,10 @@
|
||||
#endif
|
||||
|
||||
enum {
|
||||
PrimitiveBuff_Len = 4096,
|
||||
OrderingTbl_Len = 2048
|
||||
// PrimitiveBuff_Len = 4096,
|
||||
// OrderingTbl_Len = 2048,
|
||||
PrimitiveBuff_Len = 131072,
|
||||
OrderingTbl_Len = 8192,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user