Wunk d2bd58287c
shader_jit/tests: Test both the shader interpreter and jit (#72)
* shader_jit/tests: Test both the shader interpreter and jit

Uses Catch2's `TEMPLATE_TEST_CASE`-feature to test both the JIT and the
interpreter.

* shader_jit/tests: Use generator-expressions for nested-loop test cases

Tests more permutations of inputs than just the two it had before

* shader/tests: Refactor `shader_jit` tests to just `shader` tests

Since these tests will test both the interpreter and the jit, they are no longer jit-specific tests and are more general shader-tests.

* shaders/tests: Disable Nested-Loop `ShaderInterpreterTest` test

Restoring loop-state on nested loops is bugged on the ShaderInterpreter.

* shader/tests: Fix Nested Loop generator expressions
2024-07-04 08:42:31 +02:00
2024-03-05 09:43:31 +01:00
2024-05-08 11:30:57 +02:00
2017-02-17 13:52:23 +02:00
2018-09-22 14:59:15 -06:00
2024-03-05 09:43:31 +01:00
2024-03-05 12:39:15 +01:00
Description
A Nintendo 3DS Emulator
Readme 63 MiB
Languages
cpp 64.5%
C++ 31.1%
Kotlin 3.5%
CMake 0.6%
GLSL 0.2%