Remove STUB from function

This commit is contained in:
Christian Semmler 2024-02-04 09:23:46 -05:00
parent aa8acf88cf
commit 1dd932e1d9

View File

@ -611,7 +611,7 @@ MxDeviceEnumerate::DirectDrawEnumerateCallback(LPGUID p_guid, LPSTR p_driverDesc
return deviceEnumerate->EnumDirectDrawCallback(p_guid, p_driverDesc, p_driverName); return deviceEnumerate->EnumDirectDrawCallback(p_guid, p_driverDesc, p_driverName);
} }
// STUB: LEGO1 0x1009c730 // FUNCTION: LEGO1 0x1009c730
const char* MxDeviceEnumerate::EnumerateErrorToString(HRESULT p_error) const char* MxDeviceEnumerate::EnumerateErrorToString(HRESULT p_error)
{ {
switch (p_error) { switch (p_error) {