Flyinghead
958447f12d
Android: Specify RGBX_8888 pixel format
2018-08-07 11:55:32 +02:00
Flyinghead
6190c5e341
Android: Simplify GL config chooser
2018-08-07 11:19:21 +02:00
Flyinghead
65a759b3fe
Merge branch 'fh/mymaster' of https://github.com/reicast/reicast-emulator into fh/mymaster
2018-08-07 09:45:10 +02:00
Flyinghead
c0c06ed8ff
Renderer: select shader at runtime based on the GL context version
...
The GL renderer now detects the version of the current GL context and
compiles the shaders accordingly. Supports GLES2, GLES3 and desktop GL.
Android: use 8,8,8 framebuffer instead of 5,6,5. Requests a 8-bit
stencil buffer (modifier volumes)
2018-08-07 09:44:52 +02:00
Flyinghead
5cc4531f79
OSX: fix app icon, name, menu
2018-08-05 07:59:30 +02:00
Flyinghead
cbb52eee75
OSX: fix data/system directory initialization. Add the Resources bundle directory as system data path.
2018-08-04 19:12:36 +02:00
Flyinghead
7ff93f9256
OSX: disable OpenMP as it's not available. Time to deprecate Apple...
2018-08-04 19:10:53 +02:00
Flyinghead
8157a5dbc5
OSX: specify the NSOpenGLPFABackingStore option to force pixel buffer copy on flush.
...
Without this option, back and front buffers may be exchanged instead of copied which can cause ghost frames now that the framebuffer is not cleared before rendering (MSR)
2018-08-04 19:07:39 +02:00
Flyinghead
580408dc4c
Android: build with -fopenmp option
2018-08-02 19:05:21 +02:00
Flyinghead
feaca43b25
Build fixes
2018-08-02 18:44:51 +02:00
Flyinghead
97faaaa5b0
Android: Use GNU STL for thread support
2018-08-01 21:23:15 +02:00
Flyinghead
22c05832b8
Android: use C++11
2018-08-01 20:19:59 +02:00
Flyinghead
3c38e824cd
OSX, IOS: Add xbrz to project
2018-08-01 20:13:26 +02:00
Flyinghead
49b7a82535
Add xbrz.cpp to windows project
2018-08-01 20:05:11 +02:00
Flyinghead
31d8c1f091
Backport texture upscaling with xBRZ
2018-08-01 19:43:01 +02:00
Flyinghead
46c0d545ec
OSX: Fix previous merge
2018-08-01 18:31:20 +02:00
Flyinghead
9942bfc86e
Merge branch clean-exit-light
2018-08-01 18:02:50 +02:00
Flyinghead
c632fc6619
OSX: Avoid hanging the UI thread when waiting for rendering. Use cursor keys for keyboard.
...
IOS: Add dip interpreter to build.
2018-08-01 16:16:27 +02:00
Flyinghead
298bf08fc0
Add dsp interpreter to Mac build. Core audio buffering.
2018-08-01 15:02:45 +02:00
Flyinghead
b468ad2717
More win64 fix
2018-07-29 22:07:44 +02:00
Flyinghead
20de593a88
Clean exit on OS X. Minor changes.
2018-07-24 14:27:58 +02:00
Flyinghead
b28e1505c5
Fix dynarec on OSX/x64. Clean exit when window closed.
2018-07-24 13:26:31 +02:00
Stefanos Kornilios Mitsis Poiitidis
95ce251639
Merge pull request #1079 from myfreeweb/master
...
Build on FreeBSD
2018-07-22 00:37:34 +02:00
Flyinghead
71d7f90858
Merge upstream
2018-07-19 12:19:51 +02:00
Flyinghead
7d6c72211a
Automatic #include dependency management
2018-07-18 21:52:35 +02:00
Stefanos Kornilios Mitsis Poiitidis
4359459538
Merge pull request #1196 from baka0815/joyconf
...
reicast-joyconf: cosmetic changes
2018-07-18 13:20:41 +02:00
Stefanos Kornilios Mitsis Poiitidis
8875657f6a
Merge pull request #1221 from brand175/master
...
TouchScreen Triggers added and MFI Controller Update (Stuff)
2018-07-18 13:18:16 +02:00
Flyinghead
a17a0bae3b
Utility to display a single frame
2018-07-16 17:19:45 +02:00
Stefanos Kornilios Mitsis Poiitidis
0554b56b0c
Travis: try to use right build #, take 2
2018-07-14 19:29:16 +02:00
Stefanos Kornilios Mitsis Poiitidis
7e8bb6cec3
Travis: try to use right build #, deploy only on master
2018-07-14 19:11:03 +02:00
Stefanos Kornilios Mitsis Poiitidis
5127a989d1
Encrypted files, take 3
2018-07-14 17:50:26 +02:00
Stefanos Kornilios Mitsis Poiitidis
ee4d71f8eb
Use git for verison code & text
2018-07-14 17:40:17 +02:00
brand175
fa20222af5
MFI Controller fixes (Stuff)
2018-07-13 21:11:48 -07:00
brand175
eb34ac8581
Touchscreen Triggers added
2018-07-13 20:51:54 -07:00
Flyinghead
6df46b1d83
Enable Naomi eeprom reading and writing
2018-07-09 16:24:37 +02:00
Stefanos Kornilios Mitsis Poiitidis
02901d689b
Fix keys
2018-07-09 10:16:53 +02:00
Stefanos Kornilios Mitsis Poiitidis
5525d5dde2
core: Android studio fixes
...
- Clang edge cases for shifts
- Avoid generating relocs by not using global symbols in ngen_arm.S (fixes #1109 )
2018-07-09 09:31:45 +02:00
Stefanos Kornilios Mitsis Poiitidis
70afc60d75
travis: Add release building and auto beta release
2018-07-09 00:19:40 +02:00
Greg V
5d69e19ed1
Build on FreeBSD (and potentially other BSD)
2018-07-08 15:43:10 +03:00
Stefanos Kornilios Mitsis Poiitidis
03170fc0ef
Merge pull request #1163 from reicast/lk/android-studio
...
Android Studio Conversion
2018-07-08 11:12:16 +02:00
Flyinghead
efa145f50e
Avoid the use of SSE instructions (R)SQRTSS for sqrtf and 1/sqrtf.
...
When using the -ffast-math option, GCC uses SSE instructions SQRTSS for
sqrtf and RSQRTSS for 1/sqrtf. This results in a loss of precision
according to the GCC documentation: "the precision of the sequence can
be decreased by up to 2 ulp (i.e. the inverse of 1.0 equals
0.99999994)".
This loss of precision affects some games.
Fixes the broken AI in Soldiers of Fortune.
2018-07-08 10:16:27 +02:00
Stefanos Kornilios Mitsis Poiitidis
5b8fc02f45
linux/make: Default to lincpp if platform detection fails
2018-07-08 02:03:12 +02:00
Christoph "baka0815" Schwerdtfeger
1a729a1586
Linux/joyconfig: Display the preferred filename for the configuration
2018-07-03 18:57:54 +02:00
Christoph "baka0815" Schwerdtfeger
f063856f8b
Linux/joyconfig: Add information for Debian based distros
2018-07-03 18:56:43 +02:00
TwistedUmbrella
2d7dac38b6
Android: OptionsFragment scope / null checks
2018-07-03 08:06:11 -04:00
TwistedUmbrella
7616ea07a7
Update dependencies to match current target API
2018-07-03 08:06:03 -04:00
TwistedUmbrella
e30f868c57
Android: refactor broken v6 config for EGL14
...
This is still far from functional, but can better serve as a test for implementing EGL14 over attempting to be a broken attempt to force newer APIs
2018-06-25 12:04:26 -04:00
TwistedUmbrella
7f96b0218c
Android: Support interchangeable BIOS files
...
The previous code supported replacing the BIOS with a regional counterpart, but destructively replaced the existing image with the new one. This should allow swapping to a new region without removing that region as a future option, so it can be switched between multiple regions with multiple files. It will still fall back to the previous method simply to prevent the removal of a useable BIOS.
2018-06-25 12:04:25 -04:00
TwistedUmbrella
c39e1e7d2b
Android: Use minSdkVersion for APP_PLATFORM
...
This value should reflect the minimum supported SDK level of the library when it differs from the minSdkVersion of the base application, as per https://developer.android.com/ndk/guides/application_mk
2018-06-25 12:04:25 -04:00
TwistedUmbrella
291d02933c
Android: Add missing module declaration
2018-06-25 12:04:25 -04:00