Index: head/emulators/rpcs3/files/patch-rpcs3_Emu_IdManager.h =================================================================== --- head/emulators/rpcs3/files/patch-rpcs3_Emu_IdManager.h (nonexistent) +++ head/emulators/rpcs3/files/patch-rpcs3_Emu_IdManager.h (revision 511817) @@ -0,0 +1,13 @@ +https://github.com/RPCS3/rpcs3/issues/6529 + +--- rpcs3/Emu/IdManager.h.orig 2019-09-09 16:16:02 UTC ++++ rpcs3/Emu/IdManager.h +@@ -30,7 +30,7 @@ namespace id_manager + static const u32 base = T::id_base; + static const u32 step = T::id_step; + static const u32 count = T::id_count; +- static const u32 invalid = base > 0 ? 0 : -1; ++ static constexpr u32 invalid = base > 0 ? 0 : -1; + + // Note: full 32 bits range cannot be used at current implementation + static_assert(count > 0 && step > 0 && u64{step} * count + base < u64{UINT32_MAX} + (base != 0 ? 1 : 0), "ID traits: invalid object range"); Property changes on: head/emulators/rpcs3/files/patch-rpcs3_Emu_IdManager.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property