89 Commits

Author SHA1 Message Date
izzy2lost 43caf113a5 Update angle.yml 2024-10-31 20:16:49 -04:00
izzy2lost 1719d76606 Merge branch 'libretro:master' into angle 2024-10-31 19:51:48 -04:00
LibretroAdmin c8fb1a2d6c Update WiiU.yml 2024-10-07 03:39:12 -07:00
izzy2lost 965a9c2953 Update angle.yml 2024-07-22 18:08:35 -04:00
izzy2lost 00e60a0684 Update angle.yml 2024-07-22 17:51:05 -04:00
izzy2lost 997178b0db Add files via upload 2024-07-22 17:40:12 -04:00
izzy2lost 53ad0d4e82 Update RetroArch-Build.yml 2024-07-22 14:56:47 -04:00
izzy2lost 9b111bf2ad Update RetroArch-Build.yml 2024-07-22 14:52:13 -04:00
izzy2lost e67344b56f Update RetroArch-Build.yml 2024-07-21 19:10:48 -04:00
izzy2lost 5319cb8f2f Update RetroArch-Build.yml 2024-07-21 19:02:52 -04:00
izzy2lost ad26917eee Update RetroArch-Build.yml 2024-07-21 18:50:28 -04:00
izzy2lost c1c2155558 Add files via upload 2024-07-21 18:34:03 -04:00
izzy2lost 8df6c9eb3a Merge branch 'libretro:master' into master 2024-07-19 16:20:42 -04:00
libretroadmin 9abd8f3a3a Attempt to fix CI jobs 2024-07-06 20:04:13 +02:00
LibretroAdmin d05b3192e4 Update 3DS.yml 2024-07-06 10:56:24 -07:00
dependabot[bot] 83e8995252 Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-06 11:57:12 -05:00
dependabot[bot] 778f900bbd Bump actions/setup-java from 3 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-06 11:57:01 -05:00
dependabot[bot] 188517bc3d Bump robinraju/release-downloader from 1.9 to 1.11
Bumps [robinraju/release-downloader](https://github.com/robinraju/release-downloader) from 1.9 to 1.11.
- [Release notes](https://github.com/robinraju/release-downloader/releases)
- [Commits](https://github.com/robinraju/release-downloader/compare/v1.9...v1.11)

---
updated-dependencies:
- dependency-name: robinraju/release-downloader
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-06 11:56:32 -05:00
rofl0r d3c14a6e3e CI: add github workflow to create source-only release tarball
closes #16645
2024-06-16 12:16:13 -05:00
izzy2lost 85762d0712 Update MSVC.yml 2024-05-30 15:09:06 -04:00
Patrick Stankard 5452999b2a Fix mouse grab behavior on Android (#16203)
* Add grab_mouse interface for Android
Makes mouse grabbing and 'Game Focus' work on Android with a real mouse
Properly handle relative mouse motion events on Android (SDK 28 and newer)

* Enable workflow_dispatch on CI Android

* Update android_mouse_calculate_deltas callsites

* Add RETRO_DEVICE_MOUSE to android_input_get_capabilities

* Use Handler to trigger UI events (toggle mouse, immersive mode) with 300ms delay

* Enable input_auto_mouse_grab by default for Android

* Handle RARCH_DEVICE_MOUSE_SCREEN in Android input driver

* Add android.hardware.type.pc to manifest

* Don't attempt to set pointer speed via scaling in android_mouse_calculate_deltas

* Keep x/y values within viewport resolution for screen mouse

* Use video_driver_get_size to get width/height

---------

Co-authored-by: Bernhard Schelling <14200249+schellingb@users.noreply.github.com>
2024-03-19 05:33:02 -07:00
Craig C b3c350bacd Webos makefile and CI updates (#16312)
* added webOS CI

* fixed core downloading location
ship SDL2 prebuilt automatically
warning for out-dated toolchain

---------

Co-authored-by: Ningyuan Li <mariotaku.lee@gmail.com>
2024-03-03 07:57:21 -08:00
kikmon 48205d5754 Added 2022 solution and updated github action flow to compile new targets (#16158)
Co-authored-by: papa <papa>
2024-01-23 22:50:42 -08:00
Jesse Talavera 750b64d89e Fix 32-bit Linux builds with XDelta enabled (#15980)
* First crack at a GitHub Actions pipeline for 32-bit Linux

* Simplify the integer typedefs in xdelta3.h

* Add XDelta to Linux.yml
2023-12-06 05:07:46 -08:00
Eric Warmenhoven 8c9e7dd2bf Piping to xcpretty hides compilation failures without set -o pipefail 2023-07-02 05:47:38 +02:00