twinaphex
17c3635a38
RARCH_LOG_BUFFER - if verbosity level is above 1, skip
2019-08-20 03:54:10 +02:00
twinaphex
73663104b3
Add separate setting for Frontend Logging Level
2019-08-20 01:34:40 +02:00
twinaphex
0de1453445
Cleanups
2019-08-15 13:44:26 +02:00
LazyBumHorse
f51e50a423
fix logging on Windows sometimes not being null-terminated
2019-08-15 13:39:19 +02:00
twinaphex
498c1b8538
(verbosity.c) Cleanups
2019-08-15 12:43:59 +02:00
Brad Parker
08cd3a90f2
initial cdrom reading work
2019-06-30 18:33:59 -04:00
M4xw
24dadb276e
[LIBNX] Unconditional Mutex for logging
2019-04-29 16:43:01 +02:00
twinaphex
39c3a25ad6
Start using smaller buffers for stdout logging
2019-04-28 02:54:02 +02:00
twinaphex
fb306a9358
(verbosity.c) Code formatting cleanups
2019-04-13 18:49:05 +02:00
twinaphex
3619fae2d9
(LGTM) Silence some warnings
2019-04-13 02:15:26 +02:00
jdgleaver
2c65068be0
More 'Log to File' Additions:
...
- Add optional timestamped log files
- Handle errors if log file cannot be opened
- Android: flush log file immediately
- 3DS: log to file tested and fully working
- Default log paths added for all platforms
2019-03-25 17:22:59 +00:00
jdgleaver
93506a0d18
Log to file improvements
2019-03-21 16:57:54 +00:00
radius
8fd0aedc56
add log to file settings
2019-03-17 14:28:17 -05:00
twinaphex
e612773645
(Xbox OG) Buildfixes
2019-02-07 05:42:23 +01:00
orbea
e062b98088
Remove trailing blank lines.
...
find . -type f -exec sed -i '${/^[[:space:]]*$/d;}' {} \+
2019-01-17 19:39:38 -08:00
twinaphex
bb5cd1dfeb
Change C++ comments to c
2018-12-31 21:08:25 +01:00
Twinaphex
8ca9797a16
Merge pull request #7850 from orbea/log
...
cli: Only print verbose output when '--verbose' is used.
2018-12-31 20:40:19 +01:00
Francisco Javier Trujillo Mata
d44ad6abd4
PS2 TODOs
2018-12-31 18:56:22 +01:00
orbea
c9c604a37a
cli: Only print verbose output when '--verbose' is used.
...
Fixes https://github.com/libretro/RetroArch/issues/7844
2018-12-31 08:35:18 -08: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
Francisco Javier Trujillo Mata
5b7a71abd3
Make logs work for the PS2
2018-12-26 14:17:25 +01:00
twinaphex
af469698da
Silence threading error
2018-11-28 09:56:12 +01:00
lifajucejo
c39bc4ecab
[LIBNX] Synchronize nxlink logging
...
- Logs were interleaved and caused instability on certain setups
2018-09-30 19:09:20 -04:00
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