mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 14:05:46 -04:00
Android: Scan on background thread and show progress
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
#include "android_settings_interface.h"
|
||||
#include "common/event.h"
|
||||
#include "common/progress_callback.h"
|
||||
#include "frontend-common/common_host_interface.h"
|
||||
#include <array>
|
||||
#include <atomic>
|
||||
@ -49,7 +50,7 @@ public:
|
||||
void SetControllerButtonState(u32 index, s32 button_code, bool pressed);
|
||||
void SetControllerAxisState(u32 index, s32 button_code, float value);
|
||||
|
||||
void RefreshGameList(bool invalidate_cache, bool invalidate_database);
|
||||
void RefreshGameList(bool invalidate_cache, bool invalidate_database, ProgressCallback* progress_callback);
|
||||
void ApplySettings(bool display_osd_messages);
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user