summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Assets/WatchableFilesystemAssetLibrary.h
diff options
context:
space:
mode:
authoriwubcode <iwubcode@users.noreply.github.com>2024-07-04 17:39:21 -0500
committeriwubcode <iwubcode@users.noreply.github.com>2025-06-06 23:03:02 -0500
commitd940d62caecc9428ae42726575083b82e699e9f4 (patch)
tree77b82193651d99ffd06bb09b30753b0406ccd076 /Source/Core/VideoCommon/Assets/WatchableFilesystemAssetLibrary.h
parent7afa9e6c6f0653603b359abecd191012024e0019 (diff)
VideoCommon: watch texture pack folder for texture reloads (from dynamic input textures)
Diffstat (limited to 'Source/Core/VideoCommon/Assets/WatchableFilesystemAssetLibrary.h')
-rw-r--r--Source/Core/VideoCommon/Assets/WatchableFilesystemAssetLibrary.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Assets/WatchableFilesystemAssetLibrary.h b/Source/Core/VideoCommon/Assets/WatchableFilesystemAssetLibrary.h
new file mode 100644
index 0000000000..196d311397
--- /dev/null
+++ b/Source/Core/VideoCommon/Assets/WatchableFilesystemAssetLibrary.h
@@ -0,0 +1,14 @@
+// Copyright 2024 Dolphin Emulator Project
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#include "Common/FilesystemWatcher.h"
+#include "VideoCommon/Assets/CustomAssetLibrary.h"
+
+namespace VideoCommon
+{
+class WatchableFilesystemAssetLibrary : public CustomAssetLibrary, public Common::FilesystemWatcher
+{
+};
+} // namespace VideoCommon