mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-19 22:27:52 -05:00
aes_util: Make CalculateNintendoTweak() an internally linked function
This function doesn't directly depend on class state, so it can be hidden entirely from the interface in the cpp file.
This commit is contained in:
@ -56,7 +56,5 @@ public:
|
||||
|
||||
private:
|
||||
std::unique_ptr<CipherContext> ctx;
|
||||
|
||||
static std::vector<u8> CalculateNintendoTweak(size_t sector_id);
|
||||
};
|
||||
} // namespace Core::Crypto
|
||||
|
Reference in New Issue
Block a user