twinaphex
b0c744c3d0
Turn some variables static that are not used outside the source
...
file
2020-09-21 00:52:32 +02:00
twinaphex
eefcd0e99f
Use strcpy_literal in more places
2020-09-20 00:12:54 +02:00
twinaphex
ff8daa29a3
Add TODO/FIXME note
2020-08-26 19:02:48 +02:00
Hugo Hromic
3d356a46d5
(Drivers/Frontend/Win32) Report "free" memory instead of "used" as per driver contract.
2020-07-18 19:28:36 +01:00
twinaphex
6fcb97ee53
Some buildfixes
2020-06-30 08:37:41 +02:00
twinaphex
035d7dad12
Go through utf8 to utf16 functions
2020-06-27 01:10:45 +02:00
twinaphex
84781b7f3a
Buildfix for targets that don't define HAVE_NVDA
2020-06-09 03:22:10 +02:00
Barry Rowe
35f1a4af8c
Added nvda dynamic loading.
2020-06-07 19:46:22 -07:00
twinaphex
88f7515d1d
Cleanups, comments, style nits
2020-06-04 14:41:28 +02:00
twinaphex
4a20709645
(Win32) Cleanup accessibility_speak_windows
2020-05-20 16:26:39 +02:00
twinaphex
2ab7da36f2
(Win32) Style nits
2020-05-12 17:16:36 +02:00
twinaphex
e74161bc6c
Change name of nvdaController.h
2020-05-10 08:51:25 +02:00
Barry Rowe
8988e2d34b
Added additional return to accessibility_speak_windows
2020-04-17 14:07:28 -07:00
twinaphex
b91c342ff4
Buildfix MSVC 2010
2020-04-17 16:40:39 +02:00
Barry Rowe
adb5c4c7dd
Moved SAPI code into a define.
2020-04-16 11:57:39 -07:00
Barry Rowe
289be872f3
Added in auto-translate support, fixes for ozone and glui accessibility, and support for nvda and SAPI narration.
2020-04-13 17:46:08 -07:00
twinaphex
0611581b28
(Win32) Remove this - hopefully it sets Ozone to default
2020-03-12 03:52:56 +01:00
twinaphex
f0bdb61fd8
gfx_display and gfx_animation no longer tied to HAVE_MENU
2020-02-16 15:51:58 +01:00
twinaphex
2d274f1369
Move accessibility features to platform frontend driver
2020-02-14 00:17:55 +01:00
twinaphex
59d6ad6b05
(platform_win32.c) Cleanup
2020-02-13 21:53:31 +01:00
twinaphex
85d64602ff
Move retroarch_get_launch_arguments() function call outside
...
of frontend driver - should be called by Salamander too which
has no conception of RetroArch launch arguments
2020-02-01 17:42:18 +01:00
twinaphex
c2852bdefe
Get rid of useless return
2020-02-01 17:26:32 +01:00
jdgleaver
569014c5d2
(Filebrowser) Fix file selection issues when starting from (or navigating to) the top level directory
2019-12-31 12:34:03 +00:00
twinaphex
f192e8618f
(Win32) Call the log window 'Logging Console'
2019-09-19 06:23:31 +02:00
twinaphex
1ced1b3f73
(Platform unix) Updates
2019-09-18 03:37:25 +02:00
Brad Parker
4e9cd6ff3e
win32: set menubar language to same as config
2019-08-29 16:36:09 -04:00
Brad Parker
3187eecf05
win32: fix user language detection
2019-08-29 14:36:14 -04:00
LazyBumHorse
f5497a4249
fix some bugs found through Clang Static Analyzer:
...
- task_content.c, load_content_from_compressed_archive: fix use after free
- platform_win32/uwp: fix frontend_..._get_powerstate never returning FRONTEND_POWERSTATE_NONE
- platform_win32/uwp: fix whitespace
- cheevos.c: fix potential use after free in a loop, just to be save
2019-07-04 21:15:19 +02:00
radius
d865c5e4a6
add some copyright on files I contributed considerably just in case
2019-06-20 05:45:17 +02:00
twinaphex
b8d27362e4
Fix C89 issues and avoid usage of ZeroMemory - is just memset 0
2019-05-21 06:08:33 +02:00
twinaphex
beda37e463
(platform_win32.c) Exclude this for Xbox
2019-05-21 04:32:56 +02:00
radius
95dbb040b0
add restart menu option
...
add sublabels
Add .gitlab-ci.yml
Update .gitlab-ci.yml
2019-05-21 04:25:34 +02:00
Brad Parker
37e2cb4ecc
win32: sort language IDs by largest int first
2019-05-16 17:30:45 -04:00
Huw Pascoe
685aabb094
video_layout config
2019-05-11 09:58:46 +01:00
twinaphex
59b45f7812
Start making HAVE_OPENGL_CORE independent
2019-04-24 03:23:57 +02:00
twinaphex
563253f268
More work to make HAVE_OPENGL1 independent
2019-04-22 22:59:48 +02:00
Brad Parker
ffb07f3076
win32: set default language to OS preferred language on first start
2019-04-16 00:42:29 -04:00
Brad Parker
aa588dec35
set default language on first startup according to OS setting (initial *nix implementation)
2019-04-15 23:14:49 -04:00
radius
8fd0aedc56
add log to file settings
2019-03-17 14:28:17 -05:00
Brad Parker
e22148fed4
show cpu model name in log, implemented for x86/64 on windows/linux so far
2019-02-23 16:50:42 -05:00
Brad Parker
4f0d61a2ac
update copyright
2019-02-22 19:13:36 -05:00
orbea
28ff4b391a
Clean up white space.
2019-02-03 16:00:50 -08:00
orbea
bfc366decc
Squeeze extra blank lines with cat(1).
...
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
2019-01-08 11:04:58 -08:00
twinaphex
42d5c0037e
Create separate platform_uwp.c
2019-01-03 13:55:43 +01:00
twinaphex
8b0f7051ac
(MSVC 2003) Buildfix
2019-01-03 11:45:24 +01:00
twinaphex
9c5c0aea58
Start replacing WinRT ifdefs so that Windows Phone 8 can be detected
...
too
2019-01-02 13:30:58 +01:00
krzys-h
b201d669b5
First iteration of UWP support
...
Enough to kind of run
Working drivers: xinput, d3d11
Still missing: input driver with keyboard support, audio driver
2018-12-28 22:09:22 +01:00
Brad Parker
aa083d1e4c
android: add configurable setting for Sustained Performance Mode
2018-06-19 02:50:33 -04:00
twinaphex
8e7b1ede7f
Silence Clang warnings
2018-04-09 17:35:27 +02:00
aliaspider
5549b136c2
(msvc) CXX_BUILD + griffin fixes.
2018-02-05 00:25:03 +01:00