Themaister
3f5b6a450e
Should fix behavior for tiled WMs.
2011-08-11 05:32:03 +02:00
Themaister
9e24474047
Can record hi-res and filtered output.
2011-08-11 05:25:31 +02:00
Themaister
7c17ede1ef
Updates for 0.7beta1.
2011-08-09 23:04:13 +02:00
Themaister
5d9805c3e5
Small fix.
2011-08-09 22:07:11 +02:00
Themaister
b17617bed5
Updated copyrights.
2011-08-09 12:58:13 +02:00
Themaister
a405708f1c
Huzzah, ordering matters.
2011-08-09 00:11:09 +02:00
Themaister
594e66704d
Allow disabling composition in SDL as well.
2011-08-08 23:38:11 +02:00
Themaister
50579aaeea
Floating point.
2011-08-08 17:45:49 +02:00
Themaister
38eb855b48
Works! :D
2011-08-08 17:41:55 +02:00
Themaister
12cc85c8a5
CoreAudio builds.
2011-08-08 17:31:03 +02:00
Themaister
5b12595c85
Merge branch 'master' of git://github.com/Themaister/SSNES
2011-08-08 17:29:06 +02:00
Themaister
3753f0bfca
Merge branch 'master' of github.com:Themaister/SSNES
2011-08-08 17:28:32 +02:00
Themaister
14ae5e397a
Add CoreAudio driver. Untested.
2011-08-08 17:27:52 +02:00
Themaister
657b4ce8c7
Merge branch 'master' of git://github.com/Themaister/SSNES
2011-08-08 14:47:47 +02:00
Themaister
777e6a5334
Better shader path semantics.
2011-08-07 23:35:54 +02:00
Themaister
a2ec78320b
Improve behavior a bit.
2011-08-07 22:31:59 +02:00
Themaister
1fb53627ac
Make sure to free lib.
2011-08-07 21:18:51 +02:00
Themaister
fc2a39cd58
More appropriate renaming.
2011-08-07 21:15:50 +02:00
Themaister
7425e1f879
Allow disabling composition in Win Vista/7Allow disabling composition in Win Vista/7.
2011-08-07 15:00:34 +02:00
Themaister
6a260a57dd
Reset frame counter properly.
2011-08-06 03:28:07 +02:00
Themaister
dadd794ece
Remove useless define.
2011-08-05 19:18:43 +02:00
Themaister
706a3738b5
Abandon POT buffer sizes only for dsound.
...
Allows more fine tuned latencies.
2011-08-05 19:17:33 +02:00
Themaister
9aef33aabd
More fixups in DSound.
2011-08-05 14:01:58 +02:00
Themaister
ac4219bcde
Small clarification.
2011-08-05 13:39:27 +02:00
Themaister
b337856f80
More extensive error checking in dsound.
2011-08-05 13:35:02 +02:00
Themaister
079a0100c0
Remove unneeded call.
2011-08-05 03:06:48 +02:00
Themaister
014c3c90e0
Fix possible race condition.
2011-08-05 02:57:30 +02:00
Themaister
4759e3411f
Fix DSound up some more in Windows ... :D
2011-08-05 02:05:32 +02:00
Themaister
4a05e50636
Minor progress. But no audio, hrm.
2011-08-04 19:11:14 +02:00
Themaister
72c070f338
Alter default ordering of audio drivers.
2011-08-04 18:52:00 +02:00
Themaister
776291a137
Start working on DirectSound driver. Untested so far.
2011-08-04 18:45:40 +02:00
Themaister
f3cdb95b04
Fix endian issues in OSS driver.
2011-07-26 00:53:24 +02:00
Themaister
033860ceb9
Add -f/--fullscreen command line option.
2011-07-09 08:37:08 +02:00
Themaister
ab601ee3dc
v0.6.2
2011-07-06 16:54:54 +02:00
Themaister
783ab7acd5
Improve error handling.
2011-07-04 13:33:09 +02:00
Themaister
19a46b1f8b
Seems to work in Cg as well.
2011-07-03 15:53:56 +02:00
Themaister
508cfdbda7
Start implementing access to previous texture.
2011-07-03 15:39:35 +02:00
Themaister
d81b9ee0a7
Print full compile error in Cg.
2011-07-03 13:41:24 +02:00
Themaister
36c6c21194
Use RSOUND_CFLAGS, etc.
2011-06-29 04:54:30 +02:00
Themaister
1631e940f6
Fix up VSync calls for OSX.
2011-06-29 03:45:52 +02:00
Themaister
2eeb1fa6d1
Fix up VSync calls for OSX.
2011-06-29 03:45:17 +02:00
Themaister
26ac00ad76
Fix incompatible type.
2011-06-29 03:26:21 +02:00
Themaister
bafc4f596f
Add nonused VSync code for OSX.
2011-06-28 03:20:36 +02:00
Themaister
eee89dddb1
Check for SDL 1.3 API and report it as an error.
2011-06-28 02:31:41 +02:00
Themaister
089b4fbba0
Updates for 0.6.1.
2011-06-27 02:28:35 +02:00
Themaister
80727cef5a
Nitpick.
2011-06-26 18:47:54 +02:00
Themaister
346a9f2b4e
Remove debug messages.
2011-06-26 17:06:05 +02:00
Themaister
363d8ca5b4
More proper string reading function.
2011-06-26 17:05:29 +02:00
Themaister
06a574225d
Merge branch 'master' of github.com:Themaister/SSNES
2011-06-26 16:04:13 +02:00
Themaister
fa777b8356
Should fix netplay for bSNES as well.
...
Do not rely on when polling takes place in the emu core.
We earlier assumed that this occured always at the start of the main
loop. We now do not care about when the poll callback is called, and we
manually poll the network ourselves in pre_frame.
2011-06-26 16:02:18 +02:00