mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-05 18:23:16 +00:00
cmake: unbundle stb (#1601)
This commit is contained in:
parent
642dedea8c
commit
874508f8c2
9 changed files with 46 additions and 9 deletions
|
@ -4,12 +4,11 @@
|
|||
#include <deque>
|
||||
#include <utility>
|
||||
|
||||
#include <externals/stb_image.h>
|
||||
|
||||
#include "common/assert.h"
|
||||
#include "common/config.h"
|
||||
#include "common/io_file.h"
|
||||
#include "common/polyfill_thread.h"
|
||||
#include "common/stb.h"
|
||||
#include "imgui_impl_vulkan.h"
|
||||
#include "texture_manager.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue