Move RangeSet from Externals to Common

This is a very small libary, and as I understand it, it was more or less
developed for Dolphin.

This moves the two relevant files from Externals to Common, changes the
namespace to Common, reformats the code, and adds Dolphin copyright
notices. The change in copyright notice and license was approved by
AdmiralCurtiss.
This commit is contained in:
JosJuice
2026-02-23 22:55:38 +01:00
parent ffa03fec78
commit 36f45dce44
12 changed files with 323 additions and 314 deletions
-2
View File
@@ -761,8 +761,6 @@ include_directories(Externals/picojson)
add_subdirectory(Externals/expr)
add_subdirectory(Externals/rangeset)
add_subdirectory(Externals/FatFs)
if (USE_RETRO_ACHIEVEMENTS)