twinaphex
db04ac0b2a
Bump to version 1.7.6
2019-01-31 23:38:10 +01:00
Yoshi Sugawara
3aeedeb0a3
added release scheme for tvOS, made modules directory an empty directory that would be part of the checkout
2019-01-30 07:49:55 -10:00
Yoshi Sugawara
b3703a1f2e
iOS: fixed target membership of assets, added debug and release schemes for iOS
2019-01-29 10:31:04 -10:00
Yoshi Sugawara
a18512375b
Support for tvOS
...
- add tvOS target
- support code signing tvOS cores by adding an argument to the code signing cores script
- use NSCachesDirectory for the documents directory
- add some mfi controller handling logic to set non-game controllers to the last index to avoid interfering with operation
- autodetect mfi controller for apple tv on startup - added autodetect to hid joypad
- added a webserver to transfer files for tvOS
- xcode: clean up project, remove unused folders
- remove HAVE_MATERIALUI setting for tvos build, make it use XMB as default
- added retroarch app icon courtesy of @MrJs
- added auto-detect of mfi controller for apple tv
2019-01-29 10:13:46 -10:00
hizzlekizzle
7ac95f724a
add more dependencies to debian build
2019-01-28 21:25:34 -06:00
Twinaphex
556b7b19de
Merge pull request #8025 from krzys-h/uwp-storagefile
...
(UWP) StorageFile implementation
2019-01-27 08:33:17 +01:00
orbea
d3f81e8db8
Fix the osx metal travis build.
2019-01-21 13:03:51 -08:00
Twinaphex
5611977de0
Merge pull request #8044 from krzys-h/uwp
...
(UWP) Fix Bundle.Mapping.txt path
2019-01-19 18:11:04 +01:00
krzys-h
1f952679a8
(UWP) Fix Bundle.Mapping.txt path
2019-01-19 12:21:20 +01:00
orbea
e062b98088
Remove trailing blank lines.
...
find . -type f -exec sed -i '${/^[[:space:]]*$/d;}' {} \+
2019-01-17 19:39:38 -08:00
krzys-h
9188cc1a73
(UWP) Add broadFileSystemAccess support
2019-01-17 11:08:02 +01:00
krzys-h
b7cc124070
(UWP) Base StorageFile implementation
2019-01-17 11:04:19 +01:00
CozmoP
0df074db05
fix MSVC 2017 Qt builds
2019-01-15 18:58:31 +01:00
Arnaud Faucher
12aaf615a8
msvc-uwp: fixed certificate file name
2019-01-08 16:29:54 -05:00
krzys-h
0129f7e4ad
(UWP) Fix signing certificate path for non-free cores
...
Broken in ff1ca99748
2019-01-06 15:45:51 +01:00
twinaphex
ff1ca99748
(MSVC 2017 UWP) Buildfix
...
(MSVC 2017 UWP) Renaming
2019-01-02 07:27:47 +01:00
krzys-h
2c4d2418d6
(UWP) Fix ARM builds
2019-01-01 16:21:47 +01:00
krzys-h
48d82929ff
(UWP) Add support for loading cores from optional packages
2019-01-01 16:21:47 +01:00
twinaphex
ac32bff71a
(MSVC 2017) Add Glslang
2019-01-01 03:47:55 +01:00
twinaphex
34cb50f8da
Update MSVC 2017 UWP
2018-12-29 03:06:31 +01:00
krzys-h
4fb06703b3
Port d3d12 driver for UWP
2018-12-28 22:10:26 +01:00
krzys-h
6038060cd7
Update appx manifest and icons
...
These were generated using Visual Studio icon generation tools
2018-12-28 22:09:29 +01:00
krzys-h
b201d669b5
First iteration of UWP support
...
Enough to kind of run
Working drivers: xinput, d3d11
Still missing: input driver with keyboard support, audio driver
2018-12-28 22:09:22 +01:00
langerhans
3c5a391c9e
Android: Implement Gradle build for easy debugging
...
Adds a CoreSideLoadingActivity to sideload cores for debugging purposes.
Adds instructions on how to debug both the RetroArch frontend and cores from within Android Studio
Co-authored-by: natinusala <natinusala@gmail.com>
2018-12-23 18:02:38 +01:00
orbea
dc020f2569
qb: Support building with the system mbedtls.
...
Fixes https://github.com/libretro/RetroArch/issues/7639
v2: Fix build failures with griffin.
2018-12-15 09:10:43 -08:00
Stuart Carnie
0e295716b9
feat(metal): Add native rotation support for Metal driver
...
* fix crash when frame or frame size is 0
2018-11-29 22:04:43 -07:00
twinaphex
7d35bd1649
(Android/Mac/iOS) Add ozone
2018-11-18 17:26:57 +01:00
Dwedit
ff844a56c4
Modify MSVC 2017 project to add in WASAPI support
...
Add conditional code for MSVC to resolve missing GUIDs into wasapi.c
2018-11-17 09:23:12 -06:00
jdgleaver
6bf61155bb
[CTR] Add PokeMini assets
2018-11-12 17:12:15 +00:00
meepingsnesroms
1b1dac7f40
Add Mu to Web Player
2018-11-10 07:10:01 -08:00
Zlika
6a93ad0dce
Add Theodore core to emscripten
2018-11-10 14:45:20 +01:00
Zlika
064eb16ceb
Fix emscripten README
2018-11-10 14:44:46 +01:00
Stuart Carnie
b59f05500e
feat(macOS): Enable ozone menu system
2018-11-06 07:56:05 -07:00
Stuart Carnie
879a1b7092
fix(cocoa): Update Metal xib to use deployment target
2018-11-04 20:50:52 -07:00
Stuart Carnie
dde3545600
chore(cocoa): Revert to using cocoa_gl_ctx.m; remove macos_ctx.m
2018-11-04 20:50:51 -07:00
Stuart Carnie
43e8702e12
fix(cocoa): Copy xib for PPC compat; upgrade GL-legacy xib to 10.6
2018-11-04 20:50:51 -07:00
Stuart Carnie
5c1075127b
chore(metal): Separate legacy GL and Metal source
...
* Forks of Cocoa / Cocoa Touch to *_metal.* version
* Reverted original GL Cocoa / Cocoa Touch versions
* GL and Metal projects still build
2018-11-04 20:50:50 -07:00
Stuart Carnie
ab1242f368
fix(cocoa): Move sendEvent implementation to RAWindow
...
Introduced independent Info_Metal.plist and MainMenu_Metal.xib files,
to avoid breaking earlier builds.
2018-10-18 19:03:10 -07:00
Stuart Carnie
35620ffe47
feat(Metal): Add support for screen shots
2018-10-14 11:07:57 -07:00
Twinaphex
dbe35078dd
(Mojave) have to bump up deployment target to OSX 10.6
2018-10-13 22:07:34 +02:00
twinaphex
ba020720db
Add HAVE_NETPLAYDISCOVERY
2018-10-12 18:29:52 +02:00
Alfrix
2ef314e27d
Update PS3 icon
2018-10-08 16:39:04 -03:00
Stuart Carnie
4240c895bf
fix(macOS/Qt): Rename produce RetroArchQT → RetroArch ( #7374 )
2018-10-06 12:27:53 -04:00
twinaphex
c9c6c5a5a6
Bump up APK codes
2018-10-01 21:45:07 +02:00
Rob Loach
db46d91ec6
emscripten: Add Emscripten compile documentation
...
This adds some documentation about compiling emscripten.
2018-09-30 20:23:05 -04:00
twinaphex
9387eb559f
(MSVC 2017) Fix MSVC 2017
2018-09-30 13:48:58 +02:00
twinaphex
2d652663af
(MSVC 2015) Buildfix
2018-09-30 13:41:21 +02:00
twinaphex
4c23fa02e9
(MSVC 2013) Fix build for rcheevos
...
(MSVC) Fix some warnings; unused variables, etc.
2018-09-30 13:38:58 +02:00
twinaphex
ac51c0013c
Fix typo
2018-09-30 13:33:53 +02:00
twinaphex
f4d86ddddc
Fix OSX PPC
2018-09-30 02:55:34 +02:00