citra/src
Tony Wasserka bf6b23f4a0 citra-qt: Add a utility spinbox class called CSpinBox.
This class has a few advantages over the regular QSpinBox:
- QSpinBox stores its as signed 32 bit integers, which for instance is unsuitable for representing memory addresses. CSpinBox uses 64 bit integers instead.
- QSpinBox does not provide an easy way to handle number input from bases different than 10.
- QSpinBox is quite inflexible in general and almost any sort of customization requires reimplementing it anyway.
2014-12-09 16:37:34 +01:00
..
citra Change NULLs to nullptrs. 2014-12-03 12:57:57 -06:00
citra_qt citra-qt: Add a utility spinbox class called CSpinBox. 2014-12-09 16:37:34 +01:00
common Fix some headers to include their dependencies properly. 2014-12-09 16:37:34 +01:00
core Merge pull request #217 from archshift/cmd_buff 2014-12-08 23:13:07 -05:00
video_core Build fix for something which shouldn't have compiled successfully to begin with. 2014-12-09 16:37:34 +01:00
CMakeLists.txt CMake cleanup 2014-09-01 18:06:30 -03:00