YoshiRulz
|
ba1a1beca3
|
Rework build scripts for main solution, now using `dotnet publish`
no idea how this will go on Windows, but apparently it's been broken
since 7e8623fdd anyway
|
2024-04-04 12:36:59 +10:00 |
James Groom
|
732661a572
|
Use MSBuild to create empty dirs in output
|
2024-04-04 12:05:32 +10:00 |
YoshiRulz
|
bb110d4f5e
|
Minor refactors to other MSBuild files
|
2024-04-04 10:07:22 +10:00 |
James Groom
|
2206571ab8
|
Hide asms from ext. tool list if they don't reference any Hawk asms
|
2024-03-30 07:15:31 +10:00 |
James Groom
|
a3faf6fbd7
|
Skip generating ext. tool menu items for files that aren't assemblies
|
2024-03-30 07:12:24 +10:00 |
James Groom
|
7e8623fdda
|
Retain `BizHawk.Client.` prefix in executables' assembly names
|
2024-03-30 07:07:21 +10:00 |
Morilli
|
6d06dcd5d2
|
Fix BinarySearch test failures
|
2024-03-29 18:56:56 +01:00 |
Morilli
|
af9d337900
|
Add one more failing test
|
2024-03-29 18:56:38 +01:00 |
Morilli
|
b983bdb361
|
Add failing binary search tests
Fixing these functions is left as an exercise to the reader
|
2024-03-29 13:08:52 +01:00 |
CasualPokePlayer
|
be6647f10c
|
[MAME] Fix System Bus causing desyncs
|
2024-03-28 17:58:34 -07:00 |
Morilli
|
22cbacd388
|
whatever this is
|
2024-03-28 17:33:29 +01:00 |
James Groom
|
d67b1c1d23
|
Fix typo
fixes 4f144c74d
|
2024-03-27 17:19:16 +00:00 |
James Groom
|
4f144c74d4
|
Create constructors for `RollColumn`
|
2024-03-27 17:17:53 +00:00 |
James Groom
|
8967f58df8
|
Move `&&`/`||` to start of next line in main solution
|
2024-03-27 16:35:31 +00:00 |
James Groom
|
b0ba7a1246
|
Move `&&`/`||` to start of next line in EmuHawk project
|
2024-03-27 16:10:32 +00:00 |
James Groom
|
8987ba8650
|
Remove unused import
fixes cf45d41c8
|
2024-03-27 02:24:29 +00:00 |
James Groom
|
651c79abeb
|
Fix typos from `&&`/`||` refactoring
fixes 5685befe1
|
2024-03-27 02:21:50 +00:00 |
James Groom
|
5685befe14
|
Move `&&`/`||` to start of next line in Emulation.Cores project
|
2024-03-27 02:10:39 +00:00 |
Morilli
|
e5582cd016
|
Use UtcNow instead of Now
|
2024-03-26 22:28:18 +01:00 |
Morilli
|
95381170d8
|
Add optimization for >>1k fps scenarios
|
2024-03-26 20:14:54 +01:00 |
Morilli
|
cf45d41c85
|
Don't unnecessarily create and return a Dictionary from GetAxisValues
|
2024-03-26 19:23:50 +01:00 |
Morilli
|
032d1b85d6
|
-1 list allocation per frame yay
|
2024-03-26 19:20:54 +01:00 |
Morilli
|
d498f8c3be
|
Simplify logic in OverrideAdapter
|
2024-03-26 19:10:22 +01:00 |
Morilli
|
45159091e6
|
Optimize IsLoaded<T>
can we get rid of the other 3 functions maybe?
|
2024-03-26 18:32:32 +01:00 |
James Groom
|
3c2b01f34b
|
Replace some spaces used as indentation
|
2024-03-26 16:52:47 +00:00 |
James Groom
|
7b5f688590
|
Fix double enumeration in `InputRoll.SelectRow`
|
2024-03-26 01:11:07 +10:00 |
James Groom
|
cb087a35fe
|
Minor touch-ups to readme
|
2024-03-26 00:13:06 +10:00 |
feos
|
342fb9cb26
|
quicknes: update, fix build, and rebuild
|
2024-03-24 22:14:41 +03:00 |
SergioMartin86
|
2af6bf3c34
|
Updating to latest quickerNES commit and changing remote to TASEmulators/quickerNES
Fixing msvc project
|
2024-03-24 21:42:06 +03:00 |
feos
|
eb70cd474e
|
build quicknes dll if in mingw
|
2024-03-24 19:41:24 +03:00 |
Morilli
|
a803407cdd
|
Mark Package.sh as executable again
fixes 9c4a818423
|
2024-03-23 11:29:58 +01:00 |
James Groom
|
85caed48cc
|
Fix movie importer crashing on files with unrecognised extentions
|
2024-03-22 17:00:43 +00:00 |
Morilli
|
d17352a204
|
Fix Package.sh
untested because it wouldn't be fun otherwise
|
2024-03-22 17:33:38 +01:00 |
Sergio Martin
|
9c4a818423
|
Replace QuickNES core with QuickerNES (squashed PR #3839)
resolves #3848
|
2024-03-23 01:31:22 +10:00 |
James Groom
|
0857dd6771
|
Clean up equality implementation for `Cell`
|
2024-03-20 22:19:57 +00:00 |
James Groom
|
01ed94d167
|
Replace mutation w/ pre-init check for N64 C button column header hack
also fixes width not being recalculated
fixes fde16fa5a
|
2024-03-20 19:51:41 +00:00 |
James Groom
|
41cae2dd22
|
Remove unused props from `RollColumn` and `RollColumns`
|
2024-03-20 19:46:56 +00:00 |
James Groom
|
c5a478a28a
|
Remove unused prop `Cell.CurrentText`
|
2024-03-20 19:34:45 +00:00 |
James Groom
|
bbe7040554
|
Remove temporary no-crash-plz shims
|
2024-03-20 19:33:46 +00:00 |
James Groom
|
a3aa67681f
|
Clean up debug serialisation of `Cell`
fixes 2a67cf93e
|
2024-03-20 19:31:34 +00:00 |
YoshiRulz
|
57439f9697
|
Reduce LINQ calls on `CellList`
|
2024-03-20 11:24:13 +00:00 |
James Groom
|
0f9f6f0e53
|
Drop import
|
2024-03-20 11:24:13 +00:00 |
Morilli
|
ca0fb69570
|
Optimize operations with selected items
|
2024-03-20 11:24:13 +00:00 |
James Groom
|
2a67cf93ec
|
Replace `SortedSet` with `SortedList<T>` in `InputRoll`
see 6d40c08c3
|
2024-03-20 11:24:13 +00:00 |
SkiHatDuckie
|
328d36d0ca
|
Refactor window scale menu, add 6x through 9x (squashed PR #3872)
resolves #3826
|
2024-03-20 09:48:15 +10:00 |
James Groom
|
3f92764bde
|
Bump date on PR template's CLA checkbox
fixes 85e5a028b
|
2024-03-20 05:40:10 +10:00 |
RetroEdit
|
85e5a028b4
|
update PR license agreement to clarify licensing (#3743)
* make the GitHub Copilot note more prominent
|
2024-03-19 14:28:52 -05:00 |
adelikat
|
b6efbfe54b
|
add hotkey to toggle the last used lua script
|
2024-03-19 11:10:15 -05:00 |
Morilli
|
b10f8969ac
|
Don't allocate extra buffers in lua [Push|To]String
|
2024-03-19 12:19:56 +01:00 |
Morilli
|
bfae8d0f1e
|
reduce allocations in CalculatePointedCell
|
2024-03-16 13:26:53 +01:00 |