ppsspp/unittest
Henrik Rydgård 349b73acec
Move the resampler usage to a common file, AudioCommon. (#17176)
* Move the resampler usage to a common file, AudioCommon.

Ports that don't want to use the resampler can now simply exclude that
file and provide their own implementation. Next up, libretro will be
converted to do it that way.

* Android.mk typo

* libretro makefile fix

* libretro buildfix

* libretro: try a different approach for the temporary solution

* duh

* double duh
2023-03-24 17:19:57 +01:00
..
JitHarness.cpp Remove System_SendMessage! 2023-03-22 23:52:51 +01:00
JitHarness.h Add some jit benchmarking code. 2014-11-07 22:40:28 -08:00
TestArm64Emitter.cpp Global: Set many read-only params as const. 2022-12-10 21:13:36 -08:00
TestArmEmitter.cpp Global: Set many read-only params as const. 2022-12-10 21:13:36 -08:00
TestIRPassSimplify.cpp irjit: Correct another PurgeTemps case. 2022-07-27 19:38:16 -07:00
TestRiscVEmitter.cpp riscv: Add disassembler. 2023-01-01 10:28:53 -08:00
TestShaderGenerators.cpp Headless buildfix. Crashfix in shader generator test. 2022-12-01 22:49:00 +01:00
TestSoftwareGPUJit.cpp softgpu: Remove std::function usage. 2022-12-06 19:15:57 -08:00
TestThreadManager.cpp ThreadManager: Add a simple priority field. 2023-02-02 17:08:24 -08:00
TestVertexJit.cpp vertexjit: Simplify CPU core check. 2023-02-28 07:03:12 -08:00
TestVertexJit.h Initial structure for vertexjit tests. 2015-07-03 15:25:40 -07:00
TestX64Emitter.cpp unittest: Prevent assert running without AVX. 2023-03-12 13:01:08 -07:00
UnitTest.cpp Move the resampler usage to a common file, AudioCommon. (#17176) 2023-03-24 17:19:57 +01:00
UnitTest.h Add comments, re-enable remaining tests (they do work, just forgot to add expected values) 2023-02-11 01:11:02 +01:00
UnitTests.vcxproj Build: Cleanup some MSVC optimization settings. 2023-02-26 11:27:46 -08:00
UnitTests.vcxproj.filters riscv: Add a simple unit test. 2022-08-28 06:03:31 -07:00