File tree Expand file tree Collapse file tree 6 files changed +0
-9
lines changed
BizHawk.Client.Common/movie/import
BizHawk.Common/Extensions
BizHawk.Emulation.Cores/Consoles/Nintendo/NES
BizHawk.Emulation.DiscSystem Expand file tree Collapse file tree 6 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 1010using System . Runtime . CompilerServices ;
1111using System . Runtime . InteropServices ;
1212
13- using BizHawk . Common . CollectionExtensions ;
14-
1513using SDGraphics = System . Drawing . Graphics ;
1614
1715namespace BizHawk . Bizware . Graphics
Original file line number Diff line number Diff line change 11using System . IO ;
22using System . Text ;
33
4- using BizHawk . Common . CollectionExtensions ;
54using BizHawk . Emulation . Common ;
65using BizHawk . Emulation . Cores ;
76using BizHawk . Emulation . Cores . Consoles . Sega . gpgx ;
Original file line number Diff line number Diff line change @@ -650,8 +650,5 @@ public static bool IsSortedDesc<T>(this ReadOnlySpan<T> span)
650650 for ( int i = 0 , e = span . Length - 1 ; i < e ; i ++ ) if ( span [ i + 1 ] . CompareTo ( span [ i ] ) > 0 ) return false ;
651651 return true ;
652652 }
653-
654- [ MethodImpl ( MethodImplOptions . AggressiveInlining ) ]
655- public static bool SequenceEqual < T > ( this T [ ] a , ReadOnlySpan < T > b ) where T : IEquatable < T > => a . AsSpan ( ) . SequenceEqual ( b ) ;
656653 }
657654}
Original file line number Diff line number Diff line change 22using System . IO ;
33
44using BizHawk . Common ;
5- using BizHawk . Common . CollectionExtensions ;
65using BizHawk . Emulation . Common ;
76
87namespace BizHawk . Emulation . Cores . Nintendo . NES
Original file line number Diff line number Diff line change 44
55using BizHawk . Common ;
66using BizHawk . Common . BufferExtensions ;
7- using BizHawk . Common . CollectionExtensions ;
87using BizHawk . Common . IOExtensions ;
98
109
Original file line number Diff line number Diff line change 33using System . Text ;
44
55using BizHawk . Common ;
6- using BizHawk . Common . CollectionExtensions ;
76using BizHawk . Common . StringExtensions ;
87using ISOParser ;
98
You can’t perform that action at this time.
0 commit comments