somewhatlurker
b42680c57d
render: make borderless mode behave more like a real window
...
`WS_POPUP` is replaced with `WS_CLIPSIBLINGS | WS_CLIPCHILDREN` (same as freeglut uses for its native borderless mode)
while `WS_POPUP` seems to often used as a style for borderless windows (at least from what I read online), it seems completely unnecessary :/
2019-09-12 04:07:44 +00:00
nastys
a1f2b94988
Make it optional
2019-09-11 02:48:37 +02:00
nastys
381523114e
XInput Rumble
2019-09-11 02:25:01 +02:00
somewhatlurker
969eaa4a7c
change double-tap esc to exit behaviour -- now sets the flag for the game to exit itself
2019-09-10 05:54:53 +00:00
somewhatlurker
e259e78909
render: fix fps limit set divide by 0, allow enabling limiter after startup
2019-09-06 00:04:55 +10:00
somewhatlurker
b8f008aa5a
add BOM check to config reads
2019-09-03 16:50:20 +10:00
lybxlpsv
7c5294f0f5
tlac: fix TAA getting re-enabled during boot up.
2019-09-03 00:05:40 +07:00
somewhatlurker
567324ec9c
render: set fps limit on display func instead
2019-09-03 02:23:43 +10:00
somewhatlurker
0e937ce4e2
make diva.exe exit cleanly (with double-tap esc)
2019-09-03 01:07:25 +10:00
somewhatlurker
2f7375c5e7
try adding Hori X and F2nd Miniboard controller GUIDs
2019-09-02 18:09:50 +10:00
somewhatlurker
05880402c5
Merge branch 'render_dllexport' of lybxlpsv/PD-Loader into master
2019-09-02 04:31:39 +00:00
lybxlpsv
549beb38f8
render: change export names
2019-09-02 05:26:14 +07:00
nastys
91b7e557aa
136xx768
2019-09-01 23:58:38 +02:00
nastys
097f2dde29
More resolution presets
2019-09-01 23:25:34 +02:00
lybxlpsv
90d875642f
render: add framerate dllexports for other plugins to access.
2019-09-01 22:45:30 +07:00
somewhatlurker
39b55c59a2
render: add lightmode for FPS limiter (reduces CPU usage... hopefully without impacting timing much)
2019-09-01 23:14:57 +10:00
somewhatlurker
be5001c928
launcher: set ConfigHasChanged to false when config is saved
2019-09-01 22:21:49 +10:00
somewhatlurker
72cca5ae8d
add patch to fix TouchReaction coordinates
2019-09-01 22:19:25 +10:00
SwigS-27
a48c8cc04c
Update 'source-code/source/plugins/TLAC/Input/DirectInput/Ds4/DualShock4.h'
2019-09-01 11:25:15 +00:00
SwigS-27
550b8521de
Update 'source-code/source/plugins/TLAC/Input/DirectInput/Ds4/DualShock4.h'
2019-09-01 11:18:55 +00:00
SwigS-27
8c098fc5ad
added sixaxis/hori mini controller
2019-09-01 11:14:50 +00:00
nastys
5d086e8bbc
Merge branch 'master' of somewhatlurker/PD-Loader into master
2019-09-01 10:54:42 +00:00
Skyth
f3a006ff77
Fix the mistake in FPS limiter
2019-08-29 20:59:11 +03:00
somewhatlurker
e2d276253e
launcher: bugfix
2019-08-30 00:16:35 +10:00
somewhatlurker
a19d7eea95
add act_toggle config to playerdata
2019-08-30 00:16:35 +10:00
somewhatlurker
81ea9d0000
make dnsapi read plugin config + a bug fix for launcher
2019-08-30 00:16:35 +10:00
somewhatlurker
6b9921d95d
launcher: fix plugin config tooltips
2019-08-30 00:16:35 +10:00
somewhatlurker
b70fd18dd3
launcher: add custom button and spacer plugin config options
2019-08-30 00:16:35 +10:00
somewhatlurker
f5989b74ac
launcher: pack plugin config structs to ensure matching alignments
2019-08-30 00:16:35 +10:00
somewhatlurker
ef49abfc65
launcher: add editable option for resolution dropdowns
2019-08-30 00:16:35 +10:00
somewhatlurker
fb7e51f38d
launcher: fix change detection for non-editable dropdowns
2019-08-30 00:16:35 +10:00
somewhatlurker
38f17ce692
don't use vector for GetPluginOptions (usable with other languages now)
2019-08-30 00:16:35 +10:00
somewhatlurker
be8572d20c
launcher: set config window owner to existing form (improves window management)
2019-08-30 00:16:34 +10:00
somewhatlurker
fd76400e72
launcher: fix plugins being loaded when not wanted
2019-08-30 00:16:34 +10:00
somewhatlurker
c2e243852f
launcher: implement saving of plugin config + minor tweaks
2019-08-30 00:16:34 +10:00
somewhatlurker
066208bcda
launcher: get viewing config options for plugins working (no saving yet, but they do trigger the save prompt)
2019-08-30 00:16:34 +10:00
somewhatlurker
de1eba2582
launcher: make editable/not optional on dropdown text and numbers (+minor fixes)
2019-08-30 00:16:34 +10:00
somewhatlurker
ce1e90434d
divasound: add plugin config api support for testing
2019-08-30 00:16:34 +10:00
somewhatlurker
b8e6e7b59a
launcher: fix crashing
2019-08-30 00:16:34 +10:00
somewhatlurker
2e2ecb9543
launcher: work on plugin enumeration
2019-08-30 00:16:34 +10:00
somewhatlurker
bb6f857d46
launcher: fix typeid checks
2019-08-30 00:16:33 +10:00
somewhatlurker
f46f6a4d17
launcher: start work on plugin config
2019-08-30 00:16:33 +10:00
Skyth
244b6eca25
Add a better FPS limiter
2019-08-29 15:43:26 +03:00
nastys
3ebf184615
GAMO2 DIVALLER support
2019-08-14 21:49:44 +02:00
somewhatlurker
92ae9bd5c2
launcher: fix default values of some options,
...
restore "are you sure" save message when an option has been changed,
remove "are you sure" save message on apply button
2019-08-15 00:49:18 +10:00
somewhatlurker
378887f68e
don't reload xinput config every frame
2019-08-14 22:09:04 +10:00
somewhatlurker
98c12e7455
rewrite TargetInspector to directly access memory, and add experimental ShouldVibrate bool
2019-08-14 21:46:38 +10:00
nastys
21fe175731
Fix hide CREDIT(S)
2019-08-14 00:24:25 +02:00
nastys
140a28f5aa
MP4 adv movies support, CREDIT(S) options, launcher options
2019-08-13 22:51:17 +02:00
nastys
ec374bd188
Fix borderless mode
2019-08-09 15:22:51 +02:00