Twinaphex
706a92da97
Merge pull request #4477 from GregorR/netplay-stateless-password
...
Fixing an incompatibility between stateless mode and the password prompt
2017-01-22 16:45:15 +01:00
twinaphex
c283d2cf26
Small micro-opts to input_state
2017-01-22 16:44:34 +01:00
Gregor Richards
addcbb896a
Fixing an incompatibility between stateless mode and the password prompt
...
Previously, the host would time out waiting for the guest to enter a
password, as the timeout was not conditionalized on whether the guest
was actually playing. This fixes that.
2017-01-22 10:43:09 -05:00
twinaphex
9523afd53c
Use runloop_get_status in audio_driver_flush as well
2017-01-22 16:31:10 +01:00
twinaphex
a1594615f0
Create runloop_get_status
2017-01-22 16:22:20 +01:00
twinaphex
c91a4fa12e
Cleanup
2017-01-22 14:23:46 +01:00
twinaphex
64bb848daf
Update headers (pt. 2 - libretro-common)
2017-01-22 13:58:20 +01:00
Twinaphex
99d8dfb3d3
Merge pull request #4476 from CoalaJoe/master
...
Probably finish german translations
2017-01-22 13:41:19 +01:00
twinaphex
96c8ca5a09
Header update #1
2017-01-22 13:40:32 +01:00
CoalaJoe
207354059c
Merge remote-tracking branch 'upstream/master'
2017-01-22 13:05:44 +01:00
CoalaJoe
3028a3da05
Translate directory settings
2017-01-22 13:04:56 +01:00
CoalaJoe
0a3769500e
Translate user settings
2017-01-22 12:58:50 +01:00
CoalaJoe
ba92198bbe
Translate playlist settings
2017-01-22 12:56:52 +01:00
CoalaJoe
b6ec040968
Translate network settings
2017-01-22 12:53:06 +01:00
CoalaJoe
0fad786e87
Translate achievement settings
2017-01-22 12:51:08 +01:00
twinaphex
768ce0854c
Make driver_set_nonblock_state a public function
2017-01-22 12:47:17 +01:00
CoalaJoe
74f73aeee5
Fixed typos and added translations for menu settings
2017-01-22 12:43:13 +01:00
twinaphex
57f8c637bf
Cut down on runloop_ctl calls inside gfx/drivers
2017-01-22 12:38:20 +01:00
CoalaJoe
4b1bbbd3da
Translate OSD settings
2017-01-22 12:13:26 +01:00
CoalaJoe
ccfd24eeb4
Translate Fram throttle settings
2017-01-22 12:03:46 +01:00
Twinaphex
b22cfcf060
Merge pull request #4475 from CoalaJoe/master
...
Added german translations for inputsettings
2017-01-22 11:50:00 +01:00
CoalaJoe
0bbf57332c
Translated Logging setting
2017-01-22 11:48:02 +01:00
CoalaJoe
b73c69f51e
Translate savestatesettings
2017-01-22 11:02:55 +01:00
CoalaJoe
71d36eb8ee
Fixed typos
2017-01-22 10:59:08 +01:00
CoalaJoe
02e77d68cf
Translate configurationsettings to german
2017-01-22 10:54:56 +01:00
CoalaJoe
a84d83551e
Add Core-Settings translations
2017-01-22 10:48:46 +01:00
CoalaJoe
942122fef3
Merge remote-tracking branch 'upstream/master'
2017-01-22 08:23:34 +01:00
CoalaJoe
a3f38a951d
Add keybinding translations for german
2017-01-22 08:23:28 +01:00
CoalaJoe
8fdac3a1a6
Translated Hotkeys
2017-01-22 08:02:46 +01:00
CoalaJoe
5068279e10
Add basic translations for input settings
2017-01-22 07:39:48 +01:00
CoalaJoe
d5ee28e17e
Fixed typo
2017-01-22 07:24:45 +01:00
CoalaJoe
d0906b09ac
Added inputsettings translation for german
2017-01-22 07:24:21 +01:00
CoalaJoe
a75b5073ea
Fix typo
2017-01-22 07:10:36 +01:00
twinaphex
23c35c39b5
Add more video_frame_info_t members
2017-01-22 02:04:58 +01:00
twinaphex
6a5ce0fce9
Turn runloop_netplay_pause into macro
2017-01-22 01:58:08 +01:00
twinaphex
913a5ba5ba
(runloop.c) Get rid of some runloop_ctl calls
2017-01-22 01:55:19 +01:00
twinaphex
181f6472b1
(MaterialUI) Get rid of early return
2017-01-22 01:46:08 +01:00
Brad Parker
496198ab32
DOS: target 386 and link in FPU emulator, program now starts up correctly
2017-01-21 16:36:38 -05:00
Brad Parker
bc8b3ebad5
gdi: fix font alignment
2017-01-21 15:46:46 -05:00
Brad Parker
0290f4713c
caca: fix font alignment
2017-01-21 15:39:35 -05:00
Twinaphex
a7b26d8913
Merge pull request #4471 from GregorR/netplay-info-disconnection-reason
...
Make the client send an INFO even if it's wrong
2017-01-21 19:51:10 +01:00
Gregor Richards
8c304dfda7
Make the client send an INFO even if it's wrong
...
This simply gives the server a reason why the client disconnected,
rather than a generic, unexplained disconnection.
2017-01-21 13:18:31 -05:00
twinaphex
b97b40af75
(vg.c) Buildfix
2017-01-21 18:54:13 +01:00
twinaphex
dd1fa96321
Fix
2017-01-21 01:46:35 +01:00
twinaphex
c8141123d6
(GX) Cleanup warnings
2017-01-21 00:55:21 +01:00
Twinaphex
b1117a8d96
Merge pull request #4467 from bparker06/djgpp
...
DOS/DJGPP buildfix
2017-01-21 00:30:45 +01:00
Brad Parker
1d3e1a6962
DOS/DJGPP buildfix
2017-01-20 18:23:45 -05:00
twinaphex
e6c4327a1c
(GL) Fix lockup at startup
2017-01-20 21:05:55 +01:00
Twinaphex
b14403f721
Merge pull request #4466 from CoalaJoe/master
...
Added german translations
2017-01-20 18:10:53 +01:00
CoalaJoe
2c6a509cd9
Added missing audio settings translations for german
2017-01-20 18:08:13 +01:00