goldberg_emulator/overlay_experimental
Nemirtingas 5b0306dccc Moved window hooks to its own class
Every class has a job. Overlay is to show an overlay not to hook windows functions.
Hook_Manager's job is to manage hooks and should not contain a reference to the overlay. (It should not contains any reference to directX or OpenGL either but I'll see that later... Maybe)
This makes the overlay code much cleaner and "could" be used in Linux as well.
2019-08-18 16:22:07 +02:00
..
Base_Hook.cpp Use LoadLibrary instead of LoadModule 2019-08-18 16:19:28 +02:00
Base_Hook.h Use LoadLibrary instead of LoadModule 2019-08-18 16:19:28 +02:00
DirectX_VTables.h Added DirectX hooks 2019-07-25 23:21:03 +02:00
DX9_Hook.cpp Moved window hooks to its own class 2019-08-18 16:22:07 +02:00
DX9_Hook.h Fixed everything that I've forgot 2019-08-16 19:21:30 +02:00
DX10_Hook.cpp Moved window hooks to its own class 2019-08-18 16:22:07 +02:00
DX10_Hook.h Fixed everything that I've forgot 2019-08-16 19:21:30 +02:00
DX11_Hook.cpp Moved window hooks to its own class 2019-08-18 16:22:07 +02:00
DX11_Hook.h Fixed everything that I've forgot 2019-08-16 19:21:30 +02:00
DX12_Hook.cpp Moved window hooks to its own class 2019-08-18 16:22:07 +02:00
DX12_Hook.h Fixed everything that I've forgot 2019-08-16 19:21:30 +02:00
Hook_Manager.cpp Moved window hooks to its own class 2019-08-18 16:22:07 +02:00
Hook_Manager.h Moved window hooks to its own class 2019-08-18 16:22:07 +02:00
ImGui_ShaderBlobs.cpp Added support for dynamic d3dcompile load 2019-08-02 09:06:59 +02:00
ImGui_ShaderBlobs.h Added support for dynamic d3dcompile load 2019-08-02 09:06:59 +02:00
notification.h Notification sound when something happen 2019-08-16 18:31:56 +02:00
OpenGL_Hook.cpp Moved window hooks to its own class 2019-08-18 16:22:07 +02:00
OpenGL_Hook.h Removed inline 2019-08-16 19:32:32 +02:00
steam_overlay.cpp Moved window hooks to its own class 2019-08-18 16:22:07 +02:00
steam_overlay.h Moved window hooks to its own class 2019-08-18 16:22:07 +02:00
Windows_Hook.cpp Moved window hooks to its own class 2019-08-18 16:22:07 +02:00
Windows_Hook.h Moved window hooks to its own class 2019-08-18 16:22:07 +02:00