mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 13:20:04 +00:00
commit
d35a7a8e23
4 changed files with 13 additions and 11 deletions
|
@ -113,7 +113,7 @@ out gl_PerVertex {
|
|||
}
|
||||
|
||||
PicaFSConfig PicaFSConfig::BuildFromRegs(const Pica::Regs& regs) {
|
||||
PicaFSConfig res;
|
||||
PicaFSConfig res{};
|
||||
|
||||
auto& state = res.state;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue