Address review and fix broken yuzu-tester build

This commit is contained in:
James Rowe 2020-03-24 22:57:36 -06:00
parent b37d69e5e1
commit c935a1a475
11 changed files with 83 additions and 102 deletions

View file

@ -30,7 +30,7 @@ public:
class Scoped {
public:
Scoped(GraphicsContext& context_) : context(context_) {
explicit Scoped(GraphicsContext& context_) : context(context_) {
context.MakeCurrent();
}
~Scoped() {