git
.
seregonwar
.com
mirror · live
Explore
Issues
Pulls
Activity
search // ⌘K
⌘K
Sign in
git.seregonwar.com
/
Seregon
/
ShadPKG
source
Seregon
/
ShadPKG
A tool for deriving PKG packet encryption keys for ps4 written in c++
C++
/
47.3 KB
/
No license
Star
·
0
Fork
·
0
Watch
·
1
Code
Issues
Pull requests
Releases
Activity
Insights
Settings
main
common/stb.cpp
raw
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