early-access version 1313
This commit is contained in:
parent
0a785f3bd7
commit
195e4aeb50
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 1312.
|
||||
This is the source code for early-access 1313.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
|
|
@ -67,8 +67,10 @@ else()
|
|||
-Werror=implicit-fallthrough
|
||||
-Werror=missing-declarations
|
||||
-Werror=reorder
|
||||
-Werror=switch
|
||||
-Werror=uninitialized
|
||||
-Werror=unused-result
|
||||
-Werror=unused-variable
|
||||
-Wextra
|
||||
-Wmissing-declarations
|
||||
-Wno-attributes
|
||||
|
|
Loading…
Reference in a new issue