Commit Graph

32 Commits

Author SHA1 Message Date
Antonio Jose Ramos Marquez
4dd779467d [ORBIS] add debugnet support 2022-05-21 16:31:10 +02:00
Adie
327f220857 Fix debug-level logging definitions
Both INFO and DEBUGGING log functions were outputting [INFO] logs.
I switched the debug log function to output debug logs instead of info logs, and changed the output of debug logs from [VERBOSE] to [DEBUG]
2021-08-02 22:58:39 -05:00
Autechre
33110603e5
Shader log spam reduction (#11977)
* (Shaders) Change label

* Create RARCH_DBG - if you have Logging Verbosity set to 0, the
shader parsing log spam will show, otherwise it won't
2021-02-03 13:49:07 +01:00
twinaphex
1ae20ea17c Style nits - turn macro names into upper-case - some while style nits 2020-06-26 20:00:19 +02:00
twinaphex
6d5fc4a36b Buildfix 2020-03-05 14:49:35 +01:00
twinaphex
e005044f64 Remove retro_main_log_file function 2020-02-01 23:56:51 +01:00
twinaphex
5d428d471c Move logging code over to verbosity.c 2020-01-30 19:22:57 +01:00
twinaphex
4eac009c27 Buffer more before we send text to be logged to stderr/stdout
and the logger interface for help/features/startup
2019-09-19 05:50:26 +02:00
twinaphex
73663104b3 Add separate setting for Frontend Logging Level 2019-08-20 01:34:40 +02: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
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
e73b1564a4 Remove retro_inline 2018-01-17 06:47:49 +01:00
twinaphex
6d2df385f8 Turn _V functions into macros 2018-01-17 06:47:18 +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
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
twinaphex
cdc5eb4fac Cleanups 2016-09-12 16:36:27 +02:00
twinaphex
e6524f961a header include cleanups 2016-09-06 01:02:25 +02:00
twinaphex
075aea2289 Header include cleanups 2016-09-06 00:56:00 +02:00
twinaphex
3d3d9d6b24 Get rid of some defines 2016-08-28 19:37:17 +02:00
twinaphex
ff8d00e12b Use RETRO_BEGIN_DECLS/RETRO_END_DECLS in more files 2016-06-03 03:22:35 +02:00
twinaphex
5b52098c54 Reimplement verbosity 2016-05-31 04:42:04 +02:00
twinaphex
7a55ae3765 Start updating headers for 2016 2016-01-10 04:06:50 +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
481202f2e5 (verbosity.h) This might make logging work again on Android 2015-11-27 18:13:15 +01:00
twinaphex
95f459a7d5 another fix 2015-11-23 16:51:16 +01:00
twinaphex
0287581f86 Fix verbosity.h 2015-11-23 16:50:41 +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