Age | Commit message (Collapse) | Author |
|
These operations are limited by the open flags specified while opening the file.
|
|
|
|
|
|
|
|
shader_interpreter: use std::inner_product for the dot product
|
|
OS X: Use dylibbundler to include dylibs required by citra in nightly build
|
|
vector_math: Add missing member in Vec4's SetZero function
|
|
|
|
GetArchiveResource stub
|
|
PICA: Alignment happens locally in vertex
|
|
video_core: Don't cast away const
|
|
Register ROM started through the gamelist in the list of ROM recently started
|
|
|
|
Same thing, less code.
|
|
core/video_core: Minor const-related changes
|
|
|
|
Not to say these subscript operators aren't totally ugly as is.
|
|
|
|
|
|
PICA: Fix viewport offset
|
|
Clear JIT cache
|
|
Fix MAD/MADI encoding
|
|
SDL2: Explicitly use RGB8 color buffer.
|
|
|
|
|
|
citra: Shutdown cleanly if ROM load fails
|
|
|
|
|
|
|
|
Reorganize the ndm service path for implement dummy function
|
|
|
|
SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons
The NDM file move to /core/hle/service/ndm/ now!
|
|
common: Minor changes to NonCopyable
|
|
hid: fix pad update
|
|
|
|
Align attribute components
|
|
|
|
svc: Minor enum changes
|
|
|
|
|
|
|
|
An equivalent enum already exists within address_arbiter.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HLE/Applets: Implemented a dummy Mii Selector applet.
|
|
This prevents some games (like Super Mario 3D Land) from freezing when trying to launch it, however, it's not complete and won't let you go past Mii selection as the parameter structure hasn't been reverse engineered yet.
|