Seregon/ShadPKG

A tool for deriving PKG packet encryption keys for ps4 written in c++

C++/47.3 KB/No license
common/stb.cpp
ShadPKG / common / stb.cpp
1// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
2// SPDX-License-Identifier: GPL-2.0-or-later
3 
4#define STB_IMAGE_IMPLEMENTATION
5#define STBI_ONLY_PNG
6#define STBI_NO_STDIO
7#include "common/stb.h"
8