mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 15:35:45 -04:00
Achievements: Switch to rc_client
This commit is contained in:
@ -325,14 +325,25 @@ void Host::SetMouseMode(bool relative, bool hide_cursor)
|
||||
//
|
||||
}
|
||||
|
||||
#ifdef WITH_CHEEVOS
|
||||
void Host::OnAchievementsLoginRequested(Achievements::LoginRequestReason reason)
|
||||
{
|
||||
// noop
|
||||
}
|
||||
|
||||
void Host::OnAchievementsLoginSuccess(const char* username, u32 points, u32 sc_points, u32 unread_messages)
|
||||
{
|
||||
// noop
|
||||
}
|
||||
|
||||
void Host::OnAchievementsRefreshed()
|
||||
{
|
||||
// noop
|
||||
}
|
||||
|
||||
#endif
|
||||
void Host::OnAchievementsHardcoreModeChanged()
|
||||
{
|
||||
// noop
|
||||
}
|
||||
|
||||
std::optional<u32> InputManager::ConvertHostKeyboardStringToCode(const std::string_view& str)
|
||||
{
|
||||
|
Reference in New Issue
Block a user