Commit 54e9f9b6 authored by Lioncash's avatar Lioncash
Browse files

yuzu/bootmanager: Replace unnnecessary constructor initializer list member of GGLContext

The default constructor will always run, even when not specified, so
this is redundant.

However, the context member can indeed be initialized in the constructor
initializer list.
parent 52e43734
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment