CommonHostInterface: Move fonts/logo to resources directory

This commit is contained in:
Connor McLaughlin
2021-08-09 23:56:17 +10:00
parent c4f0dafb1f
commit 4f190aa902
11 changed files with 108 additions and 10098 deletions

View File

@ -1,7 +1,9 @@
#pragma once
#include "common/types.h"
#include <string>
#include <memory>
class HostDisplayTexture;
class CommonHostInterface;
class SettingsInterface;
struct Settings;
@ -60,6 +62,7 @@ void Render();
bool IsBindingInput();
bool HandleKeyboardBinding(const char* keyName, bool pressed);
std::unique_ptr<HostDisplayTexture> LoadTextureResource(const char* name, bool allow_fallback = true);
bool InvalidateCachedTexture(const std::string& path);
// Returns true if the message has been dismissed.