diff options
| author | 2019-05-24 21:54:10 -0400 | |
|---|---|---|
| committer | 2019-05-24 22:24:40 -0400 | |
| commit | d623e38d183a61cf1a9314fb88e65915af4f69c0 (patch) | |
| tree | fd33162e1f442258d7e53ddc59d62bb5bfea9757 /src/core/hardware_interrupt_manager.cpp | |
| parent | Merge pull request #2485 from ReinUsesLisp/generic-memory (diff) | |
| download | yuzu-d623e38d183a61cf1a9314fb88e65915af4f69c0.tar.gz yuzu-d623e38d183a61cf1a9314fb88e65915af4f69c0.tar.xz yuzu-d623e38d183a61cf1a9314fb88e65915af4f69c0.zip | |
yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect call
A checkbox is able to be tri-state, giving it three possible activity
types, so in the connect call here, it would actually be truncating an
int into a bool.
Instead, we can just listen on the toggled() signal, which passes along
a bool, not an int.
Diffstat (limited to 'src/core/hardware_interrupt_manager.cpp')
0 files changed, 0 insertions, 0 deletions