From 60b237e8f976412c4aa12658ef5598918607db7a Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 13 Jan 2024 18:58:49 -0500 Subject: [PATCH] Fixes --- LEGO1/library_msvc.h | 24 ++++++++++++++++++++++++ LEGO1/mxdirectx/mxdirect3d.h | 11 +++++++++-- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/LEGO1/library_msvc.h b/LEGO1/library_msvc.h index 870eef8b..d2ef5367 100644 --- a/LEGO1/library_msvc.h +++ b/LEGO1/library_msvc.h @@ -40,6 +40,21 @@ // LIBRARY: LEGO1 0x1008b608 // __ftol +// LIBRARY: LEGO1 0x1008b780 +// _fwrite + +// LIBRARY: LEGO1 0x1008b950 +// _fread + +// LIBRARY: LEGO1 0x1008bbd0 +// _fclose + +// LIBRARY: LEGO1 0x1008bdd0 +// _ftell + +// LIBRARY: LEGO1 0x1008bff0 +// _fopen + // LIBRARY: LEGO1 0x1008c010 // _strncpy @@ -49,6 +64,12 @@ // LIBRARY: LEGO1 0x1008c1e0 // __spawnl +// LIBRARY: LEGO1 0x1008c200 +// _sscanf + +// LIBRARY: LEGO1 0x1008c5c0 +// _fseek + // LIBRARY: ISLE 0x4081e0 // _srand @@ -65,4 +86,7 @@ // LIBRARY: LEGO1 0x100d1ed0 // _strnicmp +// LIBRARY: LEGO1 0x100d2130 +// _vsprintf + #endif diff --git a/LEGO1/mxdirectx/mxdirect3d.h b/LEGO1/mxdirectx/mxdirect3d.h index f0c87c69..ab572c54 100644 --- a/LEGO1/mxdirectx/mxdirect3d.h +++ b/LEGO1/mxdirectx/mxdirect3d.h @@ -158,11 +158,15 @@ struct MxDriver { // List::~List // Compiler-generated copy ctor -// Part of this function are two more synthetic sub-routines, -// LEGO1 0x1009c400 and LEGO1 0x1009c460 // SYNTHETIC: LEGO1 0x1009c290 // MxDriver::MxDriver +// SYNTHETIC: LEGO1 0x1009c400 +// list >::insert + +// SYNTHETIC: LEGO1 0x1009c460 +// list >::insert + // SYNTHETIC: LEGO1 0x1009d450 // MxDriver::`scalar deleting destructor' @@ -223,4 +227,7 @@ class MxDeviceEnumerate { // SIZE 0x14 class MxDeviceEnumerate100d9cc8 : public MxDeviceEnumerate {}; +// SYNTHETIC: LEGO1 0x1007b590 +// MxDeviceEnumerate100d9cc8::~MxDeviceEnumerate100d9cc8 + #endif // MXDIRECT3D_H