Commit Graph
9824 Commits
Author SHA1 Message Date
PabloMK7 718ff2546f Merge remote-tracking branch 'origin/master' into httpc 2023-10-06 13:48:54 +02:00
Castor215andGitHub 7931aac3b7 externals: require cpp-httplib >= 0.14.1 (#7043) 2023-10-05 16:41:07 -07:00
SachinVinandGitHub 053b3618dc Android: gl_shader_decompiler.cpp: get rid of the not-so-accurate multiplication (#7011) 2023-10-05 10:28:26 -07:00
PabloMK7 1d27cbf3b6 Revert SplitURL to previous version 2023-10-05 16:13:06 +02:00
PabloMK7 6708d7c33b Fix format 2023-10-05 15:14:24 +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
Castor215andGitHub 483e877001 externals: allow users to use system JSON headers (nlohmann-json3) (#7042) 2023-10-04 14:32:43 -07: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
SachinVinandGitHub 72ff0c5337 AudioCore: Refactor DSP interrupt handling (#7026) 2023-10-04 15:44:59 +02:00
Castor215andGitHub 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 415d0c2abd Organize code 2023-10-03 13:31:11 +02:00
Castor215andGitHub 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
PabloMK7andGitHub 9ec4954380 Add HLERequestContext::RunAsync (#7027) 2023-10-02 11:09:27 -07:00
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 GuimaraesandGitHub 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
Steveice10andGitHub 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
TobiasandGitHub 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 KandGitHub 60d815fada Remove LGTM config (#7020) 2023-09-29 03:20:45 +02:00
Castor215andGitHub 38f310f716 externals: allow users to use system cpp-jwt libraries (#6976) 2023-09-28 16:31:14 -07:00
Vitor KandGitHub 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 KandGitHub 6cfb8e02a8 clang format (#7017) 2023-09-27 13:42:19 -03:00
SachinVinandGitHub 5ced2c7af9 Bump clang format to 15 (#7014) 2023-09-27 19:29:49 +05:30
Steveice10andGitHub 327a00b4d5 externals: Update fmt. (#7015) 2023-09-27 03:29:13 -07:00
Steveice10andGitHub d0b8974845 build: Disable LTO when using MSVC. (#7003) 2023-09-24 00:00:16 +02:00
SachinVinandGitHub 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
Steveice10andGitHub 270d3eb7eb ci: Split out non-release CI jobs into separate workflows. (#7001) 2023-09-22 09:15:47 -07:00
Steveice10andGitHub 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 KayeandGitHub 279208347e AndroidManifest.xml: allow launchers to start a game using the EmulationActivity intent (#6996) 2023-09-19 19:36:16 +02:00
Steveice10andGitHub af5202f6cb ci: Add iOS verification workflow. (#6992) 2023-09-18 20:12:28 -07:00
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
GPUCodeandGitHub d1c16bad78 code: Remove save state compatibility checks (#6980) 2023-09-16 15:22:10 -07:00
GPUCodeandGitHub 542209c993 video_core: Initialize unrefered attributes to 1.f (#6966) 2023-09-16 14:46:44 -07:00
SachinVinandGitHub 8aee625a14 externals: Add option to use system SoundTouch (#6971) 2023-09-16 14:46:32 -07:00
d2d37411bc vk_platform: Check if vkEnumerateInstanceVersion exists before calling it (#6982)
Co-authored-by: Vitor K <vitor-kiguchi@hotmail.com>
2023-09-15 16:00:10 -07:00