Full rewrite
- Removed csflow, as its basically not getting used when high optimization is needed - Fully rewrote radarflow dma logic. - Speed increase from 20hz to over 130 hz over pcileech, thanks to scatter reads and improved caching - Removed docs, because those were for csflow, which is now removed
This commit is contained in:
5
src/enums/mod.rs
Executable file
5
src/enums/mod.rs
Executable file
@@ -0,0 +1,5 @@
|
||||
mod teamid;
|
||||
mod player_type;
|
||||
|
||||
pub use teamid::TeamID;
|
||||
pub use player_type::PlayerType;
|
||||
Reference in New Issue
Block a user