Brandon Wright
49e399c9cf
win32: Control dialog box OK/Cancel were backwards.
2019-02-12 19:35:06 -06:00
Brandon Wright
9774d7024e
win32: Window sizes don't want to snap to grid.
2019-02-12 19:18:12 -06:00
Brandon Wright
0c5a9580d5
win32: Tweak cheat dialog box.
2019-02-12 18:27:50 -06:00
Brandon Wright
1b7a80f646
win32: Clean up dialog boxes.
2019-02-12 18:27:45 -06:00
Brandon Wright
2164c86158
Remove S9xFinalizeSamples.
2019-02-12 18:27:33 -06:00
Brandon Wright
8106d02de9
win32: Correct wrong file removed from project.
2019-02-12 18:27:19 -06:00
OV2
3c28cbf514
win32: add device selection to WaveOut
2019-02-12 19:42:03 +01:00
OV2
28f8ac8341
win32: correct audio buffer size values
2019-02-12 19:42:03 +01:00
Brandon Wright
0772e3828c
win32: WaveOut: Add underrun recovery and buffer size min.
2019-02-12 12:32:47 -06:00
OV2
4aa65d1df6
win32: move sound sync to sound drivers
2019-02-12 17:56:01 +01:00
OV2
761c41ba85
win32: set volume in WaveOut
2019-02-12 17:51:47 +01:00
OV2
bbc4bd2d9d
win32: remove DirectSound, hook up WaveOut
2019-02-12 17:09:59 +01:00
Alias Letterman
bb0a66b7f9
win32: WaveOut: Fix dumb mistake.
2019-02-11 19:45:45 -06:00
Alias Letterman
ed3beae304
win32: Add a WaveOut driver.
2019-02-11 18:45:45 -06:00
Alias Letterman
893c719ef4
win32: Process input after waiting for SoundSync.
2019-02-11 12:30:32 -06:00
Alias Letterman
fcbf046b01
win32: Align some dialog positions.
2019-02-11 12:28:58 -06:00
OV2
3c928d0824
win32: remove nonexistent options
2019-02-11 17:45:08 +01:00
OV2
5fdfef70d9
win32: remove some warnings
2019-02-11 17:32:26 +01:00
Alias Letterman
b1039e7c65
Fix Windows build. Tweak XAudio a bit.
2019-02-09 16:46:08 -06:00
Brandon Wright
d8579ff9cb
win32: XAudio2: Allow partially filling sample blocks.
...
Use minimal Snes9x-side buffer with XAudio2.
2019-02-06 17:29:46 -06:00
Brandon Wright
28d668fff7
win32: Shaders: Save parameters and restore on cancel.
...
Also, change "Parameters" button to "Parameters..." to indicate
it opens a dialog box.
Adjust the spacing and remove the message about custom shader files.
2019-02-02 19:08:19 -06:00
Brandon Wright
b46a954874
Revert "win32: Shaders: Save parameters and restore on cancel."
...
This reverts commit 93a4cdea96
.
2019-02-02 19:07:36 -06:00
Brandon Wright
93a4cdea96
win32: Shaders: Save parameters and restore on cancel.
...
Also, change "Parameters" button to "Parameters..." to indicate
it opens a dialog box.
2019-02-02 16:50:24 -06:00
OV2
7045cd8478
win32: pass around active shader to parameter dialog
2019-02-01 22:41:29 +01:00
OV2
1ea9bcf560
win32: let shader param dialog save slangp
2019-02-01 22:33:24 +01:00
OV2
47dce09600
win32: only reload shader if filename changes
2019-02-01 00:07:52 +01:00
OV2
1dc7eec15d
win32: display slang shaders in selection dialog
2019-01-31 23:18:18 +01:00
OV2
cdf2061612
win32: adjust glslang projects to use same intermed/output folders
2019-01-31 22:57:23 +01:00
OV2
8c677dd91e
win32: add glslang submodule, compile with USE_SLANG
2019-01-31 22:44:34 +01:00
Brandon Wright
a569fbeabc
Typo fix.
2019-01-29 17:23:56 -06:00
OV2
5b01fa2dc1
win32: make _twfullpath work with NULL destination
2019-01-15 23:23:39 +01:00
OV2
4ede9b18cc
win32: remove non existing header from project
2019-01-15 23:23:15 +01:00
OV2
29241c9cde
win32: update compile txt to include dxmath and remove ddraw hint
2019-01-13 13:55:47 +01:00
OV2
625448333b
win32: return before restoring old output device on ok ( fixes #471 )
2018-12-29 15:28:43 +01:00
Brandon Wright
881d64c2e9
Move ChangeInputDevice after controller option set.
2018-12-18 19:22:29 -06:00
Brandon Wright
4b2ce429cd
win32: Try to propagate controller enabled state.
2018-12-18 19:15:36 -06:00
Brandon Wright
5edd667f11
win32: Disable controller port 2 if controller 2 is disabled.
2018-12-18 16:48:50 -06:00
OV2
3e95c7f052
win32: get rid of some more warnings
2018-12-15 19:28:14 +01:00
OV2
879ad3e119
win32: do not immediately apply automatic input rate checkbox
2018-12-15 19:28:14 +01:00
OV2
3832ec3607
win32: add audio device selection (xaudio2 only for the moment)
2018-12-15 19:28:08 +01:00
OV2
a8119d531a
win32: remove unused xml class
2018-12-15 14:10:19 +01:00
OV2
1634fe33f7
win32: disable winxp deprecation warnings
2018-12-14 23:54:20 +01:00
Brandon Wright
18d52cd0f5
Bump version number to 1.58.
2018-12-13 11:58:33 -06:00
Brandon Wright
68e13e9044
Remove useless 'register' storage class.
...
It's deprecated, and any compiler we use now ignores it.
2018-11-17 15:02:37 -06:00
Brandon Wright
5f56cadafb
Use a license stub everywhere.
...
This points to the full license in the root directory.
2018-11-15 17:31:39 -06:00
Brandon Wright
e5aed9f8d5
Update 1.56.2 to 1.57 everywhere but appveyor.
2018-11-08 19:00:36 -06:00
Brandon Wright
18535e99e2
win32: Add a colorful icon resource.
2018-11-06 19:22:06 -06:00
OV2
6c9bd1a580
win32: remove hires option ( closes #348 )
2018-11-06 22:18:55 +01:00
OV2
28c04cfc31
win32: align offset with gtk/libretro
2018-11-01 23:22:21 +01:00
OV2
24c29e281a
win32: cut ext height from top and botton, center regular ( fixes #443 )
2018-11-01 23:01:07 +01:00