Commit Graph
83 Commits
Author SHA1 Message Date
Henrik Rydgård 962d132e5f Make the adhoc server list data driven 2026-03-05 15:15:25 +01:00
Henrik Rydgård a75cdcac0b UWP: Remove deprecated compiler option 2026-02-09 13:08:44 +01:00
SternXD 952987e56e UWP: Migrate from C++/CX to C++/WinRT
Signed-off-by: SternXD <stern@sidestore.io>
2026-01-04 10:07:07 -05:00
Henrik Rydgård bf5ded9c02 Fix font loading for the UWP backend, although wacky rendering issues remain 2025-11-09 08:52:21 +01:00
Henrik Rydgård dc682fb2c8 Basic upload via web browser support, only single file almost works 2025-10-27 12:20:24 +01:00
Henrik Rydgård e7f6a7560e UWP fix, logging fix, ios fix 2025-09-17 11:21:53 -06:00
Henrik Rydgård ad00c20660 Windows: Remove ARM32 configurations from project files.
These will never be supported again (and never really were, only used
for Windows Phone testing a long time ago)
2025-06-11 08:55:13 +02:00
Henrik Rydgård cf059ff84c Stub a lua console, add the sol lua wrapper library 2025-03-27 08:59:37 +01:00
Henrik Rydgård c3cc3da8fe Download infra-dns.json from metadata.ppsspp.org 2025-01-23 12:54:22 +01:00
NabandGitHub a6b625324c Update UWP.vcxproj 2024-10-01 21:29:13 +02:00
GABO1423 072383f591 (UWP) Add Redump Asset File 2023-12-16 22:45:58 -04:00
GABO1423 2643c1b801 (UWP) Simplify appxmanifest Files
Also fix misplaced Asset file
2023-08-26 14:45:25 -04:00
GABO1423 5ea2928100 (UWP) Resolve Build Warning
`MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance`
2023-08-26 14:44:20 -04:00
GABO1423 be18828e2f (UWP) Another Round of Code Cleanups 2023-08-26 14:44:20 -04:00
Bashar AstifanandGitHub 19d79b0a6c Merge branch 'master' into configs-loading 2023-08-26 12:19:44 +04:00
GABO1423 79ab8be231 (UWP) Fixed Skipped Debugger Files 2023-08-24 20:53:47 -04:00
Bashar Astifan 04d72ebe54 UWP improvements 2 2023-08-23 02:25:57 +04:00
GABO1423 8cfe46eed0 (UWP) Remove Win32/x86 Support 2023-08-14 18:57:31 -04:00
Bashar Astifan dc32ab134d Exclude root choice from memStickScreen (UWP)
This was wrapped before with `#if PPSSPP_PLATFORM(ANDROID)` after it got removed now start to appear in UWP, this should fix it.
2023-08-14 09:27:51 +04:00
Bashar Astifan c9b3d8aedf Resolve launch item and conflicts
- Better handling for launch items
- Resolved code conflicts
2023-08-14 07:46:14 +04:00
Bashar Astifan 07c119a80c Merge branch 'master' of https://github.com/hrydgard/ppsspp 2023-08-14 02:45:28 +04:00
Henrik Rydgård 9a8919810b Translation cleanups 2023-08-01 13:04:52 +02:00
Bashar AstifanandGitHub 401377818c Merge branch 'master' into master 2023-08-01 05:29:56 +04:00
Henrik RydgårdandGitHub 8cfc4fe60d Merge pull request #17647 from lvonasek/postshader_fake_reflections
Postshader - Fake reflections
2023-07-22 12:24:40 +02:00
Bashar AstifanandGitHub a35c8425e6 Merge branch 'master' into master 2023-07-17 23:20:52 +04:00
GABO1423 4f4d41a02b (UWP) Add Missing Asset Files 2023-07-13 20:49:34 -04:00
Lubos 0729aa5d46 Postshader - New version of bloom 2023-07-05 19:20:17 +02:00
Lubos 2a7d6fe9f8 Postshader - Fake reflections added 2023-06-30 14:38:35 +02:00
GABO1423 e8c42b0bb7 (UWP) Code Cleanup: Round 2 2023-06-29 01:36:30 -04:00
Bashar Astifan 808ff28aa5 Free space and other fixes
- Fixed freespace value
- added back BOOTABLE case to BROWSE_FOR_FILE
- Fixed fake folder info
- Fixed some code formating
2023-05-03 13:04:07 +04:00
Bashar Astifan 05776ee6af Major update 2023-04-30 08:54:54 +04:00
Bashar Astifan d0b6935592 UWP Improved Support 2023-04-28 23:22:17 +04:00
fp64 345b0dcd8b Update UWP references 2023-04-18 21:28:02 -04:00
Henrik Rydgård f401a803a6 Fix VFPU table deployment on UWP 2023-04-03 22:20:11 +02:00
Henrik Rydgård d996fb74d4 MSVC: Set language standard to c++17.
Noticed that we were getting some new warnings after merging the
constexpr stuff.
2023-04-02 17:55:15 +02:00
Henrik Rydgård 143f499d11 Remove a few of the Host implementations 2023-03-25 10:37:49 +01:00
Gabriel Morazán 2d5086112b (UWP) Remove All Redundant Conditionals 2023-03-04 19:19:14 -04:00
Gabriel MorazánandGitHub eab06caba9 (UWP) More Cleanups 2023-03-02 22:44:07 -04:00
Gabriel MorazánandGitHub 051039b696 (UWP) Fix Skipped Asset Files 2023-02-28 00:01:26 -04:00
GABO1423 c538315134 (UWP) Small Build Overhaul 2023-02-27 00:12:20 -04:00
Henrik Rydgård 61c5b9e0ca Retarget UWP projects for latest VS build
19061 is the oldest SDK installed by default.

Also disable "SDL" (security development lifecycle) checks in
SPIRV-Cross because it doesn't build with it...
2023-02-24 23:08:41 +01:00
Henrik Rydgård 182355b258 UWP buildfix 2022-12-08 12:23:28 +01:00
tunip3 a4cf087116 remove storage fileloader and storage folderbrowser 2022-08-16 11:03:06 +01:00
Henrik Rydgård e7e1bb6079 UWP: Fix missing font file causing missing text fields. Fixes #15771 2022-08-04 10:44:12 +02:00
ANR2ME d30d652265 Fixes UWP building issue after Retargeting Solution to a different SDK version.
PS: This won't work when selecting the "latest installed version" tho, so a specific version need to be selected when retargeting.
2022-08-01 00:52:54 +07:00
GABO1423andGitHub c321cbce44 (UWP) Remove Reference to Deleted File. 2022-07-19 20:48:42 -04:00
GABO1423andGitHub bd1eefdda2 Remove redundant file from packages. 2022-07-19 13:24:08 -04:00
Henrik RydgårdandGitHub 989d5b8079 Revert "(UWP) Small Building Tweaks." 2022-07-19 17:57:13 +02:00
GABO1423andGitHub 98727756b4 Remove redundant file from package. 2022-07-18 22:15:54 -04:00
Henrik Rydgård 2178567ba0 UWP: Fix loading the default theme.
Hopefully takes care of #15496

See also #15464
2022-04-24 14:12:15 +02:00