wwylele
1e4a1598fd
FileSys: Implement OtherSaveData
9 years ago
wwylele
e6de484ec3
FS: add missing MediaType
9 years ago
wwylele
37e9404489
FileSys: abstract SD save data archive source
9 years ago
Yuri Kunde Schlesner
e8dec36ad5
Merge pull request #2196 from Subv/system_mode
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
9 years ago
Yuri Kunde Schlesner
e3c19b1d04
Merge pull request #2222 from linkmauve/die-frameskip-die
Remove the broken frame_skip option
9 years ago
Sebastian Valle
6352bf702c
Merge pull request #2132 from wwylele/fix-fs-err
Correct FS error codes & add path boundary checks
9 years ago
Subv
7adac27868
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
10 years ago
Yuri Kunde Schlesner
66b6587d8b
Merge pull request #2218 from Subv/stencil_lines
Rasterizer/Memfill: Set the correct stencil write mask when clearing the stencil buffer.
9 years ago
Emmanuel Gil Peyrot
87d3afe635
GPU: Remove the broken frame_skip option.
Fixes #1960 .
9 years ago
Subv
47603a64f1
RasterizerGL: Use GL_TRUE and 0xFF in the stencil and depth masks instead of simply true and -1
9 years ago
Subv
d64661e40e
Rasterizer/Memfill: Set the correct stencil write mask when clearing the stencil buffer.
9 years ago
Sebastian Valle
9d5e10abc6
Merge pull request #2168 from mailwl/mic
MIC_U: Stub service funcions
10 years ago
Yuri Kunde Schlesner
5984634d7b
Merge pull request #2185 from freiro/local_folder
Change "user" folder default location to AppData/Roaming/ on Windows systems
10 years ago
freiro
dba46c0b01
Move to AppData/Roaming/Citra/
10 years ago
Yuri Kunde Schlesner
ad3fb349e5
Merge pull request #2215 from MerryMage/ticks_executed
dynarmic: Add ticks based on ticks executed, not ticks requested
10 years ago
MerryMage
eb5be59f9c
dynarmic: Add ticks based on ticks executed, not ticks requested
10 years ago
freiro
0459aadcb5
Removed /user/ from path
10 years ago
mailwl
9ee8f9297c
Output parameters to log
10 years ago
mailwl
cdce7ca48b
MIC_U: Stub service funcions
10 years ago
Yuri Kunde Schlesner
362c6cf75c
Merge pull request #2210 from jroweboy/pagetables
Expose page table to dynarmic for optimized reads and writes to the JIT
10 years ago
James Rowe
13888eac06
Expose page table to dynarmic for optimized reads and writes to the JIT
10 years ago
Yuri Kunde Schlesner
2639fc5845
Merge pull request #2211 from yuriks/travis-no-upload
Travis: Remove build uploading
10 years ago
Yuri Kunde Schlesner
b794700649
Travis: Remove build uploading
@archshift has been MIA for a while, so our builds server is currently
down. Furthermore, uploading is broken in both Linux and macOS:
- The version of lftp in Trusty doesn't support the sftp:auto-confirm
option, which means that uploading would hang, even if the server
weren't down. It currently tries to connect forever and fails the
build with a timeout.
- lftp was removed from Homebrew, so it wasn't being installed on macOS
and invoking it just failed.
10 years ago
Yuri Kunde Schlesner
209d59bec9
Merge pull request #2208 from freiro/libsdl205
Windows, move to SDL2-2.0.5
10 years ago
freiro
f25ecd351d
Switch to AppData/Roaming
10 years ago
jphalimi
5a580171b6
Cache Vertices instead of Output registers ( #2165 )
This patch brings +3% performance improvement on average. It removes
ToVertex() as an important hotspot of the emulator.
10 years ago
pippo2931
a92472e7c9
Bravely Default/Second stuck #1822 ( #2188 )
* Bravely Default/Second stuck #1822
CancelLibraryApplet stub
* Log parameter.
* Taking care of comments
* Sync with 3DBrew
* White space ?
* lower case
10 years ago
Yuri Kunde Schlesner
e7f1219996
Merge pull request #2175 from PEmu1/macos
Change "OS X" to "macOS" in the Readme
10 years ago
Yuri Kunde Schlesner
b0119cde40
Merge pull request #2186 from wwylele/config9
cfg: add config block 0x00090000
10 years ago
Yuri Kunde Schlesner
2215a3dce4
Merge pull request #1654 from JamePeng/errdisp
Rework the code of err:f service!
10 years ago
James Rowe
e5a4553c3e
Merge pull request #2207 from wwylele/fix-2195
Fix format error from #2195
10 years ago
wwylele
1db648c247
Fix format error from #2195
10 years ago
wwylele
ca688c790d
Merge pull request #2206 from freiro/SDL_Audio_Error
Improve verbosity of audio errors
10 years ago
freiro
f5b928c330
Improve verbosity of audio errors with SDL_GetError()
10 years ago
freiro
6127431299
Move to SDL2-2.0.5
10 years ago
coc4tm
cc3fb101b4
Improve MIME description and add French translation
10 years ago
bunnei
8582c43510
Merge pull request #2195 from Subv/factor_check
GPU/CiTrace: Avoid calling GetTextures() when not necessary.
10 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
10 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
10 years ago
Sebastian Valle
0bd3b9e39a
Merge pull request #2192 from Subv/applet_enums
APT/Applets: Renamed the members of the SignalType enum.
10 years ago
Subv
9ee95ffbec
GPU/CiTrace: Avoid calling GetTextures() when not necessary.
10 years ago
James Rowe
ece00e4600
Merge pull request #2194 from jroweboy/extremely-minor-clangformat-change
Minor formatting change
10 years ago
James Rowe
2d1eb1ae01
Minor formatting change
10 years ago
Subv
bb93931096
Kernel/Events: Log an error when trying to create Pulse events and timers.
Related to #1904
10 years ago
Subv
f33e1950b6
APT/Applets: Renamed the members of the SignalType enum.
Names now make sense and match 3dbrew.
10 years ago
wwylele
68dc34c32b
tests: add a work-around for macOS linking error
10 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"
10 years ago
wwylele
bfc699293f
FileSys: remove unused DiskArchive
All "subclasses" of DiskArchive are splitted out. This class is useless
10 years ago
wwylele
e41a1ff6da
PTM & CFG: use the correct path and error code according to the new FileSys policy
10 years ago
wwylele
5506268bf6
FileSys: w->rw permission lift only happens in SDMC archive
10 years ago