dosbox-staging:jn/user-manual-wip

Last commit made on 2024-05-18
Get this branch:
git clone -b jn/user-manual-wip https://git.launchpad.net/dosbox-staging

Branch merges

Branch information

Name:
jn/user-manual-wip
Repository:
lp:dosbox-staging

Recent commits

898f1ba... by John Novak <email address hidden>

docs: user manual wip

5c0e311... by Ashley Cartor <email address hidden>

Update cdrom_win32.cpp

Add suggested fixes part 1

1bd2b47... by Ashley Cartor <email address hidden>

fix msys2 compilation error with cdrom_win32.cpp

in msys2 it would through undefined when declaring IOCTL_CDROM_LOAD_MEDIA so i change it to IOCTL_DISK_LOAD_MEDIA this fixed compilation and i have had no issues testing the build that it produced

1f11a09... by John Novak <email address hidden>

Mixer cleanup

c9da1ec... by John Novak <email address hidden>

Add support for zero-order-hold resampling in `MixerChannel::AddStretched`

Doesn't make much of a difference, it's just for consistency.

1c9065f... by John Novak <email address hidden>

Remove fixed-point math from `MixerChannel::AddStretched`

72f0f7c... by John Novak <email address hidden>

Get rid of fixed-point math in `MixerChannel:Mix`

9e1a61f... by John Novak <email address hidden>

Add `iceil` math util function

edc0746... by John Novak <email address hidden>

Clean up mixer state change debug logging

c2eef5f... by John Novak <email address hidden>

Disable debug logging in the mixer