Commit Graph

4120 Commits

Author SHA1 Message Date
twinaphex
ba08a88643 (platform) Updates 2016-12-13 01:43:18 +01:00
twinaphex
32e230e98c (win32) Update parse_drive_list 2016-12-13 01:37:37 +01:00
Twinaphex
ecf60f0ef3 (OSX) Buildfixes 2016-12-13 01:34:55 +01:00
twinaphex
fc73e82e43 Start making parseable drives work in Load Content 2016-12-13 01:34:53 +01:00
twinaphex
e2c4c25bf5 Add more MSVC 2003 compatibility ifdefs 2006-05-14 14:33:10 +02:00
twinaphex
43a1d528a6 Buildfix 2016-12-07 06:21:21 +01:00
twinaphex
032c414ac7 (platform_xdk) Add file_path_special.h 2016-12-07 06:20:40 +01:00
twinaphex
2a76acaf29 (platform_xdk.cpp) Add compat/strl.h header include 2016-12-07 06:19:05 +01:00
twinaphex
018a3328f5 (platform_xdk.cpp) Add verbosity.h header include 2016-12-07 06:18:06 +01:00
Brad Parker
e39031cbd0 revert rest of unicode changes 2016-12-03 00:15:29 -05:00
Brad Parker
f725b48555 starting to revert unicode changes 2016-12-03 00:15:29 -05:00
Brad Parker
3b8a81dd31 make existing hard-coded unicode calls switchable back to ansi 2016-12-02 14:34:29 -05:00
twinaphex
5e10dbf348 Move more runloop.h includes 2016-12-02 16:01:06 +01:00
twinaphex
f9e72b89e2 (platform_xdk.cpp) Buildfixes 2016-12-02 01:54:28 +01:00
Brad Parker
367dea6723 unicode-ify a couple other windows files, start changing function names to W version explicitly 2016-11-29 20:32:24 -05:00
Brad Parker
dc99713a9b create unicode window on Windows 2016-11-29 14:34:37 -05:00
fr500
0a83f7a888 add removable storage shortcut 2016-11-28 17:03:03 -05:00
radius
269c32ae38 Revert "dehardcode core path on android"
This reverts commit 19def60d5e.
2016-11-26 21:53:58 -05:00
twinaphex
80798ab924 Remove hacky 'OSK Keyboard' overlay 2016-11-27 02:46:09 +01:00
Alcaro
77b1421500 Avoid copying unneeded bytes 2016-11-26 20:27:17 +01:00
radius
19def60d5e dehardcode core path on android 2016-11-26 11:56:10 -05:00
radius
d33ff1f14f android build fix 2016-11-25 18:20:23 -05:00
radius
e43a9a0add android frontend driver cleanup 2016-11-25 14:05:17 -05:00
aliaspider
ea248559e0 (WiiU) rpx update:
- c++ static constructors/destructors fix for rpx builds.
- building both rpx and hbl elf formats doesn't require a clean step
inbetween anymore, both can be now built in a single make call.
2016-11-23 03:21:01 +01:00
aliaspider
7d70fb3f4a (WIN32) don't reopen the stdout/stderr streams or close the console when
attaching an existing one.
2016-11-17 20:16:50 +01:00
aliaspider
4089f9ec63 (WiiU) use the already defined __init and __fini symbols. 2016-11-16 17:43:04 +01:00
aliaspider
286a1887a9 (WiiU) change linker script, add calls to _init() and _fini().
fixes cores relying on C++ static constructors/destructors. (only for
elf builds)
2016-11-15 19:37:30 +01:00
aliaspider
f51f17ce22 (WiiU) flush all tasks each loop. fixes savestates. 2016-11-13 16:46:24 +01:00
aliaspider
dbd8a87ebb (WiiU) can compile as rpx. (doesn't exit properly) 2016-11-09 14:26:38 +01:00
aliaspider
b8330e2a73 (WIIU) configure logger ip in makefile. 2016-11-08 09:25:20 +01:00
twinaphex
a41dd0e4f1 Add stub _times_r 2016-11-07 21:05:07 +01:00
FIX94
88e674cf3d (WiiU) disabled log init and properly init the audio buffer with 0 on audio init 2016-11-07 00:53:52 +01:00
Alcaro
fb2dddd73e use linebreaks instead 2016-11-07 00:36:58 +01:00
Alcaro
a72c5dbdf2 use frontslashes instead 2016-11-07 00:32:42 +01:00
radius
896aaf530b use backslashes instead 2016-11-06 17:53:22 -05:00
aliaspider
31edafde03 (WIIU) add timers, fix retro_sleep. 2016-11-06 11:55:56 +01:00
twinaphex
33e099d2a3 (WiiU) Buildfix 2016-11-05 19:05:13 +01:00
aliaspider
d3b3c18a6f (WIIU) GX2 rendering. 2016-11-05 15:05:46 +01:00
aliaspider
176dd79f33 (WIIU) misc. 2016-11-02 22:06:15 +01:00
aliaspider
e055b7cbc1 (WIIU) cleanup. adapt dynamic symbol loading to be able to use headers
from WUT.
2016-10-29 02:56:40 +01:00
aliaspider
efb8628994 (WIIU) switch exception handler. 2016-10-27 23:20:28 +01:00
aliaspider
afdaf9afbd (WIIU) display core frames. 2016-10-27 23:02:40 +01:00
aliaspider
02c38d23c1 (WIIU) enable the exception handler. 2016-10-27 19:53:27 +01:00
aliaspider
094b725ad6 (WIIU) disable mem2/frontend driver 2016-10-27 15:49:21 +01:00
aliaspider
185849d5ff (WIIU) add frontend driver, allocate mem2 2016-10-27 15:33:40 +01:00
aliaspider
a4d745a471 preliminary port to the wiiu platform 2016-10-27 01:34:10 +01:00
twinaphex
04efd4ed36 (Android) Buildfix 2016-10-22 19:27:16 +02:00
twinaphex
d08668b331 Rollback 4b807b482 - was unnecessary in hindsight anyway 2016-10-22 16:39:55 +02:00
twinaphex
4b807b482f Create runloop_poll 2016-10-20 02:17:17 +02:00
Henri Gomez
f1b24f501d handle ARMv8 (aarch64) 2016-10-18 16:35:15 +02:00