mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 20:17:03 +00:00
Remove athena from Runtime, use raw zlib in bintoc rather than gzip
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
namespace metaforce::MP1 {
|
||||
struct CTweakPlayerControl final : Tweaks::ITweakPlayerControl {
|
||||
std::array<ControlMapper::EFunctionList, 67> m_mappings;
|
||||
[[nodiscard]] ControlMapper::EFunctionList GetMapping(atUint32 command) const override { return m_mappings[command]; }
|
||||
[[nodiscard]] ControlMapper::EFunctionList GetMapping(u32 command) const override { return m_mappings[command]; }
|
||||
CTweakPlayerControl() = default;
|
||||
CTweakPlayerControl(CInputStream& reader);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user