Implement getargc and getargv (#3562)

* Implement getargc and getargv

* update copyright year

* the loathsome clang-formatter
This commit is contained in:
kalaposfos13
2025-09-09 23:58:22 +02:00
committed by GitHub
parent c05695fde5
commit 4abc6b3010
4 changed files with 22 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
@@ -17,10 +17,6 @@
#include "video_core/texture_cache/sampler.h"
#include "video_core/texture_cache/tile_manager.h"
namespace Core::Libraries::VideoOut {
struct BufferAttributeGroup;
}
namespace VideoCore {
class BufferCache;