Stephen Anthony
|
4c7ad7a0b6
|
Replace 'new' calls with unique_ptr.
- @DirtHairy, you can revert this if you like, but unless there is some issue, I'd rather use smart pointers with auto-deallocation.
|
2018-05-11 21:26:22 -02:30 |
Stephen Anthony
|
741515a520
|
Fix minor compile warnings generated by clang:
- mostly change pointer -> 0 to use 'nullptr'
- some commenting and formatting fixes
|
2018-05-11 21:01:40 -02:30 |
Christian Speckner
|
d2c930886b
|
Sanitize and match emulation timing
-> no more perceivable audio latency
-> fewer underruns
|
2018-05-05 00:47:48 +02:00 |
Christian Speckner
|
ae88a5b6b6
|
Fix crash on audio settings change.
|
2018-01-29 00:09:21 +01:00 |
Christian Speckner
|
be91e6ff21
|
Threadsafe fragment queue.
|
2018-01-17 23:21:25 +01:00 |