Commit graph

107 commits

Author SHA1 Message Date
Zangetsu38
7ecb2db0ca all: clang project format third. 2020-01-21 22:24:23 +02:00
pent0
83073d388a util: Add f32 to f16 conversion 2020-01-19 13:37:13 -05:00
Nick Renieris
58b00ed2e1 util/log: Assert on spdlog error 2019-11-18 10:55:07 +01:00
IllusionMan1212
d68567da07 util: another string function 2019-11-02 00:42:40 +02:00
Peter Mackay
eeb0601738 Fix warnings when compiling with Clang (#589)
* util: Add missing parens

* util: Add bytes.h to CMakeLists.txt

* np: Fix initialiser order warning

* renderer: Remove unused operator

* renderer: Remove unused locals

* vita3k: Guard config-dependent local

* SceGxm: Remove unused locals

* SceProcessmgr: Fix unused variable warning on Mac

I assumed Mac works the same as Linux.

* shader: Remove unused locals

* shader: Fix initialiser order warnings

* gxm: Rewrite pointer math to fix int to pointer truncation warning

* renderer: Remove deletes of memory internal to command buffer

* util: Use tab rather than spaces
2019-11-01 16:47:07 +01:00
Nick Renieris
b7557b2c58 util: Add align_down() and improve align() 2019-10-28 04:12:08 +01:00
Nicolas Jallamion
06299de242 emulator: Refactor file structure (#557)
Also:
- external: update some submodules.
2019-08-28 16:52:07 +03:00