Skip to content

Commit

Permalink
Clean up span polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Dec 5, 2023
1 parent 664ebb8 commit 8f502a9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 40 deletions.
1 change: 0 additions & 1 deletion src/libretro/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ add_library(melondsds_libretro MODULE
retro/threads.hpp
screenlayout.cpp
screenlayout.hpp
span.hpp
sram.cpp
sram.hpp
tracy.hpp
Expand Down
1 change: 0 additions & 1 deletion src/libretro/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
#include "render.hpp"
#include "retro/dirent.hpp"
#include "screenlayout.hpp"
#include "span.hpp"
#include "tracy.hpp"
#include "pcap.hpp"

Expand Down
8 changes: 0 additions & 8 deletions src/libretro/platform/semaphore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,11 @@
*/

#include <Platform.h>
#ifdef __cpp_lib_semaphore
#include <semaphore>
#else
#include <semaphore.h>
#endif

#include "tracy.hpp"

#ifdef __cpp_lib_semaphore
using std::counting_semaphore;
#else
using cyan::counting_semaphore;
#endif

using namespace melonDS;
using Platform::Semaphore;
Expand Down
30 changes: 0 additions & 30 deletions src/libretro/span.hpp

This file was deleted.

0 comments on commit 8f502a9

Please sign in to comment.