Simon Gellis SonicSwordcane
  • New York City
  • Joined on 2024-10-11
SonicSwordcane pushed to multiplayer at PVB/lemur 2024-11-16 03:55:06 +00:00
09e39b37f5 Let sims link/unlink/reset independently
SonicSwordcane pushed to multiplayer at PVB/lemur 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/lemur 2024-11-15 02:04:18 +00:00
c23fc6e9df Small performance improvements
SonicSwordcane pushed to multiplayer at PVB/lemur 2024-11-15 02:03:41 +00:00
d300543407 Small performance improvements
SonicSwordcane pushed to multiplayer at PVB/lemur 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/lemur 2024-11-11 05:52:18 +00:00
544990c58f Support running two sims at once
SonicSwordcane created branch multiplayer in PVB/lemur 2024-11-11 05:51:05 +00:00
SonicSwordcane pushed to multiplayer at PVB/lemur 2024-11-11 05:51:05 +00:00
108e366781 First pass at multiplayer
SonicSwordcane pushed to main at PVB/lemur 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/lemur#1 2024-11-10 23:34:55 +00:00
rewrite it in rust
SonicSwordcane pushed to riir at PVB/lemur 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/lemur 2024-11-10 21:08:56 +00:00
94cb5a542d Block the emulator thread when idle
SonicSwordcane pushed to riir at PVB/lemur 2024-11-10 20:53:34 +00:00
924c7ea300 Use high-priority thread for emulation
SonicSwordcane pushed to riir at PVB/lemur 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/lemur#1 2024-11-10 19:37:02 +00:00
rewrite it in rust
SonicSwordcane pushed to riir at PVB/lemur 2024-11-10 19:05:34 +00:00
5cb36d0bcc Functional input binding
SonicSwordcane pushed to riir at PVB/lemur 2024-11-09 23:15:05 +00:00
a69247dd33 Support multiple windows, start on input UI
SonicSwordcane pushed to riir at PVB/lemur 2024-11-07 04:55:42 +00:00
62b34ea760 Remove c impl, update readme
SonicSwordcane pushed to riir at PVB/lemur 2024-11-07 04:36:55 +00:00
a6200732ee Disable emulation options when game is not running
SonicSwordcane pushed to riir at PVB/lemur 2024-11-07 04:27:06 +00:00
498e6fbdcc Apply styles