Skip to content

Commit

Permalink
Add #if for now and rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
TheIndra55 committed Dec 11, 2021
1 parent 77fd5ae commit 2c4f85e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Hooking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ Hooking::Hooking()

InstallControlHooks();
InstallCameraHooks();

#if TRAE // TODO
InstallSoundHooks();
#endif

Game::Initialize();

Expand Down
4 changes: 4 additions & 0 deletions docs/notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
future todo

- should replace all offload code with custom cdc::FileSystem
- being able to replace some section types by id e.g. textures without entire drm
File renamed without changes.
File renamed without changes.

0 comments on commit 2c4f85e

Please sign in to comment.