Commit Graph
45601 Commits
Author SHA1 Message Date
Henrik RydgårdandGitHub d35529e54f Merge pull request #17952 from basharast/configs-loading
[UWP] Improvements 2 (Configs, Render, Input)
2023-08-26 12:14:48 +02:00
Bashar AstifanandGitHub 19d79b0a6c Merge branch 'master' into configs-loading 2023-08-26 12:19:44 +04:00
Henrik RydgårdandGitHub 5779e37f55 Merge pull request #17982 from ANR2ME/adhoc
[Adhoc] An attempt to fix winsock error 10022 on Monster Hunter Freedom
2023-08-26 07:14:13 +02:00
Henrik RydgårdandGitHub f7e818749c Merge pull request #17979 from hrydgard/osd-notice-icon
Show the RetroAchievements icon in a bunch of notifications
2023-08-26 07:12:43 +02:00
ANR2ME 270943dd59 Show socket id in Info Log when successfully created/accepted. 2023-08-26 06:43:24 +07:00
ANR2ME 47efec2782 Treat WSAEINVAL similar to WSAEALREADY during connect for backward-compatibility to Winsock 1.1, but might confuses with an actual invalid argument error on newer Winsock. 2023-08-26 06:25:09 +07:00
Henrik Rydgård 2c9893e906 Buildfix 2023-08-25 17:20:41 +02:00
Henrik Rydgård a70b36671a Show the RetroAchievements icon in a bunch of notifications 2023-08-25 16:36:29 +02:00
Henrik Rydgård 6ba08fbcb9 Allow using atlas icons other than the presets in OSD messages. 2023-08-25 16:32:39 +02:00
Henrik RydgårdandGitHub 564c4b38bd Merge pull request #17978 from hrydgard/add-http-log-channel
Add HTTP log channel, and make ACHIEVEMENTS a proper one.
2023-08-25 14:43:41 +02:00
Henrik Rydgård 6d28ccbd8e Add HTTP log channel, and make ACHIEVEMENTS a proper one. 2023-08-25 13:53:46 +02:00
Henrik RydgårdandGitHub 6b89788e6d Merge pull request #17977 from hrydgard/modernize-log-types
Log level/type: Use enum class instead of the awkward namespace trick.
2023-08-25 13:40:52 +02:00
Henrik Rydgård c59e9e51b2 Non-change to see if CI fixes itself.. 2023-08-25 12:39:19 +02:00
Henrik Rydgård 0ce5e21059 Minor simplification 2023-08-25 11:49:02 +02:00
Henrik Rydgård 1025bbcf89 Log level/type: Use enum class instead of the awkward namespace trick.
Just a small cleanup I've wanted to do for a long time.
2023-08-25 11:48:59 +02:00
Henrik RydgårdandGitHub 308e983a99 Merge pull request #17975 from unknownbrackets/x86-jit-ir
More x86 IR JIT
2023-08-25 09:41:38 +02:00
Unknown W. Brackets be4fe52796 x86jit: A few more float ops. 2023-08-25 00:01:03 -07:00
Unknown W. Brackets d021706eb3 x86jit: Implement conditional assigns. 2023-08-25 00:01:03 -07:00
Unknown W. Brackets d1a30334bf x86jit: Implement multiplies. 2023-08-25 00:01:03 -07:00
Unknown W. Brackets 363f2b68e1 x86jit: Implement shifts. 2023-08-25 00:01:03 -07:00
Unknown W. Brackets 601bf344c1 x86jit: Implement vdot. 2023-08-25 00:01:03 -07:00
Unknown W. Brackets bfb8df8472 x86jit: Implement fneg/abs. 2023-08-25 00:01:02 -07:00
Unknown W. Brackets 004c35cf76 x86jit: Implement syscalls and some system. 2023-08-25 00:01:02 -07:00
Unknown W. Brackets 2fbdc42a5c x86jit: Reduce code a bit in SETcc paths. 2023-08-25 00:00:35 -07:00
Henrik RydgårdandGitHub a380d665c1 Merge pull request #17973 from GABO1423/master
(UWP) Fixed Skipped Debugger Files
2023-08-25 07:30:06 +02:00
Henrik Rydgård 12a36d899d Bump ffmpeg submodule 2023-08-25 07:28:56 +02:00
GABO1423 79ab8be231 (UWP) Fixed Skipped Debugger Files 2023-08-24 20:53:47 -04:00
Henrik RydgårdandGitHub 24ec26d935 Merge pull request #17972 from hrydgard/add-flag-disable-https
Allow disabling HTTPS through the config file
2023-08-24 22:09:16 +02:00
Henrik Rydgård dfe187df1e Allow disabling HTTPS through the config file
Simply set:

```ini
[General]
DisableHTTPS = True
```

Added to help debug issue #17969
2023-08-24 21:28:30 +02:00
Henrik RydgårdandGitHub b3fafb5fa8 Merge pull request #17971 from hrydgard/easier-ge-frame-dump
Add "Create frame dump" to the in-game developer menu
2023-08-24 17:43:42 +02:00
Henrik Rydgård d2d8688e47 Add "Create frame dump" to the in-game developer menu (that can be enabled in dev settings)
Makes it possible to create one without connecting the websocket
debugger, even on non-Windows platforms.
2023-08-24 14:41:35 +02:00
Henrik RydgårdandGitHub 58dc13eea2 Merge pull request #17970 from hrydgard/show-in-folder-request
Make System_ShowFileInFolder a "request"
2023-08-24 14:41:03 +02:00
Henrik RydgårdandGitHub fb84444043 Merge pull request #17965 from hrydgard/load-clut-old-framebuffers
Add compat flag to not load CLUTs from old framebuffers
2023-08-24 14:24:24 +02:00
Henrik RydgårdandGitHub 62948b453d Merge pull request #17967 from hrydgard/improved-autoconfigure
Android/controls: Fix pad autoconfigure bug
2023-08-24 14:23:57 +02:00
Henrik Rydgård 60492ae579 Make System_ShowFileInFolder a "request"
Also makes support queryable.

Lets us remove the dummy implementations.
2023-08-24 14:22:35 +02:00
Bashar Astifan 5709ced6ce Update InputHelpers.cpp 2023-08-24 15:32:32 +04:00
Bashar Astifan 4d71c96a10 Very minor cleanup
Removing unused include and cleaned the Tls TODO notice
2023-08-24 15:25:20 +04:00
Henrik Rydgård 0e56ed1f38 Android: Fix bug where autoconfigure for unknown pad types didn't do anything, instead of just doing the defaults. 2023-08-24 11:08:52 +02:00
Henrik Rydgård 2b7fe0d729 Cleanup: callbacks->lambdas 2023-08-24 11:08:43 +02:00
Henrik Rydgård 16d073c4ad Add compat flag to not load CLUTs from old framebuffers 2023-08-24 10:30:37 +02:00
Henrik RydgårdandGitHub ca40de852a Merge pull request #17960 from hrydgard/control-mapping-fixes
Controls: Make the analog/digital mapping clash resolution more gentle.
2023-08-24 09:52:40 +02:00
Henrik RydgårdandGitHub 30016bc0d6 Merge pull request #17962 from hrydgard/toggle-wlan-switch
Add mappable key to toggle networking
2023-08-24 09:52:29 +02:00
Henrik RydgårdandGitHub 044624e218 Merge pull request #17964 from unknownbrackets/x86-jit-ir
Implement more x86 vec4 ops, float compares, etc.
2023-08-24 08:47:11 +02:00
Unknown W. Brackets e2c6011906 x86jit: Implement VFPU Fcmp. 2023-08-23 22:17:55 -07:00
Unknown W. Brackets 00155790d6 x86jit: Add some notes for vector calls.
Let's avoid the thunks to be more similar to other backends.
2023-08-23 22:17:55 -07:00
Unknown W. Brackets ef93b7547e x86jit: Add vmin/vmax. 2023-08-23 22:17:55 -07:00
Unknown W. Brackets 931c84f835 x86jit: Implement FCmp. 2023-08-23 22:17:55 -07:00
Unknown W. Brackets d86f6ae618 x86jit: Implement set less thans. 2023-08-23 22:17:55 -07:00
Unknown W. Brackets 5473a5c698 x86jit: Add low MapWithFlags for Ext8to32. 2023-08-23 22:17:55 -07:00
Unknown W. Brackets 0b1953e5fd x86jit: Handle more Vec4 ops, some related. 2023-08-23 22:17:50 -07:00