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.
9 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
9 years ago
Yuri Kunde Schlesner
e7f1219996
Merge pull request #2175 from PEmu1/macos
Change "OS X" to "macOS" in the Readme
9 years ago
Yuri Kunde Schlesner
b0119cde40
Merge pull request #2186 from wwylele/config9
cfg: add config block 0x00090000
9 years ago
Yuri Kunde Schlesner
2215a3dce4
Merge pull request #1654 from JamePeng/errdisp
Rework the code of err:f service!
9 years ago
James Rowe
e5a4553c3e
Merge pull request #2207 from wwylele/fix-2195
Fix format error from #2195
9 years ago
wwylele
1db648c247
Fix format error from #2195
9 years ago
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
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
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
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
bunnei
cd8c0d8a36
Merge pull request #2147 from Pringo/readme-donate
Update Donation Info in Readme
9 years ago
Pringo
62c0229f73
Link to Donation Page in Readme
Link main site donation page in readme instead of providing further donation info there.
9 years ago
bunnei
f01c907f3c
Merge pull request #2126 from wwylele/stub-nwm
NWM: stub Initialize with an error
9 years ago
bunnei
1268f5960a
Merge pull request #2149 from wwylele/fix-contributing
Update CONTRIBUTING.md
9 years ago
bunnei
d76784ed0f
Merge pull request #2123 from jbeich/freebsd
Fix build on DragonFly and FreeBSD
9 years ago
wwylele
90427a012e
Update CONTRIBUTING.md
9 years ago
Pringo
3e902bbc48
Update Donation Info in Readme
9 years ago
bunnei
6a0d9f437e
Merge pull request #2146 from mailwl/gdbstub-ida-regs
Small fix to let IDA see target.xml
9 years ago
mailwl
14b159aa64
Small fix to let IDA see target.xml
9 years ago
Jan Beich
c5160cdb45
build: don't install freedesktop.org metadata for SDL2-only builds
Citra SDL2 doesn't have a launcher, and citra.desktop tries to execute
citra-qt which is N/A unless built with ENABLE_QT. Limiting installed
files to one of the options also makes it easier to split them into
separate non-conflicting packages downstream.
9 years ago
Jan Beich
01f9251b53
build: add default install for DragonFly, Solaris, etc.
9 years ago