mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-16 11:48:28 +12:00
Remove cemuhook and fix exports (#73)
This commit is contained in:
parent
fb76d714f2
commit
ca78b92718
35 changed files with 38 additions and 792 deletions
|
@ -1003,7 +1003,7 @@ void LatteRenderTarget_copyToBackbuffer(LatteTextureView* textureView, bool isPa
|
|||
g_renderer->ImguiEnd();
|
||||
}
|
||||
|
||||
bool DLLEXPORT alwaysDisplayDRC = false;
|
||||
bool alwaysDisplayDRC = false;
|
||||
bool ctrlTabHotkeyPressed = false;
|
||||
|
||||
void LatteRenderTarget_itHLECopyColorBufferToScanBuffer(MPTR colorBufferPtr, uint32 colorBufferWidth, uint32 colorBufferHeight, uint32 colorBufferSliceIndex, uint32 colorBufferFormat, uint32 colorBufferPitch, Latte::E_HWTILEMODE colorBufferTilemode, uint32 colorBufferSwizzle, uint32 renderTarget)
|
||||
|
|
|
@ -425,12 +425,4 @@ void LatteTC_UnloadAllTextures()
|
|||
LatteTexture_Delete(itr);
|
||||
}
|
||||
LatteRenderTarget_unloadAll();
|
||||
}
|
||||
|
||||
/*
|
||||
* Asynchronous way to invalidate textures
|
||||
*/
|
||||
__declspec(dllexport) void gpu7Texture_forceInvalidateByImagePtr(MPTR imagePtr)
|
||||
{
|
||||
// deprecated. Texture cache heuristics are now good enough to detect moving frames
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue