yuzu/src
David Marcec 2534af040e Fixed missing return
Softlock explanation:
after effects are initialized in smo, nothing actually changes the state. It expects the state to always be initialized. With the previous testing, updating the states much like how we handle the memory pools continue to have the softlock(which is why I said it probably wasn't effects) after further examination it seems like effects need to be initialized but the state remains unchanged until further notice. For now, assertions are added for the aux buffers to see if they update, unable to check as I haven't gotten smo to actually update them yet.
2018-10-07 14:19:55 +11:00
..
audio_core Fixed missing return 2018-10-07 14:19:55 +11:00
common Merge pull request #1332 from FearlessTobi/port-web-backend 2018-10-06 02:43:09 -04:00
core Merge pull request #1332 from FearlessTobi/port-web-backend 2018-10-06 02:43:09 -04:00
input_common Port #4141 from citra: Joystick hotplug support (#1275) 2018-09-10 21:29:59 -04:00
tests kernel/process: Make data member variables private 2018-09-30 02:30:01 -04:00
video_core gl_rasterizer: Implement quads topology 2018-10-04 00:03:44 -03:00
web_service Review comments - part 5 2018-10-02 16:04:10 +02:00
yuzu qt: Update telemetry links 2018-10-06 03:16:39 -04:00
yuzu_cmd Review comments - part 3 2018-10-02 15:30:48 +02:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Port web_service from Citra 2018-10-02 15:30:48 +02:00