6 Commits

Author SHA1 Message Date
kalaposfos13
84b31ded4a Change MoltenVK submodule to the shadPS4 fork (#187) 2025-11-14 21:48:07 +02:00
squidbus
1dbbcb8186 externals: Update MoltenVK and fix macOS GPU listing (#152) 2025-10-25 00:42:46 +03:00
georgemoralis
0444827a38 The perfect PR (#147)
* initial interface and logic to populate the version selector table (only GUI, doesn't do anything yet)

* update LoadVersionComboBox to the new logic

* implement adding a new version to the versions file, and hook it up with "add custom version"

* implement deleting version and update logic for dl-ing a new version from the version manager

* oof

* Clang, Formatter of Night

* fix building (how did it even build locally?)

* +

* Add back shortcut creation (needs better file selection)

* Add the shortcut dialog

* cleanup

* Different file filters per OS

* syntax and filter fix

* change to launcher shortcut instead of emu shortcut (only default for now)

* Update gui_context_menus.h

* fix build

* Version shortcut added

* pass gamepath from args so automatic patch detection works

* Update CMakeLists.txt

* Fix linux path

* support automatic patch detection if gamearg is a serial

* linux fix

* implement --game/-g instead of passing from emulator_args

* fix -d

* add --no-ipc flag

* fix -e

* versions is now using json file

* fixing consts

* introducing portable/non portable launcher dir

* qt settings to launcher dir

* compatibility + meta info (no trophies it will go elsewhere after usermanagement)

* clang

---------

Co-authored-by: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com>
Co-authored-by: rainmakerv2 <30595646+rainmakerv3@users.noreply.github.com>
2025-10-24 13:36:04 +03:00
squidbus
2102182a02 Clean up build and dead code/modules. (#56) 2025-09-23 15:19:21 +03:00
kalaposfos13
91163d84a8 Remove non-GUI specific code (#7)
* using volk lib for retrieve vulkan devices

* Remove ENABLE_QT_GUI from cmake and assume always on (duh)

* These are things that will need the ipc to be updated for them to work, currently these are just commented out

* Remove most of the source code from CMakeLists.txt

* thanos snap

* further updates now that the files aren't actually there

* more thanos snap

* this is where I actually have to start thinking about what and how to remove more things

* +

* w*ndows

* +

* ImGUI

* reuse

* submodules

* remove stb

* readd moltenvk (who cares about mac build speeds anyway)

* the loathsome clang-formatter

* +

* +

* +

* +

* sir clang offnir, the all-formatting

* +

* +

* +

---------

Co-authored-by: georgemoralis <giorgosmrls@gmail.com>
2025-09-19 18:03:13 +03:00
georgemoralis
87b22dc882 v0.11.0 release 2025-09-18 10:35:32 +03:00