mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-10 19:01:53 +00:00
Change setup_result's visibility to protected
This commit is contained in:
parent
b76d2871a5
commit
b5af730a05
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ namespace ultramodern {
|
|||
virtual float get_resolution_scale() const = 0;
|
||||
virtual void load_shader_cache(std::span<const char> cache_binary) = 0;
|
||||
|
||||
private:
|
||||
protected:
|
||||
SetupResult setup_result;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue