Files
P3DS-test/include
Wunkolo 2c57936c50 Fix EmulatorConfig initialization order
`config` was being consumed much too early before it has a chance to
call `load`. This caused GPU to read weird uninitialized data, and then
`load` called, and then further initialization to occur based on default
data and the data inside of `config.toml`. `EmulatorConfig` needs to be
loaded in first before any sort of initialization happens, by adding a
new constructor so that it can be initialized sooner.
2023-07-17 10:23:19 -07:00
..
2023-06-27 18:08:57 +03:00
2023-06-16 20:09:37 +02:00
2023-07-17 09:34:10 -07:00
2023-07-11 03:08:12 +03:00
2023-04-18 20:42:17 +03:00
2022-09-28 19:05:03 +03:00
2023-07-08 19:35:59 +03:00
2023-07-10 12:33:37 -07:00
2023-06-27 01:49:12 +03:00
2023-07-17 10:13:34 -07:00
2023-05-01 20:37:48 +03:00