mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-16 08:58:24 +01:00
Renammed hook_<renderer> to start_hook
This commit is contained in:
parent
2fe5e90294
commit
4d3c355fcc
10 changed files with 13 additions and 13 deletions
|
|
@ -21,7 +21,7 @@ private:
|
|||
DX9_Hook();
|
||||
virtual ~DX9_Hook();
|
||||
|
||||
void hook_dx9(UINT SDKVersion);
|
||||
void start_hook();
|
||||
void resetRenderState();
|
||||
void prepareForOverlay(IDirect3DDevice9* pDevice);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue