wwylele
ca688c790d
Merge pull request #2206 from freiro/SDL_Audio_Error
Improve verbosity of audio errors
9 years ago
freiro
f5b928c330
Improve verbosity of audio errors with SDL_GetError()
9 years ago
freiro
6127431299
Move to SDL2-2.0.5
9 years ago
coc4tm
cc3fb101b4
Improve MIME description and add French translation
9 years ago
bunnei
8582c43510
Merge pull request #2195 from Subv/factor_check
GPU/CiTrace: Avoid calling GetTextures() when not necessary.
9 years ago
bunnei
98e23c3ba8
Merge pull request #2193 from Subv/pulse_events
Kernel/Events: Log an error when trying to create Pulse events and timers
9 years ago
Subv
d00d0d61e0
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
3dsx and elf files default to system mode 2 (96MB allocated to the application).
This allows Home Menu to boot without modifications.
Closes #1849
9 years ago
Sebastian Valle
0bd3b9e39a
Merge pull request #2192 from Subv/applet_enums
APT/Applets: Renamed the members of the SignalType enum.
9 years ago
Subv
9ee95ffbec
GPU/CiTrace: Avoid calling GetTextures() when not necessary.
9 years ago
James Rowe
ece00e4600
Merge pull request #2194 from jroweboy/extremely-minor-clangformat-change
Minor formatting change
9 years ago
James Rowe
2d1eb1ae01
Minor formatting change
9 years ago
Subv
bb93931096
Kernel/Events: Log an error when trying to create Pulse events and timers.
Related to #1904
9 years ago
Subv
f33e1950b6
APT/Applets: Renamed the members of the SignalType enum.
Names now make sense and match 3dbrew.
9 years ago
wwylele
68dc34c32b
tests: add a work-around for macOS linking error
9 years ago
wwylele
01964d37fb
FileSys: rename SaveDataCheck archive to NCCH archive
According to the observation from game and 3dbrew "Used for accessing general NCCH data"
9 years ago
wwylele
bfc699293f
FileSys: remove unused DiskArchive
All "subclasses" of DiskArchive are splitted out. This class is useless
9 years ago
wwylele
e41a1ff6da
PTM & CFG: use the correct path and error code according to the new FileSys policy
9 years ago
wwylele
5506268bf6
FileSys: w->rw permission lift only happens in SDMC archive
9 years ago
wwylele
a14bab3b8b
FileSys: add SDMCWriteOnlyArchive
9 years ago
wwylele
76c8e607a4
FileSys: add SDMCArchive
Now DiskArchive only serves for SDMC, then it should be just a "SDMCArchive"
9 years ago
wwylele
4a80f45637
FileSys: add ExtSaveDataArchive
ExtSaveData is more similar to SaveData, so let it be a subclass of SaveData
9 years ago
wwylele
420091d0e5
FileSys: add SaveDataArchive
The error checking of SaveDataArchive is completely different from DiskArchive, so it has to be a new class instead of a subclass of DiskArchive.
9 years ago
wwylele
1e33d07b86
FileSys: remove Open from FileBackend
Same as directory, file shouldn't expose Open either.
9 years ago
wwylele
4675116401
FileSys: remove Open from DirectoryBackend
Open should not be an interface exposed by Directory because it is the Archive thats implement the methed to open the directory. The service API of 3DS also implies this - Open is not a function of directory service, but is of FS main service
9 years ago
wwylele
37d6cbc200
FileSys: add PathParser
9 years ago
freiro
a3d3f96af9
Return by value and other fixes
9 years ago
freiro
92977a28a8
Win32 move default user folder location to AppData
9 years ago
wwylele
4fc15d830f
cfg: add config block 0x00090000
9 years ago
bunnei
c728fccd9e
Merge pull request #2172 from jroweboy/fix-mingw
Fix mingw compilation support
9 years ago
bunnei
2210744ec7
Merge pull request #1753 from jroweboy/frame_layouts
Support additional screen layouts.
9 years ago
Pringo
fe8bbc19fb
Change "OS X" to "macOS" in the Readme
9 years ago
James Rowe
f0dcbd3f73
Add mingw compile support
10 years ago
James Rowe
48d64ccad5
Round the rectangle size to prevent float to int casting issues
And other minor style changes
9 years ago
bunnei
02df07d492
Merge pull request #2171 from jroweboy/fix-mac-build
Fix Travis build issue on mac
9 years ago
James Rowe
7d6604cdda
Remove cmake from the install list. Its now up to date on the new travis mac image
9 years ago
Yuri Kunde Schlesner
f369942a20
Merge pull request #2170 from Pringo/master
Minor Menu Fixes
9 years ago
Pringo
3c7ada98c4
Minor Menu Fixes
9 years ago
James Rowe
72786d410e
Add default hotkey to swap primary screens.
Also minor style changes
9 years ago
James Rowe
8e64c6c170
Rework frame layouts to use a max rectangle instead of hardcoded calculations
9 years ago
SonofUgly
345ca30c3a
LargeFrameLayout + Swapped
Make small screen stay at 1x, and large screen maintain its aspect ratio.
9 years ago
James Rowe
08f830fed4
Support additional screen layouts.
Allows users to choose a single screen layout or a large screen layout.
Adds a configuration option to change the prominent screen.
10 years ago
bunnei
69f6344278
Update CONTRIBUTING.md
9 years ago
bunnei
5dc7fc4b29
Update CONTRIBUTING.md
9 years ago
bunnei
92c61de7b8
Update CONTRIBUTING.md
9 years ago
bunnei
9f9dde1e77
Merge pull request #2142 from mailwl/acu-update
AC_U: Stub functions, used if EULA agreed
9 years ago
mailwl
076afa2614
Style fix
9 years ago
mailwl
6b4d6e03f0
Rename AcConfig, change types u8 to u32
9 years ago
mailwl
3b92e6c3d9
AC_U: Stub functions, used if EULA agreed
9 years ago
wwylele
657bb716f7
FileSys: make Archive interfaces return error code
and make the mode parameter a reference since it is a BitField union
9 years ago
bunnei
cd8c0d8a36
Merge pull request #2147 from Pringo/readme-donate
Update Donation Info in Readme
9 years ago