Lioncash
01cd6fbef4
archive_extsavedata: Fix member initialization order
shared appears in the initializer list before mount_point
10 years ago
bunnei
ddb87c0f95
Merge pull request #1302 from Subv/save_fix
HLE/FS: Fixed many corner cases in our file handling
10 years ago
Subv
b94133bd71
HLE/FS: Change the error code returned when an ExtSaveData archive is not found.
This allows Fire Emblem to boot again.
10 years ago
Subv
438f0cb335
HLE/FS: Corrected some style concerns.
10 years ago
bunnei
844823d44d
Merge pull request #1550 from LittleWhite-tb/gdbstub_include_fix
Fix missing header
10 years ago
Subv
0e84970817
HLE/FS: Fixed creating the config savefile when it doesn't exist.
This fixes a regression.
10 years ago
Subv
9773d90363
HLE/FS: Implemented GetFormatInfo
Format information is currently only implemented for the ExtSaveData, SharedExtSaveData and SaveData archives, the information is stored in a file alongside the root folder of the archive.
10 years ago
Subv
90d5e8b597
HLE/FS: Don't return an error when deleting the ExtSaveData if it does not exist.
10 years ago
Subv
6983167205
HLE/FS: Return the proper error codes when opening files.
10 years ago
Subv
a871f0b7d0
HLE/FS: Fixed the OpenDirectory error code
10 years ago
Subv
bbbdb660af
HLE/FS: Return the proper error codes on file Read/Write operations.
These operations are limited by the open flags specified while opening the file.
10 years ago
Subv
e248331abc
HLE/FS: Corrected the error codes for DeleteFile
10 years ago
Subv
33fe4fe894
HLE/FS: Corrected the error codes for CreateFile
10 years ago
Subv
3c9508c468
HLE/FS: FS::CreateFile takes an u64 for the file size.
10 years ago
LittleWhite
1cebb2676a
Fix missing header
10 years ago
bunnei
07fe93e886
Merge pull request #1538 from lioncash/dot
shader_interpreter: use std::inner_product for the dot product
10 years ago
bunnei
0620da369a
Merge pull request #1522 from MerryMage/dylibbundler
OS X: Use dylibbundler to include dylibs required by citra in nightly build
10 years ago
bunnei
e395d2372a
Merge pull request #1543 from lioncash/zero
vector_math: Add missing member in Vec4's SetZero function
10 years ago
Lioncash
0c83775827
vector_math: Add missing member in Vec4's SetZero function
10 years ago
bunnei
efbf47bd85
Merge pull request #1505 from pippo2931/fef
GetArchiveResource stub
10 years ago
bunnei
a52226f4fc
Merge pull request #1535 from JayFoxRox/fix-align
PICA: Alignment happens locally in vertex
10 years ago
bunnei
ac4d31e9b0
Merge pull request #1539 from lioncash/const
video_core: Don't cast away const
10 years ago
Yuri Kunde Schlesner
7be85066fb
Merge pull request #1466 from LittleWhite-tb/gamelist-update-recent
Register ROM started through the gamelist in the list of ROM recently started
10 years ago
Lioncash
7b2af63608
video_core: Don't cast away const
10 years ago
Lioncash
6d9e7e962b
shader_interpreter: use std::inner_product for the dot product
Same thing, less code.
10 years ago
Yuri Kunde Schlesner
029b390a8f
Merge pull request #1537 from lioncash/const
core/video_core: Minor const-related changes
10 years ago
Lioncash
f8c709aaca
core/video_core: Make NumIds functions constexpr
10 years ago
Lioncash
d04e1ad75c
core/video_core: Don't cast away const in subscript operators
Not to say these subscript operators aren't totally ugly as is.
10 years ago
Jannik Vogel
67d9455c24
PICA: Alignment happens locally in vertex
10 years ago
LittleWhite
7cbbcfd995
Register ROM started through the gamelist in the list of ROM recently started
10 years ago
bunnei
f514688782
Merge pull request #1519 from JayFoxRox/vp-offset-fix
PICA: Fix viewport offset
10 years ago
bunnei
407c3173df
Merge pull request #1503 from bunnei/clear-jit-cache
Clear JIT cache
10 years ago
bunnei
486312578c
Merge pull request #1479 from JayFoxRox/mad-encoding
Fix MAD/MADI encoding
10 years ago
bunnei
ebf8537848
Merge pull request #1526 from bunnei/sdl-rgb8
SDL2: Explicitly use RGB8 color buffer.
10 years ago
Jannik Vogel
9e29ed3f66
PICA: Fix MAD/MADI encoding
10 years ago
Jannik Vogel
586a2942ba
Update nihstro to latest master
10 years ago
linkmauve
87c358c284
Merge pull request #1528 from MerryMage/citra-shutdown
citra: Shutdown cleanly if ROM load fails
10 years ago
MerryMage
193b0c3b59
citra: Shutdown cleanly if ROM load fails
10 years ago
bunnei
c51ecfb37d
SDL2: Explicitly use RGB8 color buffer.
10 years ago
MerryMage
b5faa38052
OS X: Use dylibbundler to include dylibs required by citra in nightly archive
10 years ago
bunnei
fca64358e5
Merge pull request #1409 from JamePeng/Reorganize-NDM
Reorganize the ndm service path for implement dummy function
10 years ago
Jannik Vogel
0957931bc4
PICA: Fix viewport offset
10 years ago
JamePeng
7d60d58ee1
Reorganize the ndm service path for dummy implement function
SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons
The NDM file move to /core/hle/service/ndm/ now!
10 years ago
bunnei
7e665013d9
Merge pull request #1509 from lioncash/noncopy
common: Minor changes to NonCopyable
10 years ago
Yuri Kunde Schlesner
c1af6f8137
Merge pull request #1510 from wwylele/fix_pad
hid: fix pad update
10 years ago
wwylele
0af67d267f
hid: fix pad update
10 years ago
Yuri Kunde Schlesner
dd7cc4d33e
Merge pull request #1496 from JayFoxRox/align-attribs
Align attribute components
10 years ago
Jannik Vogel
5cf2de5ecf
PICA: Align vertex attributes
10 years ago
Yuri Kunde Schlesner
e31b572454
Merge pull request #1506 from lioncash/enum
svc: Minor enum changes
10 years ago
Lioncash
353df6fd72
common_types: Make NonCopyable constructor constexpr
10 years ago