Skip to content

Commit 870eb8a

Browse files
abnormalharedbalatoni13
authored andcommitted
Implement (not complete) every function in eStreamingPack (most are complete)
1 parent 5bd7944 commit 870eb8a

File tree

8 files changed

+574
-7
lines changed

8 files changed

+574
-7
lines changed

config/GOWE69/symbols.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23664,7 +23664,8 @@ lbl_803DD890 = .rodata:0x803DD890; // type:object size:0x3 data:string
2366423664
lbl_803DD894 = .rodata:0x803DD894; // type:object size:0x5 data:string
2366523665
lbl_803DD89C = .rodata:0x803DD89C; // type:object size:0x60
2366623666
lbl_803DD8FC = .rodata:0x803DD8FC; // type:object size:0x10 data:string
23667-
lbl_803DD90C = .rodata:0x803DD90C; // type:object size:0x1C
23667+
lbl_803DD90C = .rodata:0x803DD90C; // type:object size:0xF data:string
23668+
lbl_803DD91C = .rodata:0x803DD91C; // type:object size:0xA data:string
2366823669
lbl_803DD928 = .rodata:0x803DD928; // type:object size:0x8 align:4 data:float
2366923670
lbl_803DD930 = .rodata:0x803DD930; // type:object size:0x1C
2367023671
lbl_803DD94C = .rodata:0x803DD94C; // type:object size:0x4 align:4 data:float

src/Speed/Indep/Src/Ecstasy/EcstasyE.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ EVIEWMODE eGetCurrentViewMode();
1515
void SetupSceneryCullInfoPlat(eView *view, struct SceneryCullInfo &info);
1616
void SetParticleSystemStats(int num_particles, int max_num_particles, int num_particle_textures, int max_num_particle_textures, int num_emitters,
1717
int max_num_emitters, int num_groups, int max_num_groups);
18+
void eWaitUntilRenderingDone();
1819

1920
#endif

0 commit comments

Comments
 (0)