Skip to content

Commit

Permalink
Update to match bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5abe committed Aug 7, 2024
1 parent fc286c1 commit 02390cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/FMODAudioEngine.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class $modify(PSFMODAudioEngine, FMODAudioEngine) {
struct Fields {
bool m_disableFadeOutMusic;
bool m_disableLoadMusic;
FMOD::Channel* m_backgroundMusicChannelBackup;
FMOD::ChannelGroup* m_backgroundMusicChannelBackup;
gd::unordered_map<int,float> m_unkMapIntFloat7Backup;
gd::unordered_map<int,float> m_unkMapIntFloat8Backup;
gd::unordered_map<int,float> m_unkMapIntFloat9Backup;
Expand Down

0 comments on commit 02390cb

Please sign in to comment.