mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-26 04:39:51 -04:00
comment out these patches for now TODO mat yeah
This commit is contained in:
parent
29b98b3b4b
commit
fd0109e408
2 changed files with 2 additions and 2 deletions
loader/src/hooks
|
@ -38,7 +38,7 @@ $execute {
|
|||
// geode::base::getCocos() + 0x1225DC = MessageBoxW in .idata
|
||||
if (LoaderImpl::get()->isForwardCompatMode()) return;
|
||||
|
||||
#if GEODE_COMP_GD_VERSION == 22040
|
||||
#if 0 // TODO: mat GEODE_COMP_GD_VERSION == 22040
|
||||
const uint32_t importedMessageBoxA = geode::base::getCocos() + 0x122600;
|
||||
|
||||
ByteVector p = {
|
||||
|
|
|
@ -38,7 +38,7 @@ $execute {
|
|||
if (LoaderImpl::get()->isForwardCompatMode()) return;
|
||||
|
||||
// BitmapDC::~BitmapDC
|
||||
#if GEODE_COMP_GD_VERSION == 22040
|
||||
#if 0 // TODO: mat GEODE_COMP_GD_VERSION == 22040
|
||||
patchCall(0xC9A56, (uintptr_t)&RemoveFontResourceWHook);
|
||||
|
||||
// BitmapDC::setFont
|
||||
|
|
Loading…
Add table
Reference in a new issue