Commit graph

47 commits

Author SHA1 Message Date
Xphalnos 2df1372a46 Misc changes 2024-08-18 17:56:29 +02:00
Xphalnos 22d1041c26 Workflows cleanup + misc fixes (#371)
* Workflows cleanup

* clang-format

* SDL3: Disabling unnecessary options

* Revert CMakeLists.txt changes
2024-08-08 18:19:44 +03:00
Xphalnos aa9b70ae88 Minor Qt GUI update (#363)
* Minor Qt GUI update

* Update gui_context_menus.h

* Update gui_context_menus.h

* Update game_info.cpp
2024-08-04 16:07:10 +03:00
Xphalnos be7c3f2ef5 Better logo for shadPS4 2024-07-31 18:14:22 +02:00
Xphalnos 8282120816 Don't download unnecessary DLLs (#341) 2024-07-30 22:41:31 +03:00
squidbus 4e538b8df0 Install x86_64 MoltenVK from Homebrew. (#318) 2024-07-23 22:17:50 +03:00
VasylBaran 9b5b4b5312 Install molten-vk using brew (vs getching it directly with url) to fix macOS build 2024-07-23 20:24:35 +03:00
squidbus 176390c660 Update MoltenVK to 1.2.10 2024-07-21 22:36:12 +03:00
squidbus dff0aa51c6 Add GitHub Actions workflows for macOS. 2024-07-21 22:36:12 +03:00
Xphalnos 7cf23b5efa CMakeLists.txt cleanup (#244)
* Update ci.yml

* Update CMakeLists.txt
2024-07-06 02:42:34 +03:00
Alexandre Bouvier 20fa80cd13 cmake: prefer system libraries (#216) 2024-06-27 13:46:55 +03:00
Xphalnos a0d4b03346 Screenshots fix 2024-06-23 09:04:16 +02:00
Xphalnos a818c36fdf Fix missing SDL3.dll error message for Windows-Qt (#193) 2024-06-12 19:09:54 +03:00
Xphalnos fd3d1550a8 Various changes 2024-06-01 08:18:33 +02:00
Xphalnos 80a9e3865b Migrating from third-party to externals (#138)
* third-party migration to externals

* Fix

* Lower case for Linux
2024-05-18 20:05:18 +03:00
georgemoralis 7689e9e8f0 Update linux.yml
switched to ubuntu 24.04
2024-05-16 16:59:04 +03:00
TheTurtle 94caa0336e core: Implement new memory manager (#133)
* core: Implement new memory manager

* ci: Attempt to fix linux build

* code: Fix a few build errors
2024-05-16 15:55:50 +03:00
georgemoralis a86b713cc4 fixed workflows 2024-05-10 00:05:54 +03:00
Xphalnos e7c82cee5e Update Workflows (#127)
* Update Workflows

* Update clang-format.sh

* Revert "Update clang-format.sh"

This reverts commit 391bf7e639.

* Clang 17
2024-05-08 14:17:41 +03:00
psucien 87f3724675 video_core: prefer discrete gpu if available (#116)
* video_core: prefer discrete gpu if available

* ci: Upgrade to clang format 17

* rewrite w\o std::zip usage

---------

Co-authored-by: raphaelthegreat <47210458+raphaelthegreat@users.noreply.github.com>
2024-04-30 00:19:12 +03:00
Xphalnos 171d27ff40 Change logo 2024-03-28 15:29:21 +01:00
qurious-pixel e0c5d67edd linux qt artifact name (#89) 2024-03-01 08:23:02 +02:00
georgemoralis c8e1e9b19c missing dll in windows-qt ci 2024-03-01 00:11:19 +02:00
georgemoralis a967d891d6 file formats and qt (#88)
* added psf file format

* clang format fix

* crypto functions for pkg decryption

* pkg decryption

* initial add of qt gui , not yet usable

* renamed ini for qt gui settings into shadps4qt.ini

* file detection and loader support

* option to build QT qui

* clang format fix

* fixed reuse

* Update src/core/file_format/pkg.cpp

Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>

* Update src/core/file_format/pkg.cpp

Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>

* Update src/core/file_format/pkg.cpp

Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>

* Update src/core/file_format/pkg.cpp

Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>

* Update src/core/loader.h

Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>

* Update src/core/loader.cpp

Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>

* uppercase fix

* clang format fix

* small fixes

* let's try windows qt build ci

* some more fixes for ci

* Update src/core/file_format/pkg.cpp

Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>

* Update src/core/file_format/pkg.cpp

Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>

* Update src/core/file_format/pkg.cpp

Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>

* Update src/core/file_format/pkg.cpp

Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>

* Update .github/workflows/windows-qt.yml

Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>

* Update src/core/loader.cpp

Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>

* Update src/core/file_format/psf.cpp

Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>

* loader namespace

* Update src/core/loader.cpp

Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>

* constexpr magic

* linux qt ci by qurious

* fix for linux qt

* Make script executable

* ci fix?

---------

Co-authored-by: raziel1000 <ckraziel@gmail.com>
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
Co-authored-by: GPUCode <geoster3d@gmail.com>
2024-03-01 00:00:35 +02:00
GPUCode 367350e989 common: Rewrite logging based on cut down citra logger (#86)
* common: Rewrite logging based on cut down Citra logger

* code: Misc fixes

* core: Bring back tls handler

* linker: Cleanup

* config: Remove log level

* logging: Enable console output by default

* core: Fix windows build
2024-02-28 00:10:34 +02:00
qurious-pixel 82d6625df3 Linux CI (#84)
* Linux CI

* misc formatting

* .reuse
2024-02-25 17:20:53 +02:00
GPUCode 7e5b7a7ffa chore: Make shadps4 REUSE compliant 2024-02-23 23:33:43 +02:00
GPUCode d9e30405ba code: Add clang-format target and CI workflow (#82)
* code: Add clang format target, rules and CI workflow

* code: Run clang format on sources
2024-02-23 22:57:57 +02:00
georgemoralis 3457b1801f moved broken linux workflow 2023-08-08 22:27:30 +03:00
georgemoralis 844e1a4d66 Update windows.yml - include winpthreads dll 2023-07-23 20:08:18 +03:00
georgemoralis e18ba3a7a7 Update windows.yml clang fix 2023-07-23 19:55:08 +03:00
Stefanos Kornilios Mitsis Poiitidis 2cc665cfa9 ci: Use all available cores for linux 2023-07-07 14:23:00 +03:00
Stefanos Kornilios Mitsis Poiitidis a4346a44d9 ci: install some packages for linux 2023-07-07 14:17:35 +03:00
Stefanos Kornilios Mitsis Poiitidis b649d2b263 ci: Add linux.yml 2023-07-07 14:07:22 +03:00
georgemoralis b3d4bf9381 Update windows.yml
fixing artifact part4
2023-05-11 16:01:53 +03:00
georgemoralis 491a9577f3 Update windows.yml
fixing artifact part3
2023-05-11 15:53:05 +03:00
georgemoralis 7dd1768191 Update windows.yml
trying to fix artifact part2
2023-05-11 15:40:12 +03:00
georgemoralis d1562d52f8 Update windows.yml
trying to fix artifact
2023-05-11 15:26:21 +03:00
georgemoralis e9ecc57c5c Update windows.yml
fixing cmake try2
2023-05-11 15:04:07 +03:00
georgemoralis 0484684931 Update windows.yml
fixed actions try1
2023-05-11 14:57:55 +03:00
georgemoralis e75857ec4b updated msbuild 2023-04-20 10:54:20 +03:00
georgemoralis f7d090a79c Update windows.yml 2023-04-15 19:23:14 +03:00
georgemoralis c83ecd3154 added artifact 2023-04-15 19:21:08 +03:00
georgemoralis b713fc29cc Update windows.yml 2023-04-11 13:52:40 +03:00
georgemoralis b69fdef51f Update windows.yml 2023-04-11 10:20:58 +03:00
georgemoralis 5de96393a3 Update and rename msbuild.yml to windows.yml 2023-04-11 09:58:48 +03:00
georgemoralis eefae47a1a Create msbuild.yml 2023-04-11 09:55:06 +03:00