ppsspp/headless
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
..
Compare.cpp Global: Cleanup virtual/override specifiers. 2022-12-10 21:13:36 -08:00
Compare.h headless: Allow screenshot to not be 512x272. 2022-10-18 21:33:47 -07:00
Headless.cpp Move the resampler usage to a common file, AudioCommon. (#17176) 2023-03-24 17:19:57 +01:00
headless.txt Make headless take arguments like a standard cli. 2012-11-24 21:59:38 -08:00
Headless.vcxproj Headless: Generate a difference highlighting png. 2021-11-07 11:05:17 -08:00
Headless.vcxproj.filters BuildFix 2020-01-14 08:19:44 +08:00
SDLHeadlessHost.cpp Remove InitGraphics/ShutdownGraphics from Host, except for headless 2023-03-21 22:47:20 +01:00
SDLHeadlessHost.h Remove InitGraphics/ShutdownGraphics from Host, except for headless 2023-03-21 22:47:20 +01:00
StubHost.cpp headless: Use display buf for compare screenshot. 2022-09-20 14:05:50 -07:00
StubHost.h Remove InitGraphics/ShutdownGraphics from Host, except for headless 2023-03-21 22:47:20 +01:00
WindowsHeadlessHost.cpp Remove InitGraphics/ShutdownGraphics from Host, except for headless 2023-03-21 22:47:20 +01:00
WindowsHeadlessHost.h Remove InitGraphics/ShutdownGraphics from Host, except for headless 2023-03-21 22:47:20 +01:00