scribam
|
e6676c7d09
|
android: update gradle
|
2022-02-27 08:33:44 +01:00 |
scribam
|
33115a39a3
|
android: use latest cmake from android studio
|
2022-02-27 08:33:44 +01:00 |
Flyinghead
|
6538360fe1
|
switch: use devkita64:20220128 instead of latest
fixes peformance issue
|
2022-02-26 08:14:10 +01:00 |
Flyinghead
|
ed0e5b8c5a
|
remaining references to windows-latest -> windows-2019
|
2022-02-25 17:47:47 +01:00 |
Flyinghead
|
c75d94bd90
|
use windows-2019 for windows builds
|
2022-02-25 17:36:13 +01:00 |
Depal1
|
a8d6374d76
|
Add installation on MacOS via Homebrew
|
2022-02-25 17:18:35 +01:00 |
cmitu
|
4b10402c5b
|
Disable stencil usage on low end VC4 devices (Pi3)
Make the libretro core boot again when using the legacy VC4 GLES drivers.
Based on https://github.com/libretro/flycast/commit/ee9cd16f
Fixes: https://github.com/flyinghead/flycast/issues/539
|
2022-02-24 07:17:48 +01:00 |
Flyinghead
|
20571c5aa1
|
chd: MIL-CD support
Issue #529
|
2022-02-15 11:34:11 +01:00 |
Flyinghead
|
3872a6b475
|
libretro: support VMU and lightgun crosshair with dx11 OIT renderer
OIT support was missing
Issue #525
|
2022-02-15 11:06:51 +01:00 |
Flyinghead
|
083a1c85a8
|
gl: shader compile error on shield tablet
Don't use GL_NV_shader_noperspective_interpolation since it's not really
needed (and wasn't enabled)
Issue #510
|
2022-02-14 18:54:27 +01:00 |
Flyinghead
|
943e0285ac
|
libretro: support VMU and lightgun crosshair with dx11 renderer
Issue #525
|
2022-02-14 18:47:23 +01:00 |
Flyinghead
|
d7abfc688c
|
dx11: oit depth pass needs the palette for PT polygons
Punch-through polys may use a palette, which is needed for alpha testing
Issue #467
|
2022-02-14 18:41:38 +01:00 |
Flyinghead
|
8f01ef90cf
|
gl,dx9,dx11: only render frame when Renderer::present() has been called
Issue #511
|
2022-02-14 18:38:58 +01:00 |
github-actions[bot]
|
3929fe64a3
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2022-02-11 22:20:12 +00:00 |
Flyinghead
|
4fe8e40569
|
libretro: fix texupscale and max upscaled texture size settings value
|
2022-02-06 20:42:41 +01:00 |
Flyinghead
|
b91b3d5da6
|
libretro: use correct #ifdef for omp support
enables xBRZ upscaling
|
2022-02-06 17:52:30 +01:00 |
github-actions[bot]
|
92f81fa054
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2022-02-04 22:19:01 +00:00 |
Flyinghead
|
4e21391f8c
|
ggpo: memory leak in free_buffer
|
2022-01-29 16:58:28 +01:00 |
github-actions[bot]
|
9ab4bb963f
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2022-01-28 22:20:29 +00:00 |
Flyinghead
|
58f05f74cf
|
jvs: set received jvs message trail to zero
fixes sh4 crash during naomi boot
|
2022-01-28 11:31:30 +01:00 |
DisasterMo
|
a4b0a69c45
|
Enable Indonesian, Swedish and Ukrainian localisations
|
2022-01-22 19:18:41 +01:00 |
github-actions[bot]
|
2a364910c0
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2022-01-21 22:20:49 +00:00 |
Flyinghead
|
45ba648622
|
dx11: VersionHelpers.h -> versionhelpers.h
the mingw version is all lowercase
|
2022-01-19 14:37:49 +01:00 |
Flyinghead
|
dcd48f4264
|
ios: on-screen keyboard support
|
2022-01-19 13:48:16 +01:00 |
Edward Li
|
8ee9f1b1d9
|
Cleanup macOS screen DPI calculation (included in SDL 2.0.20 now)
|
2022-01-18 11:58:57 +01:00 |
Edward Li
|
f2c39e4004
|
Update SDL to 2.0.20
|
2022-01-18 11:58:57 +01:00 |
Flyinghead
|
62ec3546d6
|
dx11: uwp doesn't need texture conversions
|
2022-01-16 10:37:55 +01:00 |
Flyinghead
|
8bb0bd05f9
|
ui: limit scaling further on small low-resolution screens (retroid)
|
2022-01-16 09:58:33 +01:00 |
Flyinghead
|
e538242962
|
dx11: convert 16-bit textures to 32 bits on windows7
1555, 4444 and 565 aren't supported on win7
Issue: https://github.com/libretro/flycast/issues/1123
|
2022-01-16 09:54:39 +01:00 |
github-actions[bot]
|
d70d2ad405
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2022-01-14 22:21:28 +00:00 |
Julien Reichardt
|
4f638f6d77
|
Use service button instead of coin
The service button can also be used to add coins.
|
2022-01-11 14:09:54 +01:00 |
Julien Reichardt
|
80d78705b0
|
Add default coin mapping
|
2022-01-10 12:13:14 +01:00 |
github-actions[bot]
|
140cec7c59
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2022-01-07 22:20:58 +00:00 |
scribam
|
746b3c5a54
|
sdl: fix joystick rumble
|
2022-01-06 08:59:39 +01:00 |
Flyinghead
|
a4788b5b24
|
zero-init sh4 context when no vmem is available
Issue #439
|
2022-01-03 18:44:47 +01:00 |
cmitu
|
8dcf0f58b5
|
postprocess: fix GLES2-only build
Added a missing `ifndef` guard for `glBindVertexArray`, useful for GLES2-only builds.
|
2022-01-02 10:51:03 +01:00 |
Julien Reichardt
|
a8080c5db3
|
Fix missing `libSDL2.a` static library on Linux
|
2022-01-01 18:29:46 +01:00 |
github-actions[bot]
|
a52977d1cf
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2021-12-31 22:20:45 +00:00 |
Edward Li
|
0bb6fed822
|
Remove junk folder when packaging macOS app
|
2021-12-26 23:20:58 +01:00 |
Flyinghead
|
d86305a7c3
|
android: on-screen gamepad not editable in Open GL
Swap wasn't called during editing
Issue #464
|
2021-12-26 16:03:19 +01:00 |
Edward Li
|
5aeef17d09
|
macOS: Enable "New Instance" in File and Dock menu for SDL
|
2021-12-25 21:46:19 +01:00 |
Flyinghead
|
2d41d993e3
|
macOS: patch SDL to compile in metal and vulkan
https://github.com/libsdl-org/SDL/issues/5010
|
2021-12-25 21:45:13 +01:00 |
github-actions[bot]
|
503cc7ea97
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2021-12-24 22:21:05 +00:00 |
Flyinghead
|
7f41847c5c
|
android: bigger on-screen gamepad analog handle. Update project README
|
2021-12-24 19:46:09 +01:00 |
scribam
|
fde683a82e
|
ci: cmake install for switch builds
|
2021-12-23 22:31:39 +01:00 |
scribam
|
4feff7d917
|
ci: add ccache for switch builds
|
2021-12-23 22:31:39 +01:00 |
asdf288
|
e61951a319
|
Fix typo in GLES2 library name
|
2021-12-23 22:31:25 +01:00 |
Flyinghead
|
da81274eb9
|
lr: gl stencil param isn't obsolete but required
Issue #454
|
2021-12-23 22:30:44 +01:00 |
flyinghead
|
8740141a93
|
Merge pull request #451 from flyinghead/net-rollback
Merge net-rollback branch
|
2021-12-23 11:21:29 +01:00 |
Flyinghead
|
9223a2b530
|
readme: link to gamr13's xbox page
|
2021-12-22 21:41:01 +01:00 |