YoshiRulz
38042293f6
Explicitly add new BHI1110 rule to config
...
fixes b5ff65f2c
2024-05-31 09:21:36 +10:00
CasualPokePlayer
40e7297272
Add PSX DCache to RetroAchievements memory map
...
see https://github.com/RetroAchievements/rcheevos/issues/345 and https://github.com/RetroAchievements/rcheevos/pull/346
2024-05-30 09:39:26 -07:00
Morilli
873fd305ae
remove unused 7z.dll
2024-05-30 08:51:12 +02:00
YoshiRulz
b5ff65f2cb
Add Analyzer to enforce spaces in `[]`
2024-05-30 15:51:20 +10:00
CasualPokePlayer
e7c093eac6
Fix various possible OOB read/writes in mupen64plus
...
fixes #3929
2024-05-29 22:38:53 -07:00
CasualPokePlayer
7e6e9705ae
Update libstdc++ dll and friends, also fix a crash in gambatte due to OOB string accesses
2024-05-29 18:59:11 -07:00
YoshiRulz
db75fda3b8
Nix expr: Regen NuGet lockfile
...
not that you can build atm without overriding `doCheck`
2024-05-30 10:56:02 +10:00
YoshiRulz
a1256782fc
Bump `<LangVersion/>` for satellite .NET projects
2024-05-30 10:44:55 +10:00
CasualPokePlayer
7a959ffb55
Fix BizHawk.Tests.Testroms.GB build
2024-05-29 16:34:02 -07:00
YoshiRulz
01bea49ee0
Misc. refactors, reverting some code style "fixes"
2024-05-30 09:22:18 +10:00
YoshiRulz
ea15126fe1
Minor refactors to first-party Analyzers and Source Generators
2024-05-30 09:22:18 +10:00
YoshiRulz
b8c600783a
Apply `<GenerateDocumentationFile/>` to satellite .NET projects
2024-05-30 09:22:17 +10:00
YoshiRulz
431b4f67e8
Fix most remaining warnings in satellite .NET projects
2024-05-30 09:22:11 +10:00
CasualPokePlayer
e46267494d
Fix BizHawk.Bizware.Test and related
2024-05-29 16:02:49 -07:00
CasualPokePlayer
73395c9e49
Rebuild quicknes for Linux
2024-05-29 12:45:07 -07:00
CasualPokePlayer
db88753772
Fix randomish crash with quicknes
2024-05-29 11:56:39 -07:00
Morilli
1da8cb9bc1
fix ExternalToolManager Fail logic for windows
2024-05-29 18:20:39 +02:00
Morilli
48479145af
revert this change in Virtu to fix the build
2024-05-29 10:35:44 +02:00
Sergio Martin
82c984b2d6
Adding CI for building the waterbox and as many emulator cores as possible ( #3903 )
...
* Adding CI for building all waterbox cores
---------
Co-authored-by: Morilli <35152647+Morilli@users.noreply.github.com>
2024-05-29 09:55:50 +02:00
Morilli
7a789fb853
Fix some external project analyzer warnings
2024-05-29 09:41:53 +02:00
James Groom
bd786a0e95
Downgrade `<LangVersion/>` for external .NET projects
...
fixes 62b8ec457
2024-05-29 10:36:38 +10:00
YoshiRulz
9eb9ffa5df
Enable nullability for `Cell` and co. and clean up
2024-05-29 06:24:52 +10:00
Morilli
f83602c1c9
simplify and optimize some variables in DisplayManager
2024-05-28 15:17:32 +02:00
Morilli
62b8ec4578
Bump LangVersion to 12
...
- fix IDE0100
- fix IDE0230
- a couple of usages of the collection expression
2024-05-28 15:13:14 +02:00
CasualPokePlayer
ea042d1a70
Update version info for ares
...
(also despite what previous commits said it was in fact updated to v138 i put in v134 by mistake urk)
2024-05-27 22:09:24 -07:00
CasualPokePlayer
2b986c17d4
remove some unneeded files
...
thought i removed these in previous commits, apparently not
2024-05-27 22:04:44 -07:00
CasualPokePlayer
0f603840e3
fix weird permissions from last commit
2024-05-27 22:00:48 -07:00
CasualPokePlayer
72f1495b1e
Merge ares v134
2024-05-27 21:52:07 -07:00
CasualPokePlayer
70c1d90eea
Document newer gui.*string/text behavior.
2024-05-27 14:55:32 -07:00
CasualPokePlayer
0c6df6e79b
Don't clamp touch/screen coord transformations
2024-05-27 13:33:46 -07:00
feos
c65a11eb2b
fix #3917
...
[genesisplusgx] "VDP mode" option (for eliminate region lockups / megakey behavior) #3917
2024-05-27 19:55:45 +03:00
Morilli
0f20bff766
Update and reword waterbox readme
2024-05-27 09:25:19 +02:00
Morilli
f530773eb8
actually remove submodule
...
...
2024-05-27 09:07:54 +02:00
Morilli
c739a04aa1
remove llvm-project submodule
...
This does not remove the llvm dependency for waterbox, just the submodule. The script pulling and checking out llvm kind of conflicts with the submodule, and having it be a submodule is not necessary here anyways.
2024-05-27 06:39:21 +02:00
CasualPokePlayer
ab5d4750da
Add backwards compat hack for DrawRectangle; make sure images displayed have normal blending (GDI+ apparently did this?)
2024-05-25 18:17:04 -07:00
CasualPokePlayer
cb901b3aff
simplify drawRectangle
2024-05-25 17:42:27 -07:00
CasualPokePlayer
efee5f0cb3
properly dispose everything when disposing the imgui resource cache
2024-05-25 16:25:44 -07:00
CasualPokePlayer
3716a65638
Fix unwanted bitmap disposing
2024-05-25 16:24:40 -07:00
CasualPokePlayer
d6fda19d2e
Fix texture caching in imgui 2d renderer
2024-05-25 16:14:48 -07:00
CasualPokePlayer
32c0bc0c73
fix drawLine off by ones correctly (again)
2024-05-25 14:15:15 -07:00
CasualPokePlayer
766da10a1d
Fix another off by one for drawLine
2024-05-25 13:36:15 -07:00
CasualPokePlayer
51dac42195
fix drawLine properly
2024-05-25 13:16:52 -07:00
CasualPokePlayer
99cf91e6ca
Fix off by one in drawPixel
2024-05-25 13:08:46 -07:00
CasualPokePlayer
8b9473957f
Fix off by one for drawLine
2024-05-25 13:04:56 -07:00
CasualPokePlayer
c85ab6cbe6
Try to fix double drawing in rectangle corners
2024-05-25 12:51:49 -07:00
Morilli
cda8dfaacc
simplify and update Package.sh
2024-05-25 21:18:34 +02:00
CasualPokePlayer
75064675f1
Mostly correct blending for 2D renderers
2024-05-25 12:01:52 -07:00
CasualPokePlayer
9bc3e182f9
Fix DrawBox calculation
2024-05-24 22:52:58 -07:00
CasualPokePlayer
0551295157
Fix glDrawElementsBaseVertex call
...
indexStart should indicate the starting index element, but glDrawElementsBaseVertex expects the byte offset (i.e. 2 * indexStart)
2024-05-24 21:20:22 -07:00
CasualPokePlayer
8b969dfeab
Correct uSamplerEnable uniform in ImGui shader; make sure to pop the unused imgui command before rendering
...
Makes gui.drawString somewhat work under OpenGL, but there's still something wrong when it's combined with other draw functions
2024-05-24 20:45:40 -07:00