mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
OGL: Fix brace and body placements
Also got rid of void argument specifiers. These are a carryover from C.
This commit is contained in:
parent
d5d5580424
commit
960b54670c
16 changed files with 221 additions and 90 deletions
|
@ -42,7 +42,8 @@
|
|||
// There may be multiple XFBs in GameCube RAM. This is the maximum number to
|
||||
// virtualize.
|
||||
|
||||
namespace OGL {
|
||||
namespace OGL
|
||||
{
|
||||
|
||||
struct XFBSource : public XFBSourceBase
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue