early-access version 2473

This commit is contained in:
pineappleEA
2022-02-03 09:30:22 +01:00
parent 81511b6594
commit 4a8416cc11
21 changed files with 229 additions and 151 deletions

View File

@@ -28,10 +28,10 @@ class Layer;
/// Represents a single display type
class Display {
public:
YUZU_NON_COPYABLE(Display);
YUZU_NON_MOVEABLE(Display);
public:
/// Constructs a display with a given unique ID and name.
///
/// @param id The unique ID for this display.