mirror of
https://github.com/shadps4-emu/shadps4-qtlauncher.git
synced 2026-01-31 01:05:16 +01:00
* 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>
7 lines
178 B
C
7 lines
178 B
C
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include "common/types.h"
|
|
#include "playgo_types.h" |