Skip to content

Commit 8ef921f

Browse files
committed
fuck renderer
1 parent 473dfb3 commit 8ef921f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

mods/Levels/PS1_TrackROM/buildList.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ common, exe, VehBirth_SetConsts, 0x0, src/engine_stats.c
3939
common, exe, MEMCARD_Save, 0x0, src/memcard_save_hook.c
4040
common, exe, LOAD_DriverMPK, 0x0, src/load_drivers.c
4141
common, exe, VehBirth_GetModelByName, 0x0, src/search_model.c
42+
common, exe, MainDB_GetClipSize, 0x0, src/clip_buffer.c
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#include "utils.h"
2+
3+
#include <common.h>
4+
5+
int PatchClipBufferSize(int levelID)
6+
{
7+
return 0x4000;
8+
}

0 commit comments

Comments
 (0)