Merge pull request #115 from davidgfnet/master
Fix Windows compilers symbol names
This commit is contained in:
		
						commit
						128ad07777
					
				
					 1 changed files with 6 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,11 @@
 | 
			
		|||
 | 
			
		||||
.globl open_gba_bios_rom
 | 
			
		||||
#ifndef _WIN32
 | 
			
		||||
#define _open_gba_bios_rom open_gba_bios_rom
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
.globl _open_gba_bios_rom
 | 
			
		||||
 | 
			
		||||
.data
 | 
			
		||||
open_gba_bios_rom:
 | 
			
		||||
_open_gba_bios_rom:
 | 
			
		||||
  .incbin "bios/open_gba_bios.bin"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue