Commit graph

9853 commits

Author SHA1 Message Date
PabloMK7 cdbcd709d3 Merge branch 'httpc' into online 2023-10-05 14:56:11 +02:00
PabloMK7 b8c3f0648b Apply suggestions 2023-10-05 14:48:02 +02:00
PabloMK7 13418013a4 Fix compilation 2023-10-05 14:16:08 +02:00
PabloMK7 3f640ae662 Apply suggestions 2023-10-05 13:01:50 +02:00
PabloMK7 6f98457888 Apply more suggestions 2023-10-04 22:57:00 +02:00
PabloMK7 937ffb267c Add and use Common::TruncateString 2023-10-04 22:53:42 +02:00
PabloMK7 3ccbe657b1 Create and use ctx.CommandID() 2023-10-04 22:31:14 +02:00
PabloMK7 0fa5357754 Fix compilation issue 2023-10-04 22:20:29 +02:00
PabloMK7 8714eecdb1 Merge remote-tracking branch 'origin/master' into httpc 2023-10-04 22:08:08 +02:00
PabloMK7 0689a4a22f Fix header ordering 2023-10-04 22:03:35 +02:00
PabloMK7 5fb455425c Apply suggestions 2023-10-04 21:59:47 +02:00
SachinVin 72ff0c5337
AudioCore: Refactor DSP interrupt handling (#7026) 2023-10-04 15:44:59 +02:00
Castor215 0ce956ba00
externals: allow users to use system cpp-httplib (#7034) 2023-10-04 15:41:13 +02:00
PabloMK7 bf5c707a88 Try to fix issue from httplib 2023-10-03 23:10:20 +02:00
PabloMK7 3476fd4565 Make httplib system 2023-10-03 21:40:29 +02:00
PabloMK7 62ee5e2cdc Remove pragmas that do nothing and mark as SYSTEM 2023-10-03 21:18:43 +02:00
PabloMK7 0b11a2b790 Fix defines 2023-10-03 18:24:21 +02:00
PabloMK7 e0373d679c Disable treat errors as warnings for httplib 2023-10-03 17:49:19 +02:00
PabloMK7 f605fb6ba4 Fix compilation issues 2023-10-03 16:05:15 +02:00
PabloMK7 7bef2b56b6 Add cryptopp to cmakelists 2023-10-03 14:27:13 +02:00
PabloMK7 f313dabb93 Merge branch 'httpc' into online 2023-10-03 13:51:32 +02:00
PabloMK7 b2a0cc6429 Revert httplib 2023-10-03 13:49:07 +02:00
PabloMK7 d75538c170 Fix MAC OS 2023-10-03 13:47:42 +02:00
PabloMK7 ffb9a443cd Merge branch 'master' into online 2023-10-03 13:43:48 +02:00
PabloMK7 fdb96932a0 Revert to master for easier merge 2023-10-03 13:40:44 +02:00
PabloMK7 415d0c2abd Organize code 2023-10-03 13:31:11 +02:00
Castor215 b28ade1ee8
externals: mark cpp-jwt headers as SYSTEM (#7033) 2023-10-03 01:19:18 -07:00
PabloMK7 3afcf52215 Merge branch 'master' into httpc 2023-10-02 20:25:32 +02:00
PabloMK7 5bf960c9ef More implementation details and cleanup. 2023-10-02 20:23:57 +02:00
PabloMK7 9ec4954380
Add HLERequestContext::RunAsync (#7027) 2023-10-02 11:09:27 -07:00
zhaobot 38a0a85777
Update translations (2023-10-01) (#7028)
Co-authored-by: The Citra Community <noreply-fake@community.citra-emu.org>
2023-10-02 18:10:11 +05:30
PabloMK7 b7d8d40b25 Implement missing http:c functionality. 2023-10-01 12:27:31 +02:00
Daniel López Guimaraes 376d33cff4
audio_core/hle: Fix compile issues (#7024)
* audio_core/hle: Fix compile issues

Fix all compiling issues related with fmt (see #7015)

* audio_core/hle: Fix clang-format
2023-09-30 23:41:25 -07:00
PabloMK7 26d26653af Fix http:c files 2023-09-30 12:25:44 +02:00
Steveice10 50f22d1f59
video_core: Abstract shader generators. (#6990)
* video_core: Abstract shader generators.

* shader: Extract common generator structures and move generators to specific namespaces.

* shader: Minor fixes and clean-up.
2023-09-30 02:06:06 -07:00
Tobias 1492d73ccb
frd: Stub several functions (#7010)
* mii: Improve mii data variable naming

* frd: Stub several functions

Allows the friend applet to open successfully.

* frd: Address review comments
2023-09-29 20:27:15 -07:00
Vitor K 60d815fada
Remove LGTM config (#7020) 2023-09-29 03:20:45 +02:00
Castor215 38f310f716
externals: allow users to use system cpp-jwt libraries (#6976) 2023-09-28 16:31:14 -07:00
Vitor K a35f8cbb78
fix include/namespace related compilation errors (#7019)
a user on discord reported compilation errors when trying to compile
on Linux with GCC 13 and Clang 16.
2023-09-28 18:36:50 +05:30
Vitor K 6cfb8e02a8
clang format (#7017) 2023-09-27 13:42:19 -03:00
SachinVin 5ced2c7af9
Bump clang format to 15 (#7014) 2023-09-27 19:29:49 +05:30
Steveice10 327a00b4d5
externals: Update fmt. (#7015) 2023-09-27 03:29:13 -07:00
Steveice10 d0b8974845
build: Disable LTO when using MSVC. (#7003) 2023-09-24 00:00:16 +02:00
SachinVin d19fe9aa4c
audio_core\hle\shared_memory.h: Update struct member names based on FE:Fates Symbols (#6995) 2023-09-22 11:53:30 -07:00
Steveice10 270d3eb7eb
ci: Split out non-release CI jobs into separate workflows. (#7001) 2023-09-22 09:15:47 -07:00
Steveice10 003a4ec09b
gsp: Downgrade StoreDataCache log to trace. (#7006)
* gsp: Downgrade StoreDataCache log to trace.

* gsp: Mark StoreDataCache parameters as maybe_unused
2023-09-22 09:15:31 -07:00
Michael J Kaye 279208347e
AndroidManifest.xml: allow launchers to start a game using the EmulationActivity intent (#6996) 2023-09-19 19:36:16 +02:00
Steveice10 af5202f6cb
ci: Add iOS verification workflow. (#6992) 2023-09-18 20:12:28 -07:00
Steveice10 28c542c2c2
build: Fix compiling citra-qt for iOS. (#6983)
* build: Fix compiling citra-qt for iOS.

* Update src/citra_qt/configuration/configure_general.cpp

Co-authored-by: Tobias <thm.frey@gmail.com>

---------

Co-authored-by: Tobias <thm.frey@gmail.com>
2023-09-17 16:07:56 -07:00
GPUCode d1c16bad78
code: Remove save state compatibility checks (#6980) 2023-09-16 15:22:10 -07:00