ppsspp/libretro
Nejsplitter e6b84a7f71
Some checks are pending
Build / build-windows (ARM64) (push) Waiting to run
Build / build-windows (x64) (push) Waiting to run
Build / build-uwp (push) Waiting to run
Build / test-windows (push) Blocked by required conditions
Build / build (./b.sh --headless --unittest --fat --no-png --no-sdl2, clang, clang++, test, macos, macos-latest) (push) Waiting to run
Build / build (./b.sh --headless --unittest, clang, clang++, test, clang-normal, ubuntu-latest) (push) Waiting to run
Build / build (./b.sh --headless --unittest, gcc, g++, gcc-normal, ubuntu-latest) (push) Waiting to run
Build / build (./b.sh --ios, clang, clang++, ios, ios, macos-latest) (push) Waiting to run
Build / build (./b.sh --libretro_android ppsspp_libretro, clang, clang++, android, android-libretro, ubuntu-latest) (push) Waiting to run
Build / build (./b.sh --qt, gcc, g++, qt, qt, ubuntu-latest) (push) Waiting to run
Build / build (cd android && ./ab.sh -j2 APP_ABI=arm64-v8a OPENXR=1, clang, clang++, android, android-vr, ubuntu-latest) (push) Waiting to run
Build / build (cd android && ./ab.sh -j2 APP_ABI=arm64-v8a UNITTEST=1 HEADLESS=1, clang, clang++, android, android-arm64, ubuntu-latest) (push) Waiting to run
Build / build (cd android && ./ab.sh -j2 APP_ABI=armeabi-v7a UNITTEST=1 HEADLESS=1, clang, clang++, android, android-arm32, ubuntu-latest) (push) Waiting to run
Build / build (cd android && ./ab.sh -j2 APP_ABI=x86_64 UNITTEST=1 HEADLESS=1, clang, clang++, android, android-x86_64, ubuntu-latest) (push) Waiting to run
Build / build (make -C libretro -f Makefile -j2, clang, clang++, libretro, clang-libretro, ubuntu-latest) (push) Waiting to run
Build / build (make -C libretro -f Makefile -j2, gcc, g++, libretro, gcc-libretro, ubuntu-latest) (push) Waiting to run
Build / test (macos-latest) (push) Blocked by required conditions
Build / test (ubuntu-latest) (push) Blocked by required conditions
Build / build_test_headless_alpine (push) Waiting to run
Generate Docker Layer / build (push) Waiting to run
[libretro] Expose "analog deadzone" and "analog sensitivity" options (#19540)
* [libretro] Expose "analog deadzone" option

* [libretro] Expose "analog deadzone" option

* Update libretro.cpp

* Update libretro.cpp

* Update libretro_core_options.h

* Update libretro.cpp

* Update libretro_core_options.h

* Update libretro_core_options.h

* Update libretro.cpp

* Update libretro_core_options.h

* Update libretro_core_options.h

* Update libretro_core_options.h

* Update libretro_core_options.h

* Update libretro_core_options.h
2024-10-22 23:20:17 +00:00
..
ext/glew Add custom GLEW - interfaces with libretro get_proc_address - 2020-07-12 23:51:57 +02:00
jni fix libretro compile error 2024-03-07 22:35:33 +08:00
libretro-common@2a4b12d1a3 aioemu 2023-02-15 17:21:45 +08:00
.gitignore Some minor logging improvements that get to tag along the previous commit 2020-08-22 00:32:51 +02:00
CMakeLists.txt Fix libretro build on apple platforms 2023-07-28 03:37:07 -04:00
libretro_core_options_intl.h [Libretro] Update core options to v2 + add a few new ones 2022-11-02 20:34:24 +01:00
libretro_core_options.h [libretro] Expose "analog deadzone" and "analog sensitivity" options (#19540) 2024-10-22 23:20:17 +00:00
libretro_d3d.h Libretro: add experimental D3D11 support. 2018-03-25 23:07:02 +01:00
libretro_vulkan.cpp libretro: Don't use VulkanLoader to load the vulkan library 2024-09-13 17:52:06 -04:00
libretro_vulkan.h libretro: Revised software rendering option 2024-06-04 14:25:46 +03:00
libretro.cpp [libretro] Expose "analog deadzone" and "analog sensitivity" options (#19540) 2024-10-22 23:20:17 +00:00
libretro.def Libretro port. 2018-03-24 12:44:53 +01:00
libretro.h Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
libretro.osx.def Avoid symbol collisions with RetroArch on mac 2023-01-31 23:02:09 -08:00
LibretroD3D11Context.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
LibretroD3D11Context.h Libretro: style nits. 2018-03-26 17:37:34 +01:00
LibretroGLContext.cpp libretro: context cleanup 2024-05-28 08:09:36 +03:00
LibretroGLContext.h Refactor the framedata/GPU thread management. 2023-01-30 11:49:31 +01:00
LibretroGLCoreContext.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
LibretroGLCoreContext.h Buildfixes for libretro, ios 2023-01-30 15:57:18 +01:00
LibretroGraphicsContext.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
LibretroGraphicsContext.h libretro: Revised software rendering option 2024-06-04 14:25:46 +03:00
LibretroVulkanContext.cpp libretro: Don't use VulkanLoader to load the vulkan library 2024-09-13 17:52:06 -04:00
LibretroVulkanContext.h libretro: context cleanup 2024-05-28 08:09:36 +03:00
link.T Libretro port. 2018-03-24 12:44:53 +01:00
Makefile libretro: easier debug building 2024-05-28 15:55:26 +03:00
Makefile.common Added the MIPSTracer files to the project + name fix 2024-09-14 19:46:04 +03:00
README_WINDOWS.txt Makefile/readme updates 2023-04-03 10:46:38 +02:00
retro_inline.h [Libretro] Update core options to v2 + add a few new ones 2022-11-02 20:34:24 +01:00
VSWhere.sh (Libretro) Huge MSVC Build Overhaul 2022-11-24 12:42:38 -04:00