James Groom
45e2307a7b
Reword a label for clarity in the bundler
2024-04-17 14:59:27 +10:00
Morilli
afd220c590
Add runtimes path to llvm dirs
...
something something core.sparseCheckoutCone and git versions
2024-04-15 06:17:06 +02:00
James Groom
8f963ba58c
Improve error dialog when `DiscMountJob` fails
2024-04-15 13:10:24 +10:00
James Groom
c35aeb992f
Don't start with `CompileCueJob` if the `ParseCueJob` had an error
2024-04-15 13:01:04 +10:00
CasualPokePlayer
8490a6a8fa
Bump libcxx to 18.1.3
2024-04-14 19:01:34 -07:00
CasualPokePlayer
880d8d9f07
rebuild bsnes, update link script / emulibc.h to work with clang-18
2024-04-14 12:57:18 -07:00
Roy Merkel
18a1fe4afd
Fixed bsnes build ( #3891 )
...
bsnes build broke when rewind.c was removed because it defined the GB_rewind_reset, which was being linked in despite being no longer present. -DGB_DISABLE_REWIND turns off this link.
2024-04-14 15:48:42 +02:00
CasualPokePlayer
229889279a
linux rebuild
...
sameboy was also rebuilt, but it appears the last commit doesn't actually change the resulting build
2024-04-13 10:31:12 -07:00
CasualPokePlayer
d2ba656b01
rebuild sameboy
2024-04-13 10:26:00 -07:00
CasualPokePlayer
88643138cb
[mGBA] Prevent memory callbacks from being triggered within a memory callback
2024-04-13 10:19:29 -07:00
Morilli
bdecd552cb
bump sameboy to fix compiler warning
2024-04-13 17:46:06 +02:00
CasualPokePlayer
c01dea66d4
rebuild mgba for linux
2024-04-12 19:44:06 -07:00
CasualPokePlayer
fe8a119eaf
update mGBA
2024-04-12 19:38:54 -07:00
Morilli
e6fdd18858
Update bsnes makefile with sameboy changes
2024-04-13 03:01:21 +02:00
CasualPokePlayer
d4e52cae54
build sameboy update on linux, fix linux build
2024-04-12 16:41:27 -07:00
CasualPokePlayer
5df8ce3b8e
Convert sameboy makefile into cmakelists, use clang-cl to build sameboy, update sameboy
2024-04-12 16:26:25 -07:00
bug Q
601ab5205d
Nix expr: Adding hash and system to Nixpkgs imports (squashed PR #3890 )
2024-04-12 14:52:45 +10:00
James Groom
d415bf4ca0
Fix typo
...
fixes 7d951c6a3
2024-04-06 03:42:21 +10:00
James Groom
7d951c6a3d
Fix `FileNotFoundException` thrown from quickslot preview
...
fixes 1db54108a
2024-04-06 03:41:12 +10:00
James Groom
1db54108ac
Wire up `ScreenshotForm` for the quickslot buttons in the status bar
2024-04-05 00:14:21 +00:00
James Groom
20ff7a10ba
Merge `ScreenshotForm` to custom controls dir
2024-04-04 23:59:17 +00:00
James Groom
58f810a0e1
Merge `ScreenshotForm` into one file and fix doc comment
2024-04-04 23:56:43 +00:00
James Groom
73c3056bd6
Shuffle logic between `ScreenshotForm.UpdateValues` and call-site
2024-04-04 23:51:09 +00:00
James Groom
3cb7847b35
Improve memoisation in `ScreenshotForm`
2024-04-04 23:39:17 +00:00
feos
18f8f3faa2
mame: mnemonics for Robotron 2084
2024-04-04 18:12:16 +03:00
James Groom
dc0eb63221
Minor refactors to other MSBuild files
2024-04-04 00:19:20 +00:00
James Groom
dd9e4178d6
Use MSBuild to create empty dirs in output
2024-04-04 00:17:32 +00:00
James Groom
b427e7c417
Fix generation of API reference `.xml` files
2024-04-04 00:16:11 +00:00
James Groom
d0594c2224
Fix post-build file shuffling again
...
fixes b654d4a2a
2024-04-04 00:14:44 +00:00
James Groom
82d80bf4bf
Embed debug info for main solution only
...
fixes 0e892a5f1
2024-04-03 23:32:29 +00:00
Morilli
b654d4a2ac
Fix and simplify PostBuild file moving
2024-04-03 22:57:45 +02:00
Morilli
41e7c04678
Don't set output path for non-exe projects
...
surely this is safe and fine and all
2024-04-03 22:38:43 +02:00
Morilli
0e892a5f17
Improve debug output
...
- use embedded debug information instead of portable pdbs
- always emit debug symbols. The `DebugSymbols` property is kind of bugged (see https://github.com/dotnet/msbuild/issues/2169 ), but it does have advantages when set
2024-04-03 22:38:10 +02:00
Morilli
1f4a12c6c4
Remove duplicated comment
2024-04-03 21:38:56 +02: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