mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 08:07:52 -05:00
service/vi/vi_layer: Convert Layer struct into a class
Like the previous changes made to the Display struct, this prepares the Layer struct for changes to its interface. Given Layer will be given more invariants in the future, we convert it into a class to better signify that.
This commit is contained in:
@ -29,7 +29,7 @@ class Module;
|
||||
|
||||
namespace Service::VI {
|
||||
class Display;
|
||||
struct Layer;
|
||||
class Layer;
|
||||
} // namespace Service::VI
|
||||
|
||||
namespace Service::NVFlinger {
|
||||
|
Reference in New Issue
Block a user