all repos — mgba @ 099b6f20c57424da8b9a6dcedbfcc363cbd29e37

mGBA Game Boy Advance Emulator

Qt, SDL: Refer to decimal values in the documentation for -l
Anthony J. Bentley anthony@anjbe.name
Thu, 06 Aug 2015 10:33:14 -0600
commit

099b6f20c57424da8b9a6dcedbfcc363cbd29e37

parent

6612adc05c63eeaebc4b4d8129580219a6010f6e

2 files changed, 20 insertions(+), 20 deletions(-)

jump to
M doc/mgba-qt.6doc/mgba-qt.6

@@ -31,25 +31,25 @@ Log messages during emulation.

.Ar loglevel is a bitmask defining which types of messages to log: .Bl -inset -.It 0x01 +.It 1 fatal errors -.It 0x02 +.It 2 errors -.It 0x04 +.It 4 warnings -.It 0x08 +.It 8 informative messages -.It 0x10 +.It 16 debugging messages -.It 0x20 +.It 32 stub messages -.It 0x100 +.It 256 in\(hygame errors -.It 0x200 +.It 512 software interrupts -.It 0x400 +.It 1024 emulator status messages -.It 0x800 +.It 2048 serial I/O messages .El The default is to log warnings, errors, fatal errors, and status messages.
M doc/mgba.6doc/mgba.6

@@ -59,25 +59,25 @@ .Dv stdout .

.Ar loglevel is a bitmask defining which types of messages to log: .Bl -inset -.It 0x01 +.It 1 fatal errors -.It 0x02 +.It 2 errors -.It 0x04 +.It 4 warnings -.It 0x08 +.It 8 informative messages -.It 0x10 +.It 16 debugging messages -.It 0x20 +.It 32 stub messages -.It 0x100 +.It 256 in\(hygame errors -.It 0x200 +.It 512 software interrupts -.It 0x400 +.It 1024 emulator status messages -.It 0x800 +.It 2048 serial I/O messages .El The default is to log warnings, errors, fatal errors, and status messages.