mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-09 08:25:13 +00:00
08aba86ca1
* Modules generation tool * apply clang format to generator * @whereismyfoodat suggestions * added reuse headers * reuse part2 * reuse part3 * reuse part3 * replace with hex_id the unknown functions to avoid compile errors with unknown characters from encode_id * fixes in generation * some sample module code from autogen tool * clang format fix
6 lines
202 B
C
6 lines
202 B
C
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
// TODO placeholder until port finishes
|
|
#include "core/hle/libraries/libs.h" |