Gabriel Morazán
f5a1af00eb
(UWP) Changes to Build Files ( #13516 )
...
* (UWP) Bump version Number
* (UWP) Bump version to 1.10.0
* Update TemporaryKey
* Update TemporaryTicket
2022-01-20 05:44:27 +01:00
tunip3
6c123dd078
Mitigate need for vfs cores on ntfs drives [UWP/XBOX] ( #13368 )
...
* make check for standard io by access rather than the just assuming based on path string
* add code to auto permissions so files can be accessed by non vfs cores
(no exfat or fat32 support yet)
* remove commit from macro because apparently it causes issues
Co-authored-by: Tunip3 <tunip3@users.noreply.github.com>
2021-12-17 13:46:04 +01:00
twinaphex
28cac5c5a4
Add HAVE_CORE_INFO_CACHE - disable this for Steam build
2021-10-14 15:57:28 +02:00
Tunip3
be7d6832d3
strip out winrt storagefiles
2021-10-01 09:58:17 +01:00
Autechre
204834f88e
Merge pull request #12927 from 3rd-fork/master
...
code clean up and simplification of uwp vfs driver
2021-09-03 17:03:34 +02:00
Tunip3
9228a6f8ab
disable cpu model check on xbox as it doesn't work and can even crash the app for some users
2021-09-02 18:21:16 +01:00
Tunip3
6dfe20e247
set background colour for splash screen to black rather than the default light gray
2021-08-28 13:47:57 +01:00
twinaphex
b574780d99
(UWP) Updated icons courtesy of Danp142
2021-08-27 20:17:22 +02:00
Tunip3
8396bd599d
strip out unneeded uwp specific file io functions
2021-08-25 15:54:09 +01:00
twinaphex
78431d0700
(MSVC2017/2019 UWP) Define HAVE_TRANSLATE
2021-08-19 14:25:55 +02:00
tunip3
9224329450
restore publisher name to libretro in identity element
2021-07-31 20:00:41 +01:00
Tunip3
be1a768bca
improve uwp fileio by using from app variants whereever possible
2021-07-31 04:36:08 +01:00
tunip3
963350a0f2
Add expanded resources Rescap to increase performance of UWP version in app mode on Xbox ( #12525 )
...
* add expanded resources rescap
* add expanded resources rescap
2021-06-15 03:04:10 +02:00
twinaphex
43c0d8aaa3
(MSVC2019) Add missing assets
2021-02-19 03:38:49 +01:00
Autechre
16e36e0ae9
Update RetroArch-msvc2019-UWP.sln
2021-02-19 03:06:42 +01:00
twinaphex
f41e5b0483
Add MSVC2019 UWP
2021-02-19 02:57:19 +01:00
GH Cao
19535330d2
[UWP] VFS: Use Win32 file APIs when possible
2021-01-07 00:14:21 +08:00
tunip3
8308bdb24b
Add rescap for run full trust (needed to make broadFileSystemAccess work on Xbox)
2021-01-01 23:24:54 +00:00
aliaspider
b6544a71d7
(MSVC) add the DEBUG preprocessor definition to debug targets.
2020-12-20 07:05:46 +01:00
twinaphex
5e551dd92b
Bump up to version 1.9.0
2020-08-08 00:06:53 +02:00
twinaphex
f14f418eb7
Revert "improve performance by enabling game mode"
...
This reverts commit fed949047196729c71eb098bfbafa2a349b2f43c.
2020-07-02 18:10:00 +02:00
twinaphex
47e22d69bf
Add HAVE_VIDEO_FILTER
2020-07-02 06:28:14 +02:00
twinaphex
3ee788def2
Add HAVE_DSP_FILTER
2020-07-02 02:13:04 +02:00
twinaphex
87b9c2a367
Add HAVE_REWIND switch
2020-07-01 21:04:05 +02:00
twinaphex
7862166ed2
Add back HAVE_SCREENSHOTS define from SSNES days
2020-07-01 17:47:13 +02:00
twinaphex
223d76680a
Add HAVE_CHEATS ifdef
2020-06-30 19:35:55 +02:00
twinaphex
bf04ac93c8
Add HAVE_RWAV
2020-06-30 17:36:03 +02:00
twinaphex
b77dd9cfe4
Add HAVE_PATCH ifdef; add patch switch support to qb
2020-06-30 15:54:31 +02:00
tunip3
fed9490471
improve performance by enabling game mode
...
by using
<rescap:Capability Name="expandedResources" />
it should hopefully enable game mode and improve performance, especially on xbox one
https://docs.microsoft.com/en-us/windows/win32/api/_gamemode/
2020-06-03 16:57:36 +01:00
twinaphex
7c7d0f596a
HAVE_MENU_WIDGETS now decoupled from HAVE_MENU
2020-02-17 21:28:42 +01:00
twinaphex
e0fdd8d39e
Add back HAVE_CONFIGFILE ifdef - will strip out remaps and overrides
...
support as well
2020-02-02 21:27:38 +01:00
orbea
f1b9b8cb73
Add HAVE_BUILTINGLSLANG to other build systems.
2020-02-01 18:36:41 -08:00
GH Cao
f2a64aa8e7
UWP: Save config on exit
2020-01-03 08:21:58 +08:00
GH Cao
b6d01ce448
UWP: Enable ANGLE for all platforms, copy ANGLE on deployment
2020-01-03 06:15:02 +08:00
GH Cao
2ba1f3547c
UWP: Add ANGLE prebuilt binaries
2020-01-03 06:04:24 +08:00
twinaphex
88b28b6458
Add ANGLE UWP x64 DLLs
2020-01-01 11:59:16 +01:00
twinaphex
fa6ce5bc68
Add ANGLE UWP x64 libEGL/libGLESv2 static libs
2019-12-31 19:25:58 +01:00
twinaphex
1d6ebacfaa
(MSVC 2017 UWP) Start adding separate configurations for ANGLE
2019-12-31 13:21:09 +01:00
twinaphex
e5a6517897
(MSVC UWP) Generate new pfx key
2019-12-23 23:04:56 +01:00
driver1998
aa19d5180b
[UWP] Move RunAsync out of VFS implementation
2019-12-05 16:32:38 +08:00
twinaphex
08ce33eed0
Add HAVE_ONLINE_UPDATER
2019-11-11 00:22:03 +01:00
twinaphex
bc657778fe
Add HAVE_UPDATE_CORES - by running ./configure --disable-update_cores
...
you can strip out the Online Core Updater
2019-11-10 15:55:39 +01:00
orbea
63a92a3f78
Update the zlib include directory paths.
2019-07-25 11:18:33 -07:00
orbea
84f4dcba2b
Remove WANT_ZLIB.
2019-07-25 11:18:33 -07:00
twinaphex
b2bf822f13
Add HAVE_AUDIOMIXER switch
2019-07-11 11:51:06 +02:00
twinaphex
3ffc5fc343
(MSVC2017 UWP) Buildfix
2019-07-06 07:29:51 +02:00
twinaphex
b342c6c953
Take out Bundle.Mapping.txt
2019-07-04 17:09:11 +02:00
twinaphex
36c2fc847d
Get rid of nonfree per request
2019-07-03 18:59:39 +02:00
driver1998
c2f2219a62
UWP: recover AppxBundlePlatforms
2019-06-11 04:10:44 +08:00
driver1998
d630213d36
Windows ARM64 support
2019-06-11 02:40:46 +08:00