- Oct 12, 2016
-
-
wwylele authored
-
- Oct 05, 2016
-
-
bunnei authored
Debugger: implement wait tree widget
-
- Oct 04, 2016
- Oct 02, 2016
- Sep 30, 2016
-
-
Yuri Kunde Schlesner authored
OpenGL: Take cached viewport sub-rect into account for scissor
-
Yuri Kunde Schlesner authored
Fixes #1938
-
- Sep 29, 2016
-
-
wwylele authored
the old implementation modifies the loop variable in the loop. Though it actually works, it is really confusing. Makes it morereadable now.
-
wwylele authored
previous commits changes the behaviour of interrupt when meeting invalid params. Regresses to the same behaviour as before needs more hwtest
-
wwylele authored
prevent further operation with invalid values which may cause assertion failure or divided by zero. needs more hwtest
-
wwylele authored
RasterizerCachedMemory doesn't has pointer but should be considered as valid
-
wwylele authored
The old code indented too much to read. Split into functions and do general cleanup.
-
wwylele authored
-
- Sep 23, 2016
-
-
bunnei authored
Qt: shutdown system if error on loading ROM
-
- Sep 22, 2016
- Sep 21, 2016
-
-
Yuri Kunde Schlesner authored
Add clang-format as part of our {commit,travis}-time checks
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
Travis: Fix OS X build
-
Yuri Kunde Schlesner authored
Probably due to additional Travis caching, cmake is now already installed when the script runs. This causes the unlink to remove the symlink to the executable, which is then not re-added by the install (since it's already installed).
-
Emmanuel Gil Peyrot authored
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
-
- Sep 19, 2016
-
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
- Sep 18, 2016
-
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
- Sep 16, 2016
-
-
Yuri Kunde Schlesner authored
VideoCore: Fix dangling lambda context in shader interpreter
-
Yuri Kunde Schlesner authored
The static meant that after the first execution, these lambda context would be pointing to a random location on the stack. Fixes a random crash when using the interpreter.
-
Yuri Kunde Schlesner authored
Interface ARM CPU JIT (Dynarmic)
-