Files
UnleashedRecomp-hedge-dev/UnleashedRecomp/patches/inspire_patches.h
T
Skyth (Asilkan) dd294a30d4 Fix achievement sound not playing in certain conditions. (#373)
* Fix achievement sound not playing in cutscenes.

* Prevent achievement overlay from showing if sounds cannot be played.
2025-02-11 23:50:24 +03:00

11 lines
140 B
C++

#pragma once
class InspirePatches
{
public:
static std::string s_sceneName;
static void DrawDebug();
static void Update();
};