twinaphex
90efa02718
Fix more scan-build issues
2018-08-18 16:16:17 +02:00
twinaphex
95278d39f7
Buildfix for MSVC 2003
2018-05-02 01:03:40 +02:00
Brad Parker
17524d5681
add loglevel tag back
2018-05-01 18:45:43 -04:00
Brad Parker
a1aefc901c
Qt WIMP GUI
2018-04-30 14:33:05 -04:00
twinaphex
c482aff8b2
No idea where this character came from
2018-04-26 13:38:45 +02:00
gblues
fb5b31faf3
Merge branch 'master' into gblues/hid
2018-04-14 14:18:03 -07:00
Twinaphex
08a54e45f2
Get rid of a lot of implicit conversions
2018-04-09 15:56:45 +02:00
gblues
5060c2aac4
More fixes, GC pad kinda sorta works
...
== DETAILS
- Added a new method to the joypad_connection_t interface for
getting a single button
- wired everything into the hidpad driver
- for testing purposes, hacking the top-level joypad driver
so that kpad isn't used
- add a new RARCH_LOG_BUFFER method to verbosity for logging the
contents of a binary buffer (useful for writing/debugging pad drivers)
- fix a few bugs in the wiiu GC pad driver
The button mapping isn't quite right, and I'm not sure what's
going wrong.
2018-03-29 23:37:11 -07:00
twinaphex
167b977c4d
Fix some build errors with MSVC 2003/2005 cores
2018-03-28 16:22:35 +02:00
twinaphex
cd9cda08a2
Update and fix API error
2018-01-17 19:30:20 +01:00
twinaphex
11f26ed549
Refactor verbosity code - try to avoid log calls if verbosity is not
...
set
2018-01-17 06:28:26 +01:00
twinaphex
6c5d303a07
(Xbox OG) Fix Salamander build
2018-01-03 14:31:41 +01:00
gblues
6904101c44
Clean up trailing whitespace
...
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
2017-12-12 00:24:18 -08:00
Alcaro
486d5e77e3
Update verbosity.c
2017-12-04 16:48:17 +01:00
Alcaro
fbd3a435d2
Turns out this is char*, let's cast because CXX_BUILD wants that
2017-12-04 15:01:57 +01:00
Alcaro
b9900b1fb8
This cast isn't needed, and probably breaks CXX_BUILD
2017-12-04 14:27:36 +01:00
Alcaro
1aa6ae1b38
Use FILE* all the way
...
Fixes platforms where RFILE isn't using the FILE* backend, needed for #5664
2017-12-04 14:25:16 +01:00
Brad Parker
68a8198e4a
convert more file IO functions to use filestream, fixes encoding issues on Windows
2017-10-29 12:08:24 -04:00
Rob Loach
912068f850
Clean up the log output
...
References #1385
2017-07-04 21:46:22 -04:00
twinaphex
8c89ec158c
Update copyrights
2017-03-22 03:09:18 +01:00
radius
4db257c104
allow console to work again
2017-02-15 21:09:27 -05:00
twinaphex
8da9acd1fe
Rename variable
2017-02-15 12:03:25 +01:00
radius
71b397902a
better variable name
2017-02-15 01:42:44 -05:00
radius
a67935404d
fix logging to file
2017-02-15 01:40:04 -05:00
twinaphex
e1f7452087
(MSVC) Buildfix
2016-10-09 17:17:29 +02:00
twinaphex
2a139b7d72
Add frontend_driver_attach_console/frontend_driver_detach_console
2016-10-09 17:15:50 +02:00
twinaphex
d078df7a37
Prevent implicit memsets
2016-10-09 09:05:41 +02:00
radius
9272355696
make the console toggleable at runtime instead of compilation time
2016-10-08 15:33:29 -05:00
Twinaphex
35d607f46e
Buildfix
2016-09-19 19:30:45 +02:00
twinaphex
73168d343f
verbosity.c - prevent warning
2016-09-19 17:06:59 +02:00
twinaphex
b680ffbfa6
Fix CXX_BUILD
2016-09-11 16:47:39 +02:00
twinaphex
229e0dd640
Cleanups
2016-09-08 05:48:43 +02:00
twinaphex
e6524f961a
header include cleanups
2016-09-06 01:02:25 +02:00
Twinaphex
0ff36406ee
unused variable fix
2016-07-01 16:15:11 +02:00
twinaphex
2119e4559d
C89_BUILD fix
2016-06-30 17:43:36 +02:00
twinaphex
7aff07f6ac
(verbosity.c) Cleanups
2016-06-28 08:44:49 +02:00
twinaphex
97fd53cd5f
Create more file_path_str enums
2016-06-28 08:42:50 +02:00
twinaphex
5dd4c88011
Cleanup
2016-06-27 07:55:32 +02:00
twinaphex
5a77baf185
verbosity.c - cleanups
2016-06-27 07:52:48 +02:00
twinaphex
5b52098c54
Reimplement verbosity
2016-05-31 04:42:04 +02:00
twinaphex
454abdee48
stdstring - create string_is_equal
2016-01-20 04:07:24 +01:00
twinaphex
7a55ae3765
Start updating headers for 2016
2016-01-10 04:06:50 +01:00
Twinaphex
4d99fc738e
Turn some variables to static local variables
2015-12-07 08:51:41 +01:00
twinaphex
263e1a335d
Move headers to verbosity.c
2015-11-30 04:49:28 +01:00
twinaphex
dc44fd479c
Move more code to verbosity.c
2015-11-29 03:08:27 +01:00
twinaphex
e0e9f1a716
Don't inline logging functions anymore
2015-11-29 03:03:39 +01:00
twinaphex
a9cb970d0d
Move log_file code to verbosity.c
2015-11-23 15:45:02 +01:00
twinaphex
074f14b132
Add verbosity.c/verbosity.h
2015-11-23 12:03:38 +01:00