| Age | Commit message (Collapse) | Author |
|
|
|
Nightly builds now have "Citra Nightly" in the titlebar
Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar
|
|
|
|
|
|
of 0.
|
|
|
|
|
|
dyncom: Correct SXTAB16 and SXTB16
|
|
Qt cleanups 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#2574)
Fixes #2556
|
|
|
|
core: add missing errors.h in CMakeLists.txt
|
|
|
|
|
|
Qt/GameList: Use suffix() to parse the file extension
|
|
Fixes #2567
|
|
completeSuffix returns everything after the first period, which means
that a file such as `foo.bar.3ds` would not get recognized.
|
|
|
|
|
|
|
|
|
|
Re-organize software rasterizer code
|
|
|
|
file_sys: change RomFS archive to Self NCCH archive
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Small VideoCore cleanups
|
|
|
|
Fixes #2455
|
|
|
|
The resulting pointer wasn't written to unless the index was verified as
valid, but that's still UB and triggered debug checks in MSVC.
Reported by garrettboast on IRC
|
|
This eliminates UB when aliasing it with the array of u32 regs, and
is compatible with non-LE architectures.
|
|
All enums that are used with BitField must have their type forced to u32
to ensure correctness.
|
|
This copy was left behind when the shader generation code was moved to a
separate file.
|