Commit graph

32837 commits

Author SHA1 Message Date
r2dliu
64ea1c47d2 update 2020-11-26 21:26:23 -05:00
David Liu
cbf9c454b5
Merge pull request #54 from r2dliu/playback-stutter-fix
fix playback stutter on creating savestates mid replay
2020-11-24 15:15:40 -05:00
r2dliu
59b085f368 cleanup 2020-11-24 15:13:30 -05:00
r2dliu
e842065405 fix stutter. need cleanup 2020-11-24 01:31:48 -05:00
R2DLiu
e7b9a20805 remove more logging 2020-09-06 13:38:49 -04:00
R2DLiu
845b990f29 remove extraneous logging 2020-09-06 13:36:28 -04:00
David Liu
27fb7d8b5b
Merge pull request #51 from JosJuice/xfb-gray-non-x86
Make uninitialized XFB gray on non-x86 systems too
2020-09-06 01:34:58 -04:00
David Liu
f2e766c022
Merge pull request #53 from r2dliu/volume
Volume
2020-09-06 01:34:48 -04:00
R2DLiu
4f1d0f306f working volume 2020-09-06 01:31:56 -04:00
r2dliu
347ed3681b hacks 2020-08-29 23:33:59 -04:00
JosJuice
4b4811fbe9 Make uninitialized XFB gray on non-x86 systems too 2020-08-26 11:01:21 +02:00
R2DLiu
e07ba43106 make uninitialized xfb gray 2020-08-23 18:40:15 -04:00
R2DLiu
fb1a9aecd4 more youtube style implementation. hovering on buttons or bar prevents fadeout 2020-08-23 17:42:16 -04:00
R2DLiu
836162a76a lots of cleanup. fixes destructor crash. also solves #50 2020-08-23 17:25:54 -04:00
R2DLiu
bc211e5e07 clean up 2020-08-22 20:19:07 -04:00
R2DLiu
78ef189315 add info and fullscreen buttons. Make a lot more robust 2020-08-22 20:11:52 -04:00
R2DLiu
9a4d2799d4 even with 0646c9a 2020-08-22 10:43:34 -04:00
R2DLiu
3b0b8372c7 even with 0902ca53d25a0365f673f599378f8c88b083ed3d 2020-08-22 09:33:35 -04:00
R2DLiu
6ed2a8acb0 shitty hack to test input lag with lag reduction. force 73:60 option for graphics 2020-07-26 23:13:11 -04:00
r2dliu
4fbae75af7 fix inis 2020-07-26 14:40:35 -04:00
r2dliu
d8f9a99136 pull in missed commits 2020-07-26 14:22:46 -04:00
R2DLiu
c4a8a2e296 fix curl build 2020-07-25 22:35:32 -04:00
R2DLiu
0d2386b312 even with 9469fe4 2020-07-25 18:11:07 -04:00
R2DLiu
ef665f12a4 up to 4307319 2020-07-25 17:50:48 -04:00
R2DLiu
be07a173c3 even with 87dc83e 2020-07-25 17:39:01 -04:00
R2DLiu
b3cd9324d4 pull in 90833d8 2020-07-25 17:25:33 -04:00
R2DLiu
09293d7fcf 23af3e8 from ishii 2020-07-25 17:03:23 -04:00
Nikhil Narayana
42950d09ac
Merge pull request #40 from r2dliu/feature/ci
Unix CI for Slippi Mainline
2020-07-21 13:07:22 -07:00
Nikhil Narayana
a3413bd0fb
add template specialization and remove extern 2020-07-19 13:55:37 -07:00
Nikhil Narayana
87e15f684b
Update playback flag 2020-07-19 13:55:28 -07:00
Nikhil Narayana
b9a738842d
update linux script 2020-07-19 13:54:52 -07:00
Nikhil Narayana
74221c16c8
fix zstd linking 2020-07-19 13:54:38 -07:00
Nikhil Narayana
9ae05ea2dc
no nogui for macOS 2020-07-19 13:52:19 -07:00
Nikhil Narayana
038b50dfad
update deps 2020-07-19 13:51:59 -07:00
Nikhil Narayana
f95c04ff97 add desktop file 2020-07-18 22:13:11 -07:00
Nikhil Narayana
9cff3553a0 add build scripts from ea57b44 Ishii 2020-07-18 22:13:11 -07:00
Nikhil Narayana
131c0133e1 just copy CI from Ishii 264777d
only ubuntu and macOS for now. I gotta mess with windows later
2020-07-18 22:13:11 -07:00
David Liu
8760752173
Merge pull request #41 from r2dliu/build_fix
Fix netplay build
2020-07-18 16:00:30 -04:00
Edgar Handal
add844039d Fix netplay build 2020-07-18 14:48:08 -05:00
David Liu
6814501ec4
Merge pull request #39 from JosJuice/android-compilation
Fix some Android compilation errors
2020-07-17 22:13:15 -04:00
David Liu
4b0e7a2e99
Merge pull request #37 from JosJuice/dvd-thread-safety
DVDThread: Fix thread safety
2020-07-17 22:11:17 -04:00
JosJuice
571fa77be4 Fix some Android compilation errors
There is a linking error with SliderCalcRatioFromValueT in
OnScreenDisplay.cpp left that I didn't manage to fix.
2020-07-17 23:51:37 +02:00
R2DLiu
f57a7c0554 no gui working 2020-07-17 17:37:40 -04:00
JosJuice
e97b78d8c7 DVDThread: Fix thread safety
GetFileSystem will read from the volume the first time it is
called, so it should only be called after WaitUntilIdle.
2020-07-17 22:16:43 +02:00
r2dliu
6658cf8a2f fix compile errors 2020-07-17 16:02:20 -04:00
r2dliu
891ce2e5ad pull in ea57b44 2020-07-17 15:52:45 -04:00
r2dliu
ece3d5a9ec pull in 54b7318 from ishii 2020-07-17 15:51:51 -04:00
r2dliu
5301d53b08 up to a412e4c from ishii 2020-07-17 15:45:10 -04:00
r2dliu
9896b964cd pull in 79c32ca from ishii 2020-07-17 15:26:51 -04:00
r2dliu
22196644bd pick 817770f from ishii 2020-07-17 15:22:19 -04:00