SonicSwordcane
  • Joined on 2024-10-11
SonicSwordcane pushed to multiplayer at PVB/shrooms-vb-native 2024-11-20 05:03:06 +00:00
167acbde15 VIP performance improvements
SonicSwordcane pushed to multiplayer at PVB/shrooms-vb-native 2024-11-19 03:50:17 +00:00
f60b10ce1d Implement gamepad input
SonicSwordcane pushed to multiplayer at PVB/shrooms-vb-native 2024-11-18 01:58:11 +00:00
c84531e70e Set process priority to high on windows
SonicSwordcane pushed to multiplayer at PVB/shrooms-vb-native 2024-11-17 21:28:00 +00:00
63cb7a4835 Update core
SonicSwordcane pushed to multiplayer at PVB/shrooms-vb-native 2024-11-17 19:00:21 +00:00
cf2738d6a8 Update core
SonicSwordcane pushed to multiplayer at PVB/shrooms-vb-native 2024-11-16 03:55:06 +00:00
09e39b37f5 Let sims link/unlink/reset independently
SonicSwordcane pushed to multiplayer at PVB/shrooms-vb-native 2024-11-15 05:24:35 +00:00
8f62ec1c52 Update wgpu for faster release builds
eef8f834d6 Actually implement multiplayer
Compare 2 commits »
SonicSwordcane pushed to multiplayer at PVB/shrooms-vb-native 2024-11-15 02:04:18 +00:00
c23fc6e9df Small performance improvements
SonicSwordcane pushed to multiplayer at PVB/shrooms-vb-native 2024-11-15 02:03:41 +00:00
d300543407 Small performance improvements
SonicSwordcane pushed to multiplayer at PVB/shrooms-vb-native 2024-11-12 00:27:51 +00:00
d306f19297 Write textures in separate thread; fixes perf
f22a74b036 Sleep instead of just spin-looping
e2c38cd03a Turn off LTO so we can use clang
Compare 3 commits »
SonicSwordcane pushed to multiplayer at PVB/shrooms-vb-native 2024-11-11 05:52:18 +00:00
544990c58f Support running two sims at once
SonicSwordcane created branch multiplayer in PVB/shrooms-vb-native 2024-11-11 05:51:05 +00:00
SonicSwordcane pushed to multiplayer at PVB/shrooms-vb-native 2024-11-11 05:51:05 +00:00
108e366781 First pass at multiplayer
SonicSwordcane pushed to main at PVB/shrooms-vb-native 2024-11-10 23:34:57 +00:00
9fcf6b3dc5 Merge pull request 'rewrite it in rust' (#1) from riir into main
99d6970323 Block the emulator thread when idle
e8b706df20 Use high-priority thread for emulation
6dc3697baf Fix crash on windows when window is minimized
5cb36d0bcc Functional input binding
Compare 21 commits »
SonicSwordcane merged pull request PVB/shrooms-vb-native#1 2024-11-10 23:34:55 +00:00
rewrite it in rust
SonicSwordcane pushed to riir at PVB/shrooms-vb-native 2024-11-10 23:22:08 +00:00
99d6970323 Block the emulator thread when idle
e8b706df20 Use high-priority thread for emulation
Compare 2 commits »
SonicSwordcane pushed to riir at PVB/shrooms-vb-native 2024-11-10 21:08:56 +00:00
94cb5a542d Block the emulator thread when idle
SonicSwordcane pushed to riir at PVB/shrooms-vb-native 2024-11-10 20:53:34 +00:00
924c7ea300 Use high-priority thread for emulation
SonicSwordcane pushed to riir at PVB/shrooms-vb-native 2024-11-10 20:25:44 +00:00
3113934a3a Use DX12 on windows 10 and up
6dc3697baf Fix crash on windows when window is minimized
Compare 2 commits »
SonicSwordcane created pull request PVB/shrooms-vb-native#1 2024-11-10 19:37:02 +00:00
rewrite it in rust