Implement samyuu's wireframe injection; Pro Lag Compensation

This commit is contained in:
nastys
2021-03-29 01:22:27 +02:00
parent a14f11f7dc
commit 6642a9bb20
5 changed files with 213 additions and 62 deletions
@@ -40,6 +40,8 @@ namespace TLAC::Components
Input::Binding* CoinBinding;
Input::Binding* WireframeBinding;
InputEmulator();
~InputEmulator();
@@ -111,5 +113,6 @@ namespace TLAC::Components
void addCoin();
void toggleNpr1();
void toggleWireframe();
};
}