Commit Graph

3138 Commits

Author SHA1 Message Date
Jeffrey Pfau 8c2daf3be5 All: Travis attempt 7 2015-09-23 00:16:13 -07:00
Jeffrey Pfau 5384eac176 All: Travis attempt 6 2015-09-22 23:17:48 -07:00
Jeffrey Pfau 5bff395142 Perf, Test: Fix build 2015-09-22 23:14:59 -07:00
Jeffrey Pfau b3aefd1ee9 GBA Context: Fix failed loads 2015-09-22 23:01:41 -07:00
Jeffrey Pfau 5578273eb1 GUI: Test archives now, too 2015-09-22 23:01:41 -07:00
Jeffrey Pfau 6cf4179a97 VFS: Add VDir.openDir 2015-09-22 23:01:41 -07:00
Jeffrey Pfau 5b22a628fa VFS: Add VDirOpenArchive 2015-09-22 23:01:40 -07:00
Jeffrey Pfau b4c86ea161 PSP2: Use sceKernelLibcLocaltime_r instead of faking it 2015-09-22 22:59:02 -07:00
Jeffrey Pfau bb2b82d15e PSP2: Let PSP2 find its packages if in portlibs 2015-09-22 22:59:02 -07:00
Jeffrey Pfau d38a65485a All: Isolate function defines 2015-09-22 22:58:54 -07:00
Jeffrey Pfau c335fece10 PSP2: Use some alternate paths for the database files 2015-09-22 22:58:54 -07:00
Jeffrey Pfau 273a21eb25 3DS: Reload screen mode and improve screen cleanup (fixes #127) 2015-09-21 22:54:54 -07:00
Jeffrey Pfau 71aa72c4d3 3DS: Revamp multi-screen GUIs (fixes #124) 2015-09-21 22:27:18 -07:00
Jeffrey Pfau e05e1a12ce GUI: Tweak battery colors 2015-09-21 21:38:18 -07:00
Jeffrey Pfau f128f844a6 GBA: Revamp frameskip 2015-09-21 20:32:15 -07:00
Jeffrey Pfau 4f24b82036 GUI: Use localtime_r instead of localtime 2015-09-21 01:06:28 -07:00
Jeffrey Pfau 1325da2958 PSP2: Update for newer vitasdk 2015-09-21 01:06:28 -07:00
Jeffrey Pfau a58458b943 All: Travis attempt 5 2015-09-21 01:06:28 -07:00
Jeffrey Pfau 8438797d53 All: Travis attempt 4 2015-09-21 00:53:46 -07:00
Jeffrey Pfau 92561e6866 All: Travis attempt 3 2015-09-21 00:50:36 -07:00
Jeffrey Pfau 45f52898dc All: Travis deps install script 2015-09-21 00:47:48 -07:00
Jeffrey Pfau cf5bac466a All: Attempt travis build for OS X 2015-09-21 00:28:09 -07:00
Jeffrey Pfau 2dbaf2edd6 Wii: Silence warnings 2015-09-20 22:19:22 -07:00
Jeffrey Pfau 320033e724 GBA Video: Mode 2 optimizations 2015-09-20 22:05:05 -07:00
Jeffrey Pfau 7f2ab299f5 GBA Video: Minor sprite optimizations 2015-09-20 21:25:51 -07:00
Jeffrey Pfau 3b8639aa05 GBA Video: Fix OBJWIN mosaic sprites 2015-09-20 21:10:02 -07:00
Jeffrey Pfau 2cbf40cc13 PSP2: Battery status 2015-09-20 20:28:55 -07:00
endrift b8ff8d618f Merge pull request #123 from askotx/master
Wii port enhancements
2015-09-20 18:18:55 -07:00
Juan Ruvalcaba e4873318dd -Wii Classic Controller left stick support
-Reduce overscan for 4:3 TVs
2015-09-20 16:35:02 -07:00
Jeffrey Pfau 9a538f872a 3DS, PSP2, Wii: Clean up CMake toolchain/list separation 2015-09-20 00:48:03 -07:00
Jeffrey Pfau 465dc2b400 3DS: Allow for multiple screens, increasing async ability 2015-09-19 19:42:34 -07:00
Jeffrey Pfau 8ffcb116f2 GUI: Minor fixes 2015-09-19 19:41:43 -07:00
Jeffrey Pfau 336993497d GBA Video: Fix another blending regression 2015-09-19 18:19:33 -07:00
Jeffrey Pfau c3aededf05 GUI: Header with time and battery level 2015-09-19 17:57:53 -07:00
Jeffrey Pfau 91fb4407b9 3DS: GUI fixes when game on top screen 2015-09-18 00:21:41 -07:00
Jeffrey Pfau 0090928465 3DS: Always draw GUI on bottom screen 2015-09-17 23:25:35 -07:00
Jeffrey Pfau fafcfebf2e GBA Context: Add fps counter and frameskip 2015-09-17 19:54:07 -07:00
Jeffrey Pfau c45315b96b GBA Context: Configuration options 2015-09-17 19:53:27 -07:00
Jeffrey Pfau 94ffa0d2d7 All: Minor cleanup 2015-09-17 19:50:40 -07:00
Jeffrey Pfau 04b6cf5e4c GBA Config: Add more APIs 2015-09-17 19:49:45 -07:00
Jeffrey Pfau a7cb0ec85c GBA Video: Restore a fixed version of a removed optimization 2015-09-17 19:47:29 -07:00
Jeffrey Pfau bafcee7b18 GBA Video: Fix regression when fixing sprite blending 2015-09-17 19:42:09 -07:00
Jeffrey Pfau f6e0239cd3 GBA Video: Fix objwin and blending interaction on sprites 2015-09-16 21:03:42 -07:00
Jeffrey Pfau ea1f87d745 GBA Video: Fix edge case with sprite blend modes and semitransparency 2015-09-16 20:27:42 -07:00
Jeffrey Pfau b5a34c9fe7 GBA BIOS: Implement RegisterRamReset for SIO registers 2015-09-16 20:25:39 -07:00
Jeffrey Pfau 1ef3c9e5b0 VFS: Fix warnings 2015-09-16 20:24:36 -07:00
endrift 7d5dff4fc9 Merge pull request #120 from yuriks/3ds-gpu-rewrite
3DS GPU rewrite
2015-09-16 20:16:37 -07:00
Yuri Kunde Schlesner a623bcadc3 3DS: Allocate memory for textures in VRAM 2015-09-16 22:44:52 -03:00
Yuri Kunde Schlesner 58f97980e7 3DS: Don't wait for VBlank when running behind refresh rate 2015-09-16 22:44:51 -03:00
Yuri Kunde Schlesner 6c780a39e1 3DS: Rewrite GUI backend to use GPU directly instead of sf2dlib
This removes a dependency, reduces binary size a bit and fixes filtering
when scaling the game viewport.
2015-09-16 22:44:51 -03:00