Qt, SDL: Refer to decimal values in the documentation for -l
This commit is contained in:
parent
6612adc05c
commit
099b6f20c5
@ -31,25 +31,25 @@ Log messages during emulation.
|
|||||||
.Ar loglevel
|
.Ar loglevel
|
||||||
is a bitmask defining which types of messages to log:
|
is a bitmask defining which types of messages to log:
|
||||||
.Bl -inset
|
.Bl -inset
|
||||||
.It 0x01
|
.It 1
|
||||||
fatal errors
|
fatal errors
|
||||||
.It 0x02
|
.It 2
|
||||||
errors
|
errors
|
||||||
.It 0x04
|
.It 4
|
||||||
warnings
|
warnings
|
||||||
.It 0x08
|
.It 8
|
||||||
informative messages
|
informative messages
|
||||||
.It 0x10
|
.It 16
|
||||||
debugging messages
|
debugging messages
|
||||||
.It 0x20
|
.It 32
|
||||||
stub messages
|
stub messages
|
||||||
.It 0x100
|
.It 256
|
||||||
in\(hygame errors
|
in\(hygame errors
|
||||||
.It 0x200
|
.It 512
|
||||||
software interrupts
|
software interrupts
|
||||||
.It 0x400
|
.It 1024
|
||||||
emulator status messages
|
emulator status messages
|
||||||
.It 0x800
|
.It 2048
|
||||||
serial I/O messages
|
serial I/O messages
|
||||||
.El
|
.El
|
||||||
The default is to log warnings, errors, fatal errors, and status messages.
|
The default is to log warnings, errors, fatal errors, and status messages.
|
||||||
|
20
doc/mgba.6
20
doc/mgba.6
@ -59,25 +59,25 @@ Log messages during emulation to
|
|||||||
.Ar loglevel
|
.Ar loglevel
|
||||||
is a bitmask defining which types of messages to log:
|
is a bitmask defining which types of messages to log:
|
||||||
.Bl -inset
|
.Bl -inset
|
||||||
.It 0x01
|
.It 1
|
||||||
fatal errors
|
fatal errors
|
||||||
.It 0x02
|
.It 2
|
||||||
errors
|
errors
|
||||||
.It 0x04
|
.It 4
|
||||||
warnings
|
warnings
|
||||||
.It 0x08
|
.It 8
|
||||||
informative messages
|
informative messages
|
||||||
.It 0x10
|
.It 16
|
||||||
debugging messages
|
debugging messages
|
||||||
.It 0x20
|
.It 32
|
||||||
stub messages
|
stub messages
|
||||||
.It 0x100
|
.It 256
|
||||||
in\(hygame errors
|
in\(hygame errors
|
||||||
.It 0x200
|
.It 512
|
||||||
software interrupts
|
software interrupts
|
||||||
.It 0x400
|
.It 1024
|
||||||
emulator status messages
|
emulator status messages
|
||||||
.It 0x800
|
.It 2048
|
||||||
serial I/O messages
|
serial I/O messages
|
||||||
.El
|
.El
|
||||||
The default is to log warnings, errors, fatal errors, and status messages.
|
The default is to log warnings, errors, fatal errors, and status messages.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user