mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 07:55:46 -04:00
HostInterface: Add OpenPackageFile method
This commit is contained in:
@ -133,6 +133,10 @@ public:
|
||||
/// Returns true if any BIOS images are found in the configured BIOS directory.
|
||||
bool HasAnyBIOSImages();
|
||||
|
||||
/// Opens a file in the DuckStation "package".
|
||||
/// This is the APK for Android builds, or the program directory for standalone builds.
|
||||
virtual std::unique_ptr<ByteStream> OpenPackageFile(const char* path, u32 flags) = 0;
|
||||
|
||||
virtual void OnRunningGameChanged();
|
||||
virtual void OnSystemPerformanceCountersUpdated();
|
||||
|
||||
|
Reference in New Issue
Block a user